xhash_client 0.3.7 → 0.3.8

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
  SHA256:
3
- metadata.gz: f1ad0c35530e11bc7e3cb01d6eb2d2c59e2fcbd72f0c755d1360d02658d89ded
4
- data.tar.gz: 10b73ba81a848978e34d43de1a47b5f28a1835e526d507e68d5e3fd5b3ba563d
3
+ metadata.gz: e463ff9cc2dcf110036533294d279b2ce03de7417b7a2a76328331087bef42c2
4
+ data.tar.gz: 9c4584a3533818d5bebdac8698b93f0f48e7cb2261d7f7531a58b984ea722cf7
5
5
  SHA512:
6
- metadata.gz: dbd173c4794869783b4c9f2324c5fdd8d98083e22e3dbdfb6c32a421996f47362b4504634421b85139a609eed0d5fa8cca78793c1718fae5c22c65b70799d761
7
- data.tar.gz: 0b45ad9c2de3050768c824e2ab90085062bd05df394ce32e069c371c68f371cc8a6e9047e330f757158aa13532c931433e396cce0c6a59fc316d9b642ed636e2
6
+ metadata.gz: 8d9c54d87b369ea6a32fde2b6754e81da935e9e8d9faeeaeeb27f6bdd7316a59821356bbfa45f3930f78cdd23c6533f506b5d523a85ea1c11432e837507b3784
7
+ data.tar.gz: 8319362003a5fe439fbbf35f036513a4f5b7168e11ebf35884de56c8555a3063ece3c9b286cc773aba85b13cba2ad4975db26a46ea50e6583583f7f523216ab3
@@ -28,7 +28,7 @@ module Xhash
28
28
  @timeout
29
29
  end
30
30
 
31
- def self.api_key=(timeout)
31
+ def self.timeout=(timeout)
32
32
  @timeout = timeout
33
33
  end
34
34
  end
@@ -1,3 +1,3 @@
1
1
  module Xhash
2
- VERSION = '0.3.7'
2
+ VERSION = '0.3.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xhash_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yellowme