catarse_pagarme 2.7.12 → 2.7.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 14e84a0ddd613b1fd2ee2f51fae08cc6542306d4
4
- data.tar.gz: dd2dec497640537f62475803a3f6abd1919e722a
3
+ metadata.gz: 956cfd4d934cd4d2f5b60cd7f0477b5d59c8a447
4
+ data.tar.gz: ca3fc2602768ed56c32fe2c9e3d4181998024d53
5
5
  SHA512:
6
- metadata.gz: d3c7c3caaac778b061c792c0aca0823f0e8d381e51d78f82e4b2db06e37d3b2b72de52bb2a130db1de56e0e7fcd01cd4c0d3a12d0d353ab6298983a9c986bc82
7
- data.tar.gz: 61177fc473ca51054fdd5ad6133735687c35e5f1657b170c6da1aec65c7d2bd70755ea99d115400452e94214b7c8c112b2f3153a825929016cc71caa97973d62
6
+ metadata.gz: fc97dc2ffe2d9a191d64ea7a83cd051df9f63086ba336f7b1181022d25a75c36a19affe4e442101b0a4aa79293b0b9786bedd8f4cb5bb91eeb90f93e92196741
7
+ data.tar.gz: d5d5b29730b43e8b9a27c6e706db54d1cc391e957cce9c459a4a116d2997fc6037b6ec921b0236eedf131c5c9c939fe769b8110d262df6917f72a1e2ad54260c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- catarse_pagarme (2.7.12)
4
+ catarse_pagarme (2.7.13)
5
5
  pagarme (= 1.10.0)
6
6
  rails (~> 4.0)
7
7
  sidekiq
@@ -214,3 +214,6 @@ DEPENDENCIES
214
214
  pg
215
215
  pry
216
216
  rspec-rails (~> 3.3)
217
+
218
+ BUNDLED WITH
219
+ 1.10.6
@@ -21,7 +21,7 @@ module CatarsePagarme
21
21
  subdomain: CatarsePagarme.configuration.subdomain,
22
22
  protocol: CatarsePagarme.configuration.protocol
23
23
  ),
24
- soft_descriptor: payment.project.name[0, MAX_SOFT_DESCRIPTOR_LENGTH],
24
+ soft_descriptor: payment.project.permalink[0, MAX_SOFT_DESCRIPTOR_LENGTH],
25
25
  installments: get_installment,
26
26
  customer: {
27
27
  email: payment.user.email,
@@ -1,3 +1,3 @@
1
1
  module CatarsePagarme
2
- VERSION = "2.7.12"
2
+ VERSION = "2.7.13"
3
3
  end
@@ -31,7 +31,7 @@ describe CatarsePagarme::CreditCardsController, type: :controller do
31
31
  end
32
32
 
33
33
  it 'should receive soft descriptor with project name' do
34
- expect(CatarsePagarme::CreditCardTransaction).to have_received(:new).with(hash_including(soft_descriptor: payment.project.name), anything)
34
+ expect(CatarsePagarme::CreditCardTransaction).to have_received(:new).with(hash_including(soft_descriptor: payment.project.permalink), anything)
35
35
  end
36
36
 
37
37
  it 'and payment_status is not failed' do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: catarse_pagarme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.12
4
+ version: 2.7.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antônio Roberto Silva
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-09-28 00:00:00.000000000 Z
12
+ date: 2015-10-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails