active_rest_client 0.9.59 → 0.9.60
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.
- checksums.yaml +4 -4
- data/active_rest_client.gemspec +1 -1
- data/lib/active_rest_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b97b97ad9f83eabd1677c743fa9ffb0dc18b6519
|
|
4
|
+
data.tar.gz: 51b923f2dc18d42a5b471416b13d1a45f48ee314
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0781899548d2deeafcc5c654ad110384d52df1dbaa2028e30ab30f687fc191c5dc1d3330894f6a7bbd5cb7880b8b960cf9f124070468f7b820aaec5f048e8f09
|
|
7
|
+
data.tar.gz: a56d18bd1789d4daac331de8b08fde1ede3007eb94365db2f0df24fc27da46552bf95cb86d75e8518d5f52eda04485e1a3e15450a070f37993fabe8f2e357ea2
|
data/active_rest_client.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
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
|
-
spec.homepage = "http://
|
|
14
|
+
spec.homepage = "http://whichdigital.github.io/"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.60
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Which Ltd
|
|
@@ -219,7 +219,7 @@ files:
|
|
|
219
219
|
- spec/lib/result_iterator_spec.rb
|
|
220
220
|
- spec/lib/validation_spec.rb
|
|
221
221
|
- spec/spec_helper.rb
|
|
222
|
-
homepage: http://
|
|
222
|
+
homepage: http://whichdigital.github.io/
|
|
223
223
|
licenses:
|
|
224
224
|
- MIT
|
|
225
225
|
metadata: {}
|