Skip to content

Commit

Permalink
Regenerated gemspec for version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemonk committed Jun 16, 2009
1 parent b240892 commit 73f680c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions net-dns.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{net-dns}
s.version = "0.5.2"
s.version = "0.5.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Marco Ceresa"]
s.date = %q{2009-06-12}
s.date = %q{2009-06-16}
s.description = %q{Net::DNS is a pure Ruby DNS library, with a clean OO interface and an extensible API}
s.email = %q{ceresa@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -58,6 +58,7 @@ Gem::Specification.new do |s|
"test/net/dns/test_header.rb",
"test/net/dns/test_packet.rb",
"test/net/dns/test_question.rb",
"test/net/dns/test_resolver.rb",
"test/net/dns/test_rr.rb"
]
s.homepage = %q{http://github.com/bluemonk/net-dns}
Expand All @@ -75,7 +76,8 @@ Gem::Specification.new do |s|
"test/net/dns/resolver/test_timeouts.rb",
"test/net/dns/test_rr.rb",
"test/net/dns/test_packet.rb",
"test/net/dns/test_question.rb"
"test/net/dns/test_question.rb",
"test/net/dns/test_resolver.rb"
]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 73f680c

Please sign in to comment.