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

1.6.7 because of a rubygem issue

This commit is contained in:
Julien Kirch 2011-08-24 18:10:20 +02:00
parent d8ced682ab
commit 6a4ac722a1
2 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -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{rest.client@librelist.com}
s.executables = [%q{restclient}]