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 +4 -4
- data/active_rest_client.gemspec +3 -3
- data/lib/active_rest_client/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c179796c843d4f91c9533878e595f4e11bfad48
|
4
|
+
data.tar.gz: 36f8f1624219d57300e8c8aa366f6be8168524c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b07cec57acb2e2cd2c9f206c60bc9862e93dfae166fcb359ac0c67616777e26d499c38b66f8a303ba9c7ca020ae3bc6b4d74e89c360da3f9f1049453084bb23
|
7
|
+
data.tar.gz: cdad47738e00fa47fcf38eebad4cf353f85e9ad6e7de19a6692975b57ad4909cd8c14fa1d0f8ca835d69c23d79689f7becbe67ac3a30d7a121568d24392d6156
|
data/active_rest_client.gemspec
CHANGED
@@ -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 = ["
|
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
|
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.
|
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
|
-
-
|
170
|
+
- swlicensing@which.co.uk
|
171
|
+
- andy@andyjeffries.co.uk
|
170
172
|
executables: []
|
171
173
|
extensions: []
|
172
174
|
extra_rdoc_files: []
|