gem version 0.6

This commit is contained in:
Adam Wiggins 2008-07-22 17:00:09 -07:00
parent e7bcfc3169
commit 4371c0ee49
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "rest-client"
s.version = "0.5"
s.version = "0.6"
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.author = "Adam Wiggins"
@ -15,4 +15,4 @@ Gem::Specification.new do |s|
bin/restclient)
s.executables = ['restclient']
s.require_path = "lib"
end
end