hyperclient 0.8.4 → 0.8.5

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: c698580c768cc85dac10a8c0dad31d3557825990
4
- data.tar.gz: be25a11fc3c474c3f77b99541b7f9c5d43893a3a
3
+ metadata.gz: 59e7c90ae5eff9f4fcc9b99b104bbde8ae457182
4
+ data.tar.gz: d1c162933122ca4f64e3528f997056310672d03e
5
5
  SHA512:
6
- metadata.gz: '09db4f11f8b48798558cbf8dece7612f6d859260a447fd831ec38470066037d96d7a3da7b6f4fa245f565e0442b0fd5cbe29ad13edeab74040163bf3a3b08528'
7
- data.tar.gz: 3b36cac1ee1de589c3fe15ccefb89f0d934b45db04a80e57c43a03cbf86c2ce251a99f4b9b51e99c0a7c239280c7f3a58e8f73f288b6a67af1fd62460ea41833
6
+ metadata.gz: 25c690009c59d36791adb84400db774a7713a752c6ca9daffe42cea2334ccea4b7fc008a174749d5db8496ed1f7542fa7881297ad390f0f218351340c4731d16
7
+ data.tar.gz: 04bf4aa53c9ae55096b2eff9627006e22f3abd59af5732589080bd77173a6abe38d8bbc0fbe506d9f3cb0af1d3efe85b0cf8feaa59e3f6d5552192f1caac36ee
@@ -1,3 +1,7 @@
1
+ ### 0.8.5 (July 5, 2017)
2
+
3
+ * [#120](https://github.com/codegram/hyperclient/pull/120): Replace non-working homepage link in gemspec - [@ivoanjo](https://github.com/ivoanjo).
4
+
1
5
  ### 0.8.4 (May 16, 2017)
2
6
 
3
7
  * [#117](https://github.com/codegram/hyperclient/issues/117): Require Faraday >= 0.9.0 in gemspec - [@ivoanjo](https://github.com/ivoanjo).
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ['oriol.gual@gmail.com']
7
7
  gem.description = 'HyperClient is a Ruby Hypermedia API client.'
8
8
  gem.summary = ''
9
- gem.homepage = 'http://codegram.github.com/hyperclient/'
9
+ gem.homepage = 'https://github.com/codegram/hyperclient/'
10
10
  gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
11
11
  gem.files = `git ls-files`.split("\n")
12
12
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module Hyperclient
2
- VERSION = '0.8.4'.freeze
2
+ VERSION = '0.8.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyperclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oriol Gual
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-16 00:00:00.000000000 Z
11
+ date: 2017-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -164,7 +164,7 @@ files:
164
164
  - test/hyperclient/resource_test.rb
165
165
  - test/hyperclient_test.rb
166
166
  - test/test_helper.rb
167
- homepage: http://codegram.github.com/hyperclient/
167
+ homepage: https://github.com/codegram/hyperclient/
168
168
  licenses: []
169
169
  metadata: {}
170
170
  post_install_message: