public
Description: Simple REST client for Ruby, inspired by microframework syntax for specifying actions.
Homepage: http://rest-client.heroku.com/
Clone URL: git://github.com/adamwiggins/rest-client.git
gem version 0.6
adamwiggins (author)
Tue Jul 22 17:00:09 -0700 2008
commit  4371c0ee49fe9d61ea85a4cc601c6c6f153b6502
tree    558ee80436d740ed74372d74490bb5e39468f538
parent  e7bcfc31691d5f73028aa727f549c143d08707d8
...
31
32
33
34
 
35
36
37
...
31
32
33
 
34
35
36
37
0
@@ -31,7 +31,7 @@ require 'rake/gempackagetask'
0
 require 'rake/rdoctask'
0
 require 'fileutils'
0
 
0
-version = "0.5"
0
+version = "0.6"
0
 name = "rest-client"
0
 
0
 spec = Gem::Specification.new do |s|
...
1
2
3
 
4
5
6
...
15
16
17
18
19
 
...
1
2
 
3
4
5
6
...
15
16
17
 
18
19
0
@@ -1,6 +1,6 @@
0
 Gem::Specification.new do |s|
0
     s.name = "rest-client"
0
- s.version = "0.5"
0
+ s.version = "0.6"
0
     s.summary = "Simple REST client for Ruby, inspired by microframework syntax for specifying actions."
0
     s.description = "A simple REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete."
0
     s.author = "Adam Wiggins"
0
@@ -15,4 +15,4 @@ Gem::Specification.new do |s|
0
                  bin/restclient)
0
     s.executables = ['restclient']
0
     s.require_path = "lib"
0
-end
0
\ No newline at end of file
0
+end

Comments

    No one has commented yet.