summaryrefslogtreecommitdiff
path: root/ipaddress.gemspec
diff options
context:
space:
mode:
authorbluemonk <ceresa@gmail.com>2011-05-24 08:50:31 +0200
committerbluemonk <ceresa@gmail.com>2011-05-24 08:50:31 +0200
commit96aaf68210d644157bd57a6ec3e38c49f38bfc34 (patch)
treed3bf9300f1e7c46bdf7bf30d686c0fb933b74c45 /ipaddress.gemspec
parent0ddaebf373d263f9f42e9ce51890a48025e5fc7f (diff)
downloadipaddress-96aaf68210d644157bd57a6ec3e38c49f38bfc34.tar.gz
Regenerated gemspec
Diffstat (limited to 'ipaddress.gemspec')
-rw-r--r--ipaddress.gemspec18
1 files changed, 4 insertions, 14 deletions
diff --git a/ipaddress.gemspec b/ipaddress.gemspec
index 00c8b16..41af7bf 100644
--- a/ipaddress.gemspec
+++ b/ipaddress.gemspec
@@ -5,11 +5,11 @@
Gem::Specification.new do |s|
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.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
of IPv4 and IPv6 addresses both powerful and simple. It mantains
a layer of compatibility with Ruby's own IPAddr, while
@@ -27,12 +27,11 @@ Gem::Specification.new do |s|
"README.rdoc",
"Rakefile",
"VERSION",
+ "ipaddress.gemspec",
"lib/ipaddress.rb",
- "lib/ipaddress/extensions/extensions.rb",
"lib/ipaddress/ipv4.rb",
"lib/ipaddress/ipv6.rb",
"lib/ipaddress/prefix.rb",
- "test/ipaddress/extensions/extensions_test.rb",
"test/ipaddress/ipv4_test.rb",
"test/ipaddress/ipv6_test.rb",
"test/ipaddress/prefix_test.rb",
@@ -41,19 +40,10 @@ Gem::Specification.new do |s|
]
s.homepage = %q{http://github.com/bluemonk/ipaddress}
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.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
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then