Skip to content

Commit

Permalink
1.6.7 because of a rubygem issue
Browse files Browse the repository at this point in the history
  • Loading branch information
archiloque committed Aug 24, 2011
1 parent d8ced68 commit 6a4ac72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 1.6.7

- rebuild with 1.8.7 to avoid https://github.com/rubygems/rubygems/pull/57

# 1.6.6

- 1.6.6 was yanked
- 1.6.5 was yanked

# 1.6.5

Expand Down
4 changes: 2 additions & 2 deletions rest-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{rest-client}
s.version = "1.6.6"
s.version = "1.6.7"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Adam Wiggins}, %q{Julien Kirch}]
s.date = %q{2011-08-22}
s.date = %q{2011-08-24}
s.description = %q{A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.}
s.email = %q{[email protected]}
s.executables = [%q{restclient}]
Expand Down

0 comments on commit 6a4ac72

Please sign in to comment.