From 5316f643666399ed2309ae239d2fe7b393c9e419 Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Wed, 26 Feb 2014 09:11:55 +0200 Subject: Switch OpenStruct#to_h to #marshal_dump for 1.9 1.9 does not have #to_h, unnecessarily breaks compatibility downwards --- oxidized.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oxidized.gemspec') diff --git a/oxidized.gemspec b/oxidized.gemspec index 9cb6ba6..2824969 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'oxidized' - s.version = '0.0.24' + s.version = '0.0.25' s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti' ] s.email = %w( saku@ytti.fi ) -- cgit v1.2.1