active_rest_client 0.9.58 → 0.9.59

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac09a55ea1ed10c3bc4d42e8169c0a628eab30be
4
- data.tar.gz: b78ebbfa5f5c2b13344f99a77c7bed636ec91e59
3
+ metadata.gz: 5c179796c843d4f91c9533878e595f4e11bfad48
4
+ data.tar.gz: 36f8f1624219d57300e8c8aa366f6be8168524c2
5
5
  SHA512:
6
- metadata.gz: 693b51536a3cc5b13a21955eb777b8d3eb1dbcb30d45844c0dd5481ed1bff8832fe9b1660b125286b8a6e6eb55f7fec6c86bf8765f736bac7a0383c3ecfd7436
7
- data.tar.gz: 5915860315ae8d13bdc83a956ddbeb10b49b8edd41ed664ac8ef8b395f4dd3fad35730e870c532bf41bc09730dcfb26fcba18725f85a354697221c7e1bc26de5
6
+ metadata.gz: 1b07cec57acb2e2cd2c9f206c60bc9862e93dfae166fcb359ac0c67616777e26d499c38b66f8a303ba9c7ca020ae3bc6b4d74e89c360da3f9f1049453084bb23
7
+ data.tar.gz: cdad47738e00fa47fcf38eebad4cf353f85e9ad6e7de19a6692975b57ad4909cd8c14fa1d0f8ca835d69c23d79689f7becbe67ac3a30d7a121568d24392d6156
@@ -7,8 +7,8 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "active_rest_client"
8
8
  spec.version = ActiveRestClient::VERSION
9
9
  spec.platform = Gem::Platform::RUBY
10
- spec.authors = ["Andy Jeffries"]
11
- spec.email = ["andy.jeffries@which.co.uk"]
10
+ spec.authors = ["Which Ltd", "Andy Jeffries"]
11
+ spec.email = ["swlicensing@which.co.uk", "andy@andyjeffries.co.uk"]
12
12
  spec.description = %q{Accessing REST services in an ActiveRecord style}
13
13
  spec.summary = %q{This gem is for accessing REST services in an ActiveRecord style. ActiveResource already exists for this, but it doesn't work where the resource naming doesn't follow Rails conventions, it doesn't have in-built caching and it's not as flexible in general.}
14
14
  spec.homepage = "http://www.which.co.uk/"
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
  spec.add_development_dependency "guard-rspec"
29
29
  spec.add_development_dependency 'terminal-notifier-guard'
30
30
 
31
- spec.add_runtime_dependency "oj", "=2.1.4" # 2.1.7 breaks under linux
31
+ spec.add_runtime_dependency "oj", "=2.1.4" # 2.1.7 breaks under linux
32
32
  spec.add_runtime_dependency "activesupport"
33
33
  spec.add_runtime_dependency "patron", '=0.4.9' # 0.4.18 breaks against Curl v0.7.15
34
34
  end
@@ -1,3 +1,3 @@
1
1
  module ActiveRestClient
2
- VERSION = "0.9.58"
2
+ VERSION = "0.9.59"
3
3
  end
metadata CHANGED
@@ -1,9 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_rest_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.58
4
+ version: 0.9.59
5
5
  platform: ruby
6
6
  authors:
7
+ - Which Ltd
7
8
  - Andy Jeffries
8
9
  autorequire:
9
10
  bindir: bin
@@ -166,7 +167,8 @@ dependencies:
166
167
  version: 0.4.9
167
168
  description: Accessing REST services in an ActiveRecord style
168
169
  email:
169
- - andy.jeffries@which.co.uk
170
+ - swlicensing@which.co.uk
171
+ - andy@andyjeffries.co.uk
170
172
  executables: []
171
173
  extensions: []
172
174
  extra_rdoc_files: []