1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

gem version 0.5

This commit is contained in:
Adam Wiggins 2008-06-20 20:53:18 -07:00
parent 4f9d9a01a7
commit 5f27560185

View file

@ -31,14 +31,14 @@ require 'rake/gempackagetask'
require 'rake/rdoctask'
require 'fileutils'
version = "0.3"
version = "0.5"
name = "rest-client"
spec = Gem::Specification.new do |s|
s.name = name
s.version = version
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 microframework (Camping, Sinatra...) 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.email = "adam@heroku.com"
s.homepage = "http://rest-client.heroku.com/"