oxidized-script.gemspec in oxidized-script-0.0.1 vs oxidized-script.gemspec in oxidized-script-0.0.2

- old
+ new

@@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = 'oxidized-script' - s.version = '0.0.1' + s.version = '0.0.2' s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti' ] s.email = %w( saku@ytti.fi ) s.homepage = 'http://github.com/ytti/oxidized-script' s.summary = 'cli + library for scripting network devices' @@ -10,8 +10,8 @@ s.rubyforge_project = s.name s.files = `git ls-files`.split("\n") s.executables = %w( oxs ) s.require_path = 'lib' - #s.add_dependency 'oxidized' + s.add_dependency 'oxidized' s.add_dependency 'slop' end