Skip to content

Commit

Permalink
updated for v1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhou Xianhua committed Oct 28, 2010
1 parent 1a6be55 commit ccd7787
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog
@@ -1,3 +1,7 @@
v1.1.11
* define http methods such as "get", "post" etc. dynamiclly instead of
using "method_missing".

v1.1.10 v1.1.10
* make it wroks on Ruby1.9.2 * make it wroks on Ruby1.9.2


Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -228,4 +228,4 @@ download multiple files from a directory
bug fixing, testing and testing... bug fixing, testing and testing...


== LATEST VERSION == LATEST VERSION
1.1.10 1.1.11
2 changes: 1 addition & 1 deletion http_request.gemspec
Expand Up @@ -3,7 +3,7 @@ SPEC=Gem::Specification.new do |s|
s.homepage = 'http://github.com/xianhuazhou' s.homepage = 'http://github.com/xianhuazhou'
s.rubyforge_project = "http_request.rb" s.rubyforge_project = "http_request.rb"
s.name = 'http_request.rb' s.name = 'http_request.rb'
s.version = '1.1.10' s.version = '1.1.11'
s.author = 'xianhua.zhou' s.author = 'xianhua.zhou'
s.email = 'xianhua.zhou@gmail.com' s.email = 'xianhua.zhou@gmail.com'
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
Expand Down

0 comments on commit ccd7787

Please sign in to comment.