quintype 0.0.12 → 0.0.13

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: faae98462e08aa000a0a1e134e02fc8bd5c56c8c
4
- data.tar.gz: a68b2bd4bf91c457f0a83c80a32e7ce25f1ee114
3
+ metadata.gz: 90508bb8bef6492b77af55aedf2902053c10ff03
4
+ data.tar.gz: 6c799e2e9b31f21bc9081ef9ea5f4ff1347b5c3e
5
5
  SHA512:
6
- metadata.gz: 0514a13e22e0b6b9c461bb1292c5bcc16bacb6d54fab200e6db41656eb195c8e3f9bdb076cef725346f21e8389def7f41e5a99898a67c3d1c5d92f518a8e2190
7
- data.tar.gz: e167358abfd0f0565f45e5f96bb00666758a957d2b409606c7d5f20f2492a7a23a586c9f45e9defae1db828668b9f632fca2829210db951f42326c4fb35f07e9
6
+ metadata.gz: 03c61935f43d26fad93c9f044516c76179afc36057018bcd286ae356b247187366211a9780219edb1772b13731f3fb58c0d61fd5a4edd4318be7a1cf6147700b
7
+ data.tar.gz: 19e8c2df70f3e0bfb4289cd3bf71536ed22da426f08790c3f9e079806c57b99739e5cabbf62f11d86c0e5093e6f512a3376eeb1f7b16270b7bdfbbcd05628292
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- quintype (0.0.12)
4
+ quintype (0.0.13)
5
5
  activesupport (~> 4.2)
6
6
  faraday (~> 0.9)
7
7
 
@@ -37,7 +37,7 @@ class API
37
37
  response.headers["Location"]
38
38
  elsif response.status == 200 && response.headers["Content-Location"]
39
39
  response_body = keywordize(JSON.parse(response.body))
40
- log_warning("The faraday adapter is configured to follow redirects by default. Using the Content-Location header")
40
+ log_info("The faraday adapter is configured to follow redirects by default. Using the Content-Location header")
41
41
  response.headers["Content-Location"]
42
42
  else
43
43
  raise "Did not recieve a location header, status #{response.status}"
@@ -274,9 +274,9 @@ class API
274
274
  arr.join(',') if arr.present?
275
275
  end
276
276
 
277
- def log_warning(*args)
277
+ def log_info(*args)
278
278
  return unless defined?(Rails)
279
- Rails.logger.warn(*args)
279
+ Rails.logger.info(*args)
280
280
  end
281
281
  end
282
282
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'quintype'
3
- s.version = '0.0.12'
3
+ s.version = '0.0.13'
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.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''