summaryrefslogtreecommitdiff
path: root/oxidized.gemspec
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2014-03-02 12:36:37 +0200
committerSaku Ytti <saku@ytti.fi>2014-03-02 12:36:37 +0200
commit4baedb0667185fb899ad1c1f5a7782d1228807a9 (patch)
tree180d71eeeb06baaf16163aeee33b8ecd1d2e6b6e /oxidized.gemspec
parent465de586078eb40e6d0ae820d9da8a254c181021 (diff)
Change dynamic loading
If we use assignment method (#method=) we don't get return value, so we never know that manager fails to load. Also we do not want to rescue failures of input/output/source loading, they are catastrophic and should fail whole process, loading of model is not catastrophic.
Diffstat (limited to 'oxidized.gemspec')
-rw-r--r--oxidized.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/oxidized.gemspec b/oxidized.gemspec
index 9e2e8cf..53574b3 100644
--- a/oxidized.gemspec
+++ b/oxidized.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'oxidized'
- s.version = '0.0.33'
+ s.version = '0.0.34'
s.platform = Gem::Platform::RUBY
s.authors = [ 'Saku Ytti' ]
s.email = %w( saku@ytti.fi )