Skip to content

Commit

Permalink
Regenerated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemonk committed May 24, 2011
1 parent 0ddaebf commit 96aaf68
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions ipaddress.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{ipaddress} s.name = %q{ipaddress}
s.version = "0.7.5" s.version = "0.8.0"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Marco Ceresa"] s.authors = ["Marco Ceresa"]
s.date = %q{2011-04-08} s.date = %q{2011-05-17}
s.description = %q{ IPAddress is a Ruby library designed to make manipulation s.description = %q{ IPAddress is a Ruby library designed to make manipulation
of IPv4 and IPv6 addresses both powerful and simple. It mantains of IPv4 and IPv6 addresses both powerful and simple. It mantains
a layer of compatibility with Ruby's own IPAddr, while a layer of compatibility with Ruby's own IPAddr, while
Expand All @@ -27,12 +27,11 @@ Gem::Specification.new do |s|
"README.rdoc", "README.rdoc",
"Rakefile", "Rakefile",
"VERSION", "VERSION",
"ipaddress.gemspec",
"lib/ipaddress.rb", "lib/ipaddress.rb",
"lib/ipaddress/extensions/extensions.rb",
"lib/ipaddress/ipv4.rb", "lib/ipaddress/ipv4.rb",
"lib/ipaddress/ipv6.rb", "lib/ipaddress/ipv6.rb",
"lib/ipaddress/prefix.rb", "lib/ipaddress/prefix.rb",
"test/ipaddress/extensions/extensions_test.rb",
"test/ipaddress/ipv4_test.rb", "test/ipaddress/ipv4_test.rb",
"test/ipaddress/ipv6_test.rb", "test/ipaddress/ipv6_test.rb",
"test/ipaddress/prefix_test.rb", "test/ipaddress/prefix_test.rb",
Expand All @@ -41,19 +40,10 @@ Gem::Specification.new do |s|
] ]
s.homepage = %q{http://github.com/bluemonk/ipaddress} s.homepage = %q{http://github.com/bluemonk/ipaddress}
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7} s.rubygems_version = %q{1.6.2}
s.summary = %q{IPv4/IPv6 addresses manipulation library} s.summary = %q{IPv4/IPv6 addresses manipulation library}
s.test_files = [
"test/ipaddress/extensions/extensions_test.rb",
"test/ipaddress/ipv4_test.rb",
"test/ipaddress/ipv6_test.rb",
"test/ipaddress/prefix_test.rb",
"test/ipaddress_test.rb",
"test/test_helper.rb"
]


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3 s.specification_version = 3


if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit 96aaf68

Please sign in to comment.