summaryrefslogtreecommitdiff
path: root/ipaddress.gemspec
diff options
context:
space:
mode:
authorMike Mackintosh <m@zyp.io>2015-03-23 00:20:56 -0400
committerMike Mackintosh <m@zyp.io>2015-03-23 00:20:56 -0400
commit72260e9e5de95d7f03101b7555ca9e863fcb86ed (patch)
tree8f0e681efd3087749de55fd80dc93f537fe7eb29 /ipaddress.gemspec
parent6bf73cfccf4f3b0b17fa8926b47ee26710527ea0 (diff)
downloadipaddress-72260e9e5de95d7f03101b7555ca9e863fcb86ed.tar.gz
fixed issue #40, and added IPv4#to() range method
Diffstat (limited to 'ipaddress.gemspec')
-rw-r--r--ipaddress.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipaddress.gemspec b/ipaddress.gemspec
index 67d3f9b..7399c21 100644
--- a/ipaddress.gemspec
+++ b/ipaddress.gemspec
@@ -5,11 +5,11 @@
Gem::Specification.new do |s|
s.name = %q{ipaddress}
- s.version = "0.8.1"
+ s.version = IO.read("VERSION")
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = ["Marco Ceresa"]
- s.date = %q{2011-05-17}
+ s.authors = ["Marco Ceresa", "Mike Mackintosh"]
+ s.date = %q{2015-03-22}
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