quintype 0.0.11 → 0.0.12

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: 24fc217ce09f1cb4bdefb0799585ef30f769c9ba
4
- data.tar.gz: 5c3941c16e5b841dd1571a75511d6b237b74c299
3
+ metadata.gz: faae98462e08aa000a0a1e134e02fc8bd5c56c8c
4
+ data.tar.gz: a68b2bd4bf91c457f0a83c80a32e7ce25f1ee114
5
5
  SHA512:
6
- metadata.gz: c1ea1563227cf39ba704d99b17fa0d7ae852fab8f76c38782d29f69a290f5bfcbeed217000aeb11c59c116570cc220dba3b36b1ceab6451e6b18b1204529526b
7
- data.tar.gz: 824c94d1f7eb35547e84f235d5a5e3529b6e55aa1ece322ebc6d2fb5540e55faebb0ae05cf79eced3e7ed7a01ddac9e1e1716fd239e187e63d7ba4f0ec89137b
6
+ metadata.gz: 0514a13e22e0b6b9c461bb1292c5bcc16bacb6d54fab200e6db41656eb195c8e3f9bdb076cef725346f21e8389def7f41e5a99898a67c3d1c5d92f518a8e2190
7
+ data.tar.gz: e167358abfd0f0565f45e5f96bb00666758a957d2b409606c7d5f20f2492a7a23a586c9f45e9defae1db828668b9f632fca2829210db951f42326c4fb35f07e9
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- quintype (0.0.11)
4
+ quintype (0.0.12)
5
5
  activesupport (~> 4.2)
6
6
  faraday (~> 0.9)
7
7
 
@@ -12,7 +12,7 @@ class API
12
12
  def establish_connection(host, conn = Faraday.new(url: host))
13
13
  @@host = host
14
14
  @@api_base = host + '/api/'
15
- @@bulk_cache = ActiveSupport::Cache::MemoryStore.new
15
+ @@bulk_cache ||= ActiveSupport::Cache::MemoryStore.new
16
16
  @@conn = conn
17
17
  end
18
18
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'quintype'
3
- s.version = '0.0.11'
3
+ s.version = '0.0.12'
4
4
  s.date = '2016-02-19'
5
5
  s.summary = "quintype!"
6
6
  s.platform = Gem::Platform::RUBY
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quintype
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''