rest-client 1.5.0.b → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/README.rdoc +4 -8
  2. data/VERSION +1 -1
  3. metadata +2 -3
@@ -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.b
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: true
4
+ prerelease: false
5
5
  segments:
6
6
  - 1
7
7
  - 5
8
8
  - 0
9
- - b
10
- version: 1.5.0.b
9
+ version: 1.5.0
11
10
  platform: ruby
12
11
  authors:
13
12
  - Adam Wiggins