rest_client_plus 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Gemfile.lock +1 -1
  2. data/rest_client_plus.gemspec +2 -2
  3. metadata +2 -2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rest_client_plus (0.0.3)
4
+ rest_client_plus (0.0.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -4,12 +4,12 @@ $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.3"
7
+ s.version = "0.0.4"
8
8
  s.authors = ["John Wakeling", "Darren Bown"]
9
9
  s.email = ["jwakeling23@gmail.com", "darren.bown@droidqa.co.uk"]
10
10
  s.description = %q{Extensions to Ruby's RestClient}
11
11
  s.summary = %q{}
12
- s.homepage = "https://github.com/johnwake/rest_client_plus"
12
+ s.homepage = "https://github.com/dazzla/rest_client_plus"
13
13
  s.license = "MIT"
14
14
 
15
15
  s.files = `git ls-files`.split($/)
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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -64,7 +64,7 @@ files:
64
64
  - rest_client_plus.gemspec
65
65
  - tests/array_helper_test.rb
66
66
  - tests/rest_client_plus_test.rb
67
- homepage: https://github.com/johnwake/rest_client_plus
67
+ homepage: https://github.com/dazzla/rest_client_plus
68
68
  licenses:
69
69
  - MIT
70
70
  post_install_message: