rents 0.1.9 → 0.1.10

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: 78f0ca2bdd14b5b3ec218b9c3058c738ba6d7874
4
- data.tar.gz: 7ac12d3c2e9e29ea4c0c666481c54972bb7c51bd
3
+ metadata.gz: cc8848de85eaccc92488c14a825f549c01c86ca1
4
+ data.tar.gz: e59b377ca75b5a274ddd023e1d7f296b440449fa
5
5
  SHA512:
6
- metadata.gz: 3ea1faa458f68b72f6f6021337979d5d6f5a015329c7a87413c19179af4497ea1c7affa827224dcaccac9fcc18ffd55729df26599b5e232af4c1cc4dbf0801fb
7
- data.tar.gz: 56293d94bfef00a16ad362be770130aaac44b34416884591be0b756483bd3aa9e7a4b7414aff308356cf6637b8455262932975debe468ffe0ec3e2850371832a
6
+ metadata.gz: cb77f5d498e222d9387ed2d415594ef892efb0cf59922e0646e5daea2f119f07f3e96cf30cde9136b784b3d73e4ad2a99775552ab10da14ccd847d93217e2739
7
+ data.tar.gz: 2f2b040b09342538305c0db502cb7f904783e68346615812270f97ef35a0fc7f3db01c73101fa9cc8e7697ed9e90422331f2f1d77aae1d07814949066b25e436
@@ -29,7 +29,7 @@ end
29
29
  # Get your App config if your not using TEST_ENV nor DEBUGGER
30
30
  if (Rents.test_env.nil? && Rents.debugger.nil?) || (Rents.test_env == false && Rents.debugger == false)
31
31
  if Rails.version[0].to_i >= 4
32
- Rents.app_id = Rails.application.secrets.rents.app_id
33
- Rents.secret_key = Rails.application.secrets.rents.app_secret_key
32
+ Rents.app_id = Rails.application.secrets.rents['app_id']
33
+ Rents.secret_key = Rails.application.secrets.rents['app_secret_key']
34
34
  end
35
35
  end
data/lib/rents/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Rents
2
2
  MAJOR = 0
3
3
  MINOR = 1
4
- PATCH = 9
4
+ PATCH = 10
5
5
  VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rents
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilton Garcia