rubysl-ipaddr.gemspec in rubysl-ipaddr-1.0.0 vs rubysl-ipaddr.gemspec in rubysl-ipaddr-2.0.0

- old
+ new

@@ -1,11 +1,11 @@ # coding: utf-8 require './lib/rubysl/ipaddr/version' Gem::Specification.new do |spec| spec.name = "rubysl-ipaddr" - spec.version = RubySL::IPAddr::VERSION + spec.version = RubySL::Ipaddr::VERSION spec.authors = ["Brian Shirai"] spec.email = ["brixen@gmail.com"] spec.description = %q{Ruby standard library ipaddr.} spec.summary = %q{Ruby standard library ipaddr.} spec.homepage = "https://github.com/rubysl/rubysl-ipaddr" @@ -17,7 +17,6 @@ spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "mspec", "~> 1.5" - spec.add_development_dependency "rubysl-prettyprint", "~> 1.0" -end +end \ No newline at end of file