summaryrefslogtreecommitdiff
path: root/ipaddress.gemspec
diff options
context:
space:
mode:
authorbluemonk <ceresa@gmail.com>2011-04-08 09:43:37 +0200
committerbluemonk <ceresa@gmail.com>2011-04-08 09:43:37 +0200
commitc95e3e6a5dde0aadc7d433efe372c282fbb3913b (patch)
tree0ebd5b132bf41e40dc1d34f9510ebb74ef03c743 /ipaddress.gemspec
parentd523b305bfe1af7f61e408ef9404a928e9b846c3 (diff)
downloadipaddress-c95e3e6a5dde0aadc7d433efe372c282fbb3913b.tar.gz
Regenerate gemspec for version 0.7.5
Diffstat (limited to 'ipaddress.gemspec')
-rw-r--r--ipaddress.gemspec65
1 files changed, 65 insertions, 0 deletions
diff --git a/ipaddress.gemspec b/ipaddress.gemspec
new file mode 100644
index 0000000..00c8b16
--- /dev/null
+++ b/ipaddress.gemspec
@@ -0,0 +1,65 @@
+# Generated by jeweler
+# DO NOT EDIT THIS FILE DIRECTLY
+# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
+# -*- encoding: utf-8 -*-
+
+Gem::Specification.new do |s|
+ s.name = %q{ipaddress}
+ s.version = "0.7.5"
+
+ 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.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
+ addressing many of its issues.
+}
+ s.email = %q{ceresa@gmail.com}
+ s.extra_rdoc_files = [
+ "LICENSE",
+ "README.rdoc"
+ ]
+ s.files = [
+ ".document",
+ "CHANGELOG.rdoc",
+ "LICENSE",
+ "README.rdoc",
+ "Rakefile",
+ "VERSION",
+ "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",
+ "test/ipaddress_test.rb",
+ "test/test_helper.rb"
+ ]
+ s.homepage = %q{http://github.com/bluemonk/ipaddress}
+ s.require_paths = ["lib"]
+ s.rubygems_version = %q{1.3.7}
+ 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
+ else
+ end
+ else
+ end
+end
+