Skip to content

Commit

Permalink
Regenerated gemspec for version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro committed Jan 31, 2010
1 parent 3ff29ad commit c3cefc2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions httparty.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{httparty}
s.version = "0.5.0"
s.version = "0.5.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Nunemaker", "Sandro Turriate"]
s.date = %q{2009-12-07}
s.date = %q{2010-01-30}
s.default_executable = %q{httparty}
s.description = %q{Makes http fun! Also, makes consuming restful web services dead easy.}
s.email = %q{nunemaker@gmail.com}
Expand Down Expand Up @@ -55,7 +55,6 @@ Gem::Specification.new do |s|
"lib/httparty/parser.rb",
"lib/httparty/request.rb",
"lib/httparty/response.rb",
"lib/httparty/version.rb",
"spec/fixtures/delicious.xml",
"spec/fixtures/empty.xml",
"spec/fixtures/google.html",
Expand All @@ -69,6 +68,7 @@ Gem::Specification.new do |s|
"spec/httparty_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb",
"spec/support/stub_response.rb",
"website/css/common.css",
"website/index.html"
]
Expand All @@ -86,6 +86,7 @@ Gem::Specification.new do |s|
"spec/httparty/response_spec.rb",
"spec/httparty_spec.rb",
"spec/spec_helper.rb",
"spec/support/stub_response.rb",
"examples/aaws.rb",
"examples/basic.rb",
"examples/custom_parsers.rb",
Expand All @@ -101,22 +102,22 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<crack>, [">= 0.1.1"])
s.add_runtime_dependency(%q<crack>, ["= 0.1.5"])
s.add_development_dependency(%q<activesupport>, ["~> 2.3"])
s.add_development_dependency(%q<cucumber>, ["~> 0.4"])
s.add_development_dependency(%q<fakeweb>, ["~> 1.2"])
s.add_development_dependency(%q<mongrel>, ["~> 1.1"])
s.add_development_dependency(%q<rspec>, ["= 1.2.9"])
else
s.add_dependency(%q<crack>, [">= 0.1.1"])
s.add_dependency(%q<crack>, ["= 0.1.5"])
s.add_dependency(%q<activesupport>, ["~> 2.3"])
s.add_dependency(%q<cucumber>, ["~> 0.4"])
s.add_dependency(%q<fakeweb>, ["~> 1.2"])
s.add_dependency(%q<mongrel>, ["~> 1.1"])
s.add_dependency(%q<rspec>, ["= 1.2.9"])
end
else
s.add_dependency(%q<crack>, [">= 0.1.1"])
s.add_dependency(%q<crack>, ["= 0.1.5"])
s.add_dependency(%q<activesupport>, ["~> 2.3"])
s.add_dependency(%q<cucumber>, ["~> 0.4"])
s.add_dependency(%q<fakeweb>, ["~> 1.2"])
Expand Down

0 comments on commit c3cefc2

Please sign in to comment.