oxidized-script.gemspec in oxidized-script-0.1.1 vs oxidized-script.gemspec in oxidized-script-0.1.2

- old
+ new

@@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = 'oxidized-script' - s.version = '0.1.1' + s.version = '0.1.2' s.licenses = %w( Apache-2.0 ) s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti' ] s.email = %w( saku@ytti.fi ) s.homepage = 'http://github.com/ytti/oxidized-script' @@ -11,8 +11,8 @@ s.rubyforge_project = s.name s.files = `git ls-files`.split("\n") s.executables = %w( oxs ) s.require_path = 'lib' - s.add_runtime_dependency 'oxidized', '~> 0.2' + s.add_runtime_dependency 'oxidized', '~> 0.11' s.add_runtime_dependency 'slop', '~> 3.5' end