diff options
author | Saku Ytti <saku@ytti.fi> | 2014-03-17 11:40:26 +0200 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2014-03-17 11:40:26 +0200 |
commit | bb2e48ba7e9cc76b987a11952ce7585105911ace (patch) | |
tree | 7419487356b4df9a8962e867c39fe3679453b3c8 /oxidized.gemspec | |
parent | 9599347820c75aedda886914cca54cec45f48c63 (diff) |
Fix JunOS model
Block must return string, it returned nil which broke it.
Also coerce type to string in future, so block won't fail so
catastrophically, just output missing.
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 ec6d83d..de0a344 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'oxidized' - s.version = '0.0.39' + s.version = '0.0.40' s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti' ] s.email = %w( saku@ytti.fi ) |