mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
1.4.1
This commit is contained in:
parent
9d59199f4a
commit
985602b5db
3 changed files with 5 additions and 5 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.4.0
|
1.4.1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# 1.5.0
|
# 1.4.1
|
||||||
|
|
||||||
- fixed parameters managment when using hash with several values
|
- fixed parameters managment when using hash
|
||||||
|
|
||||||
# 1.4.0
|
# 1.4.0
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{rest-client}
|
s.name = %q{rest-client}
|
||||||
s.version = "1.4.0"
|
s.version = "1.4.1"
|
||||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Adam Wiggins", "Julien Kirch"]
|
s.authors = ["Adam Wiggins", "Julien Kirch"]
|
||||||
s.date = %q{2010-02-22}
|
s.date = %q{2010-03-05}
|
||||||
s.default_executable = %q{restclient}
|
s.default_executable = %q{restclient}
|
||||||
s.description = %q{A simple Simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.}
|
s.description = %q{A simple 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.email = %q{rest.client@librelist.com}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue