nitro_pay 1.0.3 → 1.0.4

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: 65b38eeaeedb06882c1ae690696ce7ed46cd9dbe
4
- data.tar.gz: 41784edf7a19eb093a98a93bab4ba19bf70ebf20
3
+ metadata.gz: 7fe0d4e10546037f44d6780c56032fe5d655cfdd
4
+ data.tar.gz: 6ed64e3547108ab95604f08c59cd8c95cd45b8b8
5
5
  SHA512:
6
- metadata.gz: 728e5f749e32a46f26b7c44efbdfec85032b823079741f30e88726c13cc281ccc9109c10a01b41beccf00979a038427d41f7f7b6e1fba0017a32231b7e08b650
7
- data.tar.gz: 5e1e7690d7ee91a8c837d36df07c1baede8e4c089c29df4d730fa28cbc307e0210410c4ac29d21dbd6967c73b9a72ae6017c69907f66fb36afb3c476fa38170a
6
+ metadata.gz: 6f155218389c29123b07c069fa57bcd4a9e45527ff6326477c8d1819e1851a86863a673781768694210d7daf9764af69acc69cbca24a26c554d8a81ca0232a0e
7
+ data.tar.gz: 5d365352db8367ad52e1f5e2c7e355281d010ad9113310b6bc1317c9d0c8e0384fab37c8680a748ed2f98ecbe3a389686d3d800796e6d81b72a1e34a87c986b4
@@ -1,6 +1,6 @@
1
1
  module NitroPay
2
2
  MAJOR = 1
3
3
  MINOR = 0
4
- PATCH = 3
4
+ PATCH = 4
5
5
  VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"
6
6
  end
@@ -629,12 +629,6 @@ describe NitroPay::Transaction do
629
629
  expect(checkout_page).to_not be_nil
630
630
  expect(accessible?(checkout_page)).to be_truthy
631
631
  end
632
-
633
- it 'resp must contain the TID attr' do
634
- tid = @checkout_transaction.tid
635
- expect(@resp).to include(:tid)
636
- expect(tid).to eq(@resp[:tid])
637
- end
638
632
  end
639
633
  end
640
634
 
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.3
4
+ version: 1.0.4
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-13 00:00:00.000000000 Z
11
+ date: 2016-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler