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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c179796c843d4f91c9533878e595f4e11bfad48
4
- data.tar.gz: 36f8f1624219d57300e8c8aa366f6be8168524c2
3
+ metadata.gz: b97b97ad9f83eabd1677c743fa9ffb0dc18b6519
4
+ data.tar.gz: 51b923f2dc18d42a5b471416b13d1a45f48ee314
5
5
  SHA512:
6
- metadata.gz: 1b07cec57acb2e2cd2c9f206c60bc9862e93dfae166fcb359ac0c67616777e26d499c38b66f8a303ba9c7ca020ae3bc6b4d74e89c360da3f9f1049453084bb23
7
- data.tar.gz: cdad47738e00fa47fcf38eebad4cf353f85e9ad6e7de19a6692975b57ad4909cd8c14fa1d0f8ca835d69c23d79689f7becbe67ac3a30d7a121568d24392d6156
6
+ metadata.gz: 0781899548d2deeafcc5c654ad110384d52df1dbaa2028e30ab30f687fc191c5dc1d3330894f6a7bbd5cb7880b8b960cf9f124070468f7b820aaec5f048e8f09
7
+ data.tar.gz: a56d18bd1789d4daac331de8b08fde1ede3007eb94365db2f0df24fc27da46552bf95cb86d75e8518d5f52eda04485e1a3e15450a070f37993fabe8f2e357ea2
@@ -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://www.which.co.uk/"
14
+ spec.homepage = "http://whichdigital.github.io/"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module ActiveRestClient
2
- VERSION = "0.9.59"
2
+ VERSION = "0.9.60"
3
3
  end
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.59
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://www.which.co.uk/
222
+ homepage: http://whichdigital.github.io/
223
223
  licenses:
224
224
  - MIT
225
225
  metadata: {}