Skip to content

Commit

Permalink
gem version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wiggins committed Aug 1, 2008
1 parent eebe997 commit 05a9db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -31,7 +31,7 @@ require 'rake/gempackagetask'
require 'rake/rdoctask'
require 'fileutils'

version = "0.6.1"
version = "0.6.2"
name = "rest-client"

spec = Gem::Specification.new do |s|
Expand Down
2 changes: 1 addition & 1 deletion rest-client.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "rest-client"
s.version = "0.6.1"
s.version = "0.6.2"
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"
Expand Down

0 comments on commit 05a9db2

Please sign in to comment.