rest_client_plus 0.0.1 → 0.0.2

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/Gemfile.lock +1 -1
  2. data/rest_client_plus.gemspec +3 -3
  3. metadata +3 -3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rest_client_plus (0.0.1)
4
+ rest_client_plus (0.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -4,11 +4,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "rest_client_plus"
7
- s.version = "0.0.1"
7
+ s.version = "0.0.2"
8
8
  s.authors = ["John Wakeling", "Darren Bown"]
9
9
  s.email = ["jwakeling23@gmail.com", "darren.bown@droidqa.co.uk"]
10
- s.description = %q{Rest-Clint-Plus for Json requests}
11
- s.summary = %q{Rest-Clint-Plus for Json requests}
10
+ s.description = %q{Extensions to Ruby's RestClient}
11
+ s.summary = %q{}
12
12
  s.homepage = "https://github.com/johnwake/rest_client_plus"
13
13
  s.license = "MIT"
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest_client_plus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -44,7 +44,7 @@ dependencies:
44
44
  - - ! '>='
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- description: Rest-Clint-Plus for Json requests
47
+ description: Extensions to Ruby's RestClient
48
48
  email:
49
49
  - jwakeling23@gmail.com
50
50
  - darren.bown@droidqa.co.uk
@@ -87,5 +87,5 @@ rubyforge_project:
87
87
  rubygems_version: 1.8.24
88
88
  signing_key:
89
89
  specification_version: 3
90
- summary: Rest-Clint-Plus for Json requests
90
+ summary: ''
91
91
  test_files: []