mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
gemspec
This commit is contained in:
parent
f2cafea320
commit
00a7ec9ce5
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{httparty}
|
s.name = %q{httparty}
|
||||||
s.version = "0.7.3"
|
s.version = "0.7.4"
|
||||||
|
|
||||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["John Nunemaker", "Sandro Turriate"]
|
s.authors = ["John Nunemaker", "Sandro Turriate"]
|
||||||
s.date = %q{2011-01-20}
|
s.date = %q{2011-02-13}
|
||||||
s.default_executable = %q{httparty}
|
s.default_executable = %q{httparty}
|
||||||
s.description = %q{Makes http fun! Also, makes consuming restful web services dead easy.}
|
s.description = %q{Makes http fun! Also, makes consuming restful web services dead easy.}
|
||||||
s.email = %q{nunemaker@gmail.com}
|
s.email = %q{nunemaker@gmail.com}
|
||||||
|
|
Loading…
Add table
Reference in a new issue