easy_pay_u_latam 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: 9164f2267a7d048c20c34633778eefe975ff6efe
4
- data.tar.gz: 117167d8b9f7743a0da5da1cc2b45b6d6c6c50a2
3
+ metadata.gz: 8da8244521768a0af8b10ec8b38456d493460d99
4
+ data.tar.gz: d864dc71969e8cd3ddfc76f3b2bf86f5fe4e4bc1
5
5
  SHA512:
6
- metadata.gz: 150c866ec04dd0e0c6c710ea72768cfab26d640a3153822db6795f06d9c6390c6995b6f620ad99218ed3dc661e3bf937e3e390b5916e52255e67f49a3aacd7ce
7
- data.tar.gz: 3ad373a48fe13c38f81fe18ede9fec42d0167068477b862ceeef3b687b130baa4fe2845476e98a4c41d3a8a4d7cfb5fc27996121a383369208d973ce9d6a5357
6
+ metadata.gz: 8300823f23751a43b854706c35a0103e624759d38eeda6f8d1a4c620232eeaa230505b8518c1cffd6019f979f11d6902c9e848e7bb9b4de5073c8454429b9af5
7
+ data.tar.gz: 1fb86effdc564141511bf8c82aa51600b87dbc9f8e8f5c1518574fcdab4db921eeff7bcaf7aecc7f67f0c8603c57930f4d081848c4bc8603e428728013e31fca
@@ -56,7 +56,7 @@ module EasyPayULatam
56
56
  end
57
57
 
58
58
  def get_root_url
59
- if Rails.env == "development" || Rails.env == "test"
59
+ if ENV["RAILS_ENV"] == "development" || ENV["RAILS_ENV"] == "test"
60
60
  @test_root_url
61
61
  else
62
62
  @root_url
@@ -1,3 +1,3 @@
1
1
  module EasyPayULatam
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: easy_pay_u_latam
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
  - DEVPENGUIN