diff options
author | Saku Ytti <saku@ytti.fi> | 2014-03-02 12:36:37 +0200 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2014-03-02 12:36:37 +0200 |
commit | 4baedb0667185fb899ad1c1f5a7782d1228807a9 (patch) | |
tree | 180d71eeeb06baaf16163aeee33b8ecd1d2e6b6e /oxidized.gemspec | |
parent | 465de586078eb40e6d0ae820d9da8a254c181021 (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.gemspec | 2 |
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 ) |