rest-client 1.5.0.b → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of rest-client might be problematic. Click here for more details.
- data/README.rdoc +4 -8
- data/VERSION +1 -1
- metadata +2 -3
data/README.rdoc
CHANGED
@@ -3,6 +3,10 @@
|
|
3
3
|
A simple HTTP and REST client for Ruby, inspired by the Sinatra's microframework style
|
4
4
|
of specifying actions: get, put, post, delete.
|
5
5
|
|
6
|
+
* Main page: http://github.com/archiloque/rest-client
|
7
|
+
* Mailing list: rest.client@librelist.com (send a mail to subscribe).
|
8
|
+
* IRC: #rest-client at freenode
|
9
|
+
|
6
10
|
== Usage: Raw URL
|
7
11
|
|
8
12
|
require 'rest_client'
|
@@ -261,11 +265,3 @@ Written by Adam Wiggins, major modifications by Blake Mizerany, maintained by Ju
|
|
261
265
|
Patches contributed by many, including Chris Anderson, Greg Borenstein, Ardekantur, Pedro Belo, Rafael Souza, Rick Olson, Aman Gupta, François Beausoleil and Nick Plante.
|
262
266
|
|
263
267
|
Released under the MIT License: http://www.opensource.org/licenses/mit-license.php
|
264
|
-
|
265
|
-
Main page: http://github.com/archiloque/rest-client
|
266
|
-
|
267
|
-
Rdoc: http://rdoc.info/projects/archiloque/rest-client
|
268
|
-
|
269
|
-
Mailing list: rest.client@librelist.com (send a mail to subscribe).
|
270
|
-
|
271
|
-
IRC: #rest-client at freenode
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.5.0
|
1
|
+
1.5.0
|
metadata
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rest-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
4
|
+
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 5
|
8
8
|
- 0
|
9
|
-
|
10
|
-
version: 1.5.0.b
|
9
|
+
version: 1.5.0
|
11
10
|
platform: ruby
|
12
11
|
authors:
|
13
12
|
- Adam Wiggins
|