mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Bumped version and prepped for release.
This commit is contained in:
parent
79d9ed6677
commit
4790c8789d
3 changed files with 6 additions and 3 deletions
3
Manifest
3
Manifest
|
@ -11,6 +11,7 @@ httparty.gemspec
|
|||
lib/core_extensions.rb
|
||||
lib/httparty/exceptions.rb
|
||||
lib/httparty/request.rb
|
||||
lib/httparty/response.rb
|
||||
lib/httparty/version.rb
|
||||
lib/httparty.rb
|
||||
lib/module_level_inheritable_attributes.rb
|
||||
|
@ -21,9 +22,11 @@ README
|
|||
setup.rb
|
||||
spec/as_buggery_spec.rb
|
||||
spec/fixtures/delicious.xml
|
||||
spec/fixtures/empty.xml
|
||||
spec/fixtures/google.html
|
||||
spec/fixtures/twitter.json
|
||||
spec/fixtures/twitter.xml
|
||||
spec/fixtures/undefined_method_add_node_for_nil.xml
|
||||
spec/httparty/request_spec.rb
|
||||
spec/httparty_spec.rb
|
||||
spec/spec.opts
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{httparty}
|
||||
s.version = "0.2.6"
|
||||
s.version = "0.2.7"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["John Nunemaker"]
|
||||
s.date = %q{2009-01-05}
|
||||
s.date = %q{2009-01-28}
|
||||
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}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module HTTParty
|
||||
Version = '0.2.6'
|
||||
Version = '0.2.7'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue