1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00
This commit is contained in:
Adam Wiggins 2009-03-12 17:13:38 -07:00
parent f8dd948406
commit 3b01ab4733
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ require 'rake/gempackagetask'
require 'rake/rdoctask' require 'rake/rdoctask'
require 'fileutils' require 'fileutils'
version = "0.9" version = "0.9.2"
name = "rest-client" name = "rest-client"
spec = Gem::Specification.new do |s| spec = Gem::Specification.new do |s|

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "rest-client" s.name = "rest-client"
s.version = "0.9.1" s.version = "0.9.2"
s.summary = "Simple REST client for Ruby, inspired by microframework syntax for specifying actions." s.summary = "Simple REST client for Ruby, inspired by microframework syntax for specifying actions."
s.description = "A simple REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete." s.description = "A simple REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete."
s.author = "Adam Wiggins" s.author = "Adam Wiggins"