Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Sep 28, 2012
1 parent b5cc59c commit 2c93eb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/sawyer.rb
@@ -1,5 +1,5 @@
module Sawyer
VERSION = "0.0.3"
VERSION = "0.0.4"

class Error < StandardError; end
end
Expand Down
5 changes: 3 additions & 2 deletions sawyer.gemspec
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'sawyer'
s.version = '0.0.3'
s.date = '2012-09-26'
s.version = '0.0.4'
s.date = '2012-09-27'
s.rubyforge_project = 'sawyer'

## Make sure your summary is short. The description may be as long
Expand Down Expand Up @@ -61,6 +61,7 @@ Gem::Specification.new do |s|
lib/sawyer/relation.rb
lib/sawyer/resource.rb
lib/sawyer/response.rb
lib/sawyer/serializer.rb
sawyer.gemspec
test/agent_test.rb
test/helper.rb
Expand Down

0 comments on commit 2c93eb5

Please sign in to comment.