twitter-status-bot/.gems/specifications/addressable-2.3.6.gemspec

40 lines
1.5 KiB
Ruby

# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "addressable"
s.version = "2.3.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bob Aman"]
s.date = "2014-03-24"
s.description = "Addressable is a replacement for the URI implementation that is part of\nRuby's standard library. It more closely conforms to the relevant RFCs and\nadds support for IRIs and URI templates.\n"
s.email = "bob@sporkmonger.com"
s.extra_rdoc_files = ["README.md"]
s.files = ["README.md"]
s.homepage = "http://addressable.rubyforge.org/"
s.licenses = ["Apache License 2.0"]
s.rdoc_options = ["--main", "README.md"]
s.require_paths = ["lib"]
s.rubyforge_project = "addressable"
s.rubygems_version = "2.0.14"
s.summary = "URI Implementation"
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rake>, [">= 0.7.3"])
s.add_development_dependency(%q<rspec>, [">= 2.9.0"])
s.add_development_dependency(%q<launchy>, [">= 0.3.2"])
else
s.add_dependency(%q<rake>, [">= 0.7.3"])
s.add_dependency(%q<rspec>, [">= 2.9.0"])
s.add_dependency(%q<launchy>, [">= 0.3.2"])
end
else
s.add_dependency(%q<rake>, [">= 0.7.3"])
s.add_dependency(%q<rspec>, [">= 2.9.0"])
s.add_dependency(%q<launchy>, [">= 0.3.2"])
end
end