Skip to content

Commit

Permalink
Updated gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Aman committed Oct 12, 2010
1 parent b959b24 commit 998dc32
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions addressable.gemspec
Expand Up @@ -2,18 +2,18 @@

Gem::Specification.new do |s|
s.name = %q{addressable}
s.version = "2.1.2"
s.version = "2.2.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bob Aman"]
s.date = %q{2010-08-09}
s.date = %q{2010-10-12}
s.description = %q{Addressable is a replacement for the URI implementation that is part of
Ruby's standard library. It more closely conforms to the relevant RFCs and
adds support for IRIs and URI templates.
}
s.email = %q{bob@sporkmonger.com}
s.extra_rdoc_files = ["README"]
s.files = ["lib/addressable", "lib/addressable/idna.rb", "lib/addressable/template.rb", "lib/addressable/uri.rb", "lib/addressable/version.rb", "spec/addressable", "spec/addressable/idna_spec.rb", "spec/addressable/template_spec.rb", "spec/addressable/uri_spec.rb", "spec/data", "spec/data/rfc3986.txt", "tasks/clobber.rake", "tasks/gem.rake", "tasks/git.rake", "tasks/metrics.rake", "tasks/rdoc.rake", "tasks/rubyforge.rake", "tasks/spec.rake", "website/index.html", "CHANGELOG", "LICENSE", "Rakefile", "README"]
s.files = ["lib/addressable", "lib/addressable/idna.rb", "lib/addressable/template.rb", "lib/addressable/uri.rb", "lib/addressable/version.rb", "spec/addressable", "spec/addressable/idna_spec.rb", "spec/addressable/template_spec.rb", "spec/addressable/uri_spec.rb", "tasks/clobber.rake", "tasks/gem.rake", "tasks/git.rake", "tasks/metrics.rake", "tasks/rdoc.rake", "tasks/rubyforge.rake", "tasks/spec.rake", "tasks/yard.rake", "website/index.html", "CHANGELOG", "LICENSE", "Rakefile", "README"]
s.homepage = %q{http://addressable.rubyforge.org/}
s.rdoc_options = ["--main", "README"]
s.require_paths = ["lib"]
Expand All @@ -29,14 +29,17 @@ adds support for IRIs and URI templates.
s.add_development_dependency(%q<rake>, [">= 0.7.3"])
s.add_development_dependency(%q<rspec>, [">= 1.0.8"])
s.add_development_dependency(%q<launchy>, [">= 0.3.2"])
s.add_development_dependency(%q<diff-lcs>, [">= 1.1.2"])
else
s.add_dependency(%q<rake>, [">= 0.7.3"])
s.add_dependency(%q<rspec>, [">= 1.0.8"])
s.add_dependency(%q<launchy>, [">= 0.3.2"])
s.add_dependency(%q<diff-lcs>, [">= 1.1.2"])
end
else
s.add_dependency(%q<rake>, [">= 0.7.3"])
s.add_dependency(%q<rspec>, [">= 1.0.8"])
s.add_dependency(%q<launchy>, [">= 0.3.2"])
s.add_dependency(%q<diff-lcs>, [">= 1.1.2"])
end
end

0 comments on commit 998dc32

Please sign in to comment.