api_call_cache 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dea7af9c41e304ea93eb2fbad4899388a457d4fc
4
- data.tar.gz: 9e13f31444aac78dcd5ec66ae3d68a87923da4fc
3
+ metadata.gz: 0b4e073c1e48fb4b521b0fd42295e0f97577c456
4
+ data.tar.gz: 4fee2cb1553361550ad3db59d0d7c11b73a38165
5
5
  SHA512:
6
- metadata.gz: 2c168764dca83e88f4c2b5159e249675b01f161fd1db38b576e4b739b0c4a99b8cdf2e48a71307249ea4dfc15f6821670c208281c01fd75c4533b7b43a84a925
7
- data.tar.gz: 740395b0ad19268f8c3cecd24bd4b485e8dd669417e3f537c5aabbcbc0ba6a13a8dc7de2bf8f537faac029f83689f090a7b7e41a90964d765018b2e8fee77545
6
+ metadata.gz: 3b499c06c85c018f76d4108f7f84c03a82077236e5ff40f3f8ad6b91989f2aa570f4c94331f7b1ae02988ea3429c08e6df7d9b2295f4f1da082f44dec8d2e3cf
7
+ data.tar.gz: aae1d0490f67a97241963e47dcad7fedd5459a72a40a56ca8bbcc4b441039ba45cb2abaf36f5d1f4cbba37638c34a7a25bca9a51193af8cd42d97c0959837b1a
@@ -16,8 +16,7 @@ class ApiCallCache
16
16
  end
17
17
 
18
18
  def self.api_cache_redis_instance(redis_inst)
19
-
20
- raise ArgumentError, 'requires a redis instance' unless redis_inst.is_a? Redis
19
+ raise ArgumentError, 'requires a redis instance' unless redis_inst
21
20
  @@redis_inst = redis_inst
22
21
  end
23
22
 
@@ -1,3 +1,3 @@
1
1
  class ApiCallCache
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_call_cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Akshay Rao
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2018-08-25 00:00:00.000000000 Z
12
+ date: 2018-09-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubyforge_project:
128
- rubygems_version: 2.6.14
128
+ rubygems_version: 2.5.2.1
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: Framework to manage caching of http api calls