relcy 0.1.5 → 0.1.6

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: 6f0bee6831aeb816d253b054cfd15f5a0904c660
4
- data.tar.gz: d1de41822ad70395c242846ab3f1d5b48043fc97
3
+ metadata.gz: f0e8acfb49d2112732ae249431d5289eb6f5feec
4
+ data.tar.gz: d43e512bb1677efda8d0cd3421f3da66c63daa16
5
5
  SHA512:
6
- metadata.gz: 034595933dd1bd06ec47c8e691acf332f942ef257397291aa279cea7e2a37fc7d1ed14bd389c9a214e2227b2a5c2e310a19b99a36268705ea4cdb154519e1e9f
7
- data.tar.gz: 46e2b6d1ab3c44fa713ba703ea1dd405131521c2148e9fb429c09d8f76d5127b9d9a6546b3a2ac6df3bcf62a21b5af682e54b6ea7600bcf1566a0daff0417bb1
6
+ metadata.gz: 3b8e45977d21fdba6dedb5ab4e86abf23cce767ad01ed66f03f2c73bc4d7e42971c389f9515a30ca77c0ec65fac5a43805db47013142adac256254fdc1dc3856
7
+ data.tar.gz: 5ccd8fbf6f258d4838e10d827be6cd0451468d9350a6a6ee7006d8fc14e58b6c03ca07e15238d29cd6da9f17a57a3cc0f0f79e6c69fd7bb6f21e53f2ab931a6d
@@ -14,7 +14,7 @@ module Relcy
14
14
 
15
15
  conn.response :json, :content_type => /\bjson$/
16
16
 
17
- faraday.use FaradayMiddleware::Caching, cache_store if cache_store
17
+ conn.use FaradayMiddleware::Caching, cache_store if cache_store
18
18
 
19
19
  conn.adapter :typhoeus
20
20
 
@@ -1,3 +1,3 @@
1
1
  module Relcy
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relcy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Spencer Schoeben