From bb2e48ba7e9cc76b987a11952ce7585105911ace Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Mon, 17 Mar 2014 11:40:26 +0200 Subject: 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. --- oxidized.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oxidized.gemspec') 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 ) -- cgit v1.2.1