nitro_pay 1.0.7 → 1.0.8

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: 2b7a93080d501a5c0c11004fe2df8aa983a3d99b
4
- data.tar.gz: 1036cb710c1a08b8c46e324d647f4f6012bc39cc
3
+ metadata.gz: 4853359124a72b0c56dd0d1f39c89c87d3aa8551
4
+ data.tar.gz: f1d613d2230b5112058a69f4b8081c6d102c4b44
5
5
  SHA512:
6
- metadata.gz: c4107fbb491ffb0b37b8bb8bb0f6f7c22472e8bcec02218bae44e2140415cdab5177fa6d0e74a30f6cbd36d1c51768ddcbf3c863d69c34cabf00a90dcd195373
7
- data.tar.gz: 9214faa6906441223addcc5f47afc4620b352e4d38d1af6548e6d890705abf60bd22d38dc8da0ef5532d1264ed580211da938ad769c52a6b660b773c03a658bf
6
+ metadata.gz: 388293fe94378db0a70c8add0b47df07dc6a104fb59248105732b2ed4cf844c8ab213c68fff5030651dbf4ac2eaea9a7ed12fbc8c9bdaf20009cc86a1c5c222a
7
+ data.tar.gz: f3d12cdd9501cd698389d6f7731c3194c4198fa78e7a2ef5b35cdccd7a8c3108924fdc2a8cdf90b22fb05f3b98f75d6f18d5b9949a5d8ce42a6fc58cfe07dca0
@@ -2,8 +2,8 @@
2
2
 
3
3
  # Setup NitroPay keys
4
4
  if Rails.env.production?
5
- NitroPay.app_id = Rails.application.secrets.nitro_pay.app_id
6
- NitroPay.secret_key = Rails.application.secrets.nitro_pay.secret_key
5
+ NitroPay.app_id = Rails.application.secrets.nitro_pay['app_id']
6
+ NitroPay.secret_key = Rails.application.secrets.nitro_pay['secret_key']
7
7
  else
8
8
  # TODO if using Rails 3 or older & not using the TEST_ENV, put here your TEST app_id & your secret_key
9
9
  NitroPay.app_id = ''
@@ -1,6 +1,6 @@
1
1
  module NitroPay
2
2
  MAJOR = 1
3
3
  MINOR = 0
4
- PATCH = 7
4
+ PATCH = 8
5
5
  VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nitro_pay
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilton Garcia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-19 00:00:00.000000000 Z
11
+ date: 2016-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler