catarse_pagarme 2.10.7 → 2.10.8

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: 770699bbbe5823e1084a2095bd577ece84bfa1c5
4
- data.tar.gz: 57c5b80cb8ced0bfdf01f23fb51ddeae6bd74845
3
+ metadata.gz: 7c811dfbe9f3f8b912048b3c33fbc5e0a3372174
4
+ data.tar.gz: dc789ff87cdeecad5eb52b2c3f19f17dda2cc4b1
5
5
  SHA512:
6
- metadata.gz: 60faaf47e04e710524d8972936ebc0945e8f61b5af2ab1d87b61a3b1f4d8f32ce8ccfbb614eeca21bda228a92dbdb25fa47770fe21d06b2fc2b23752bbeee628
7
- data.tar.gz: fede946b5a35928b488dfb32a60db753163dfcaadf6500afa477113ad5fc8aa372233afccc69222120c824413ee3653cda3b3a862cc55b0478fac90a643cbf58
6
+ metadata.gz: 667ffd94cfb3d637d2be55460b76e397b76e68afa4448b61b4f2e3f88b747387fc98f08ba25c5e10b49abaa355a25e8a28dfd3579b91180ebfb8ef2b005a3edd
7
+ data.tar.gz: 82aa1145e9c2e2864ec4fa09d19751353d4322eab668f4c4312ec884d18c50463fa94b179e029ea399119b33fa7cda872225e707d84200d0560ce87c5d616377
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- catarse_pagarme (2.10.7)
4
+ catarse_pagarme (2.10.8)
5
5
  pagarme (= 2.1.4)
6
6
  rails (~> 4.0)
7
7
  sentry-raven
@@ -49,7 +49,7 @@ GEM
49
49
  arel (6.0.3)
50
50
  builder (3.2.2)
51
51
  coderay (1.1.0)
52
- concurrent-ruby (1.0.2)
52
+ concurrent-ruby (1.0.5)
53
53
  connection_pool (2.2.1)
54
54
  database_cleaner (1.5.0)
55
55
  diff-lcs (1.2.5)
@@ -63,8 +63,8 @@ GEM
63
63
  railties (>= 3.0.0)
64
64
  faraday (0.9.2)
65
65
  multipart-post (>= 1.2, < 3)
66
- globalid (0.3.7)
67
- activesupport (>= 4.1.0)
66
+ globalid (0.4.0)
67
+ activesupport (>= 4.2.0)
68
68
  http-cookie (1.0.3)
69
69
  domain_name (~> 0.5)
70
70
  i18n (0.7.0)
@@ -152,7 +152,7 @@ GEM
152
152
  rack-protection (>= 1.5.0)
153
153
  redis (~> 3.2, >= 3.2.1)
154
154
  slop (3.6.0)
155
- sprockets (3.7.0)
155
+ sprockets (3.7.1)
156
156
  concurrent-ruby (~> 1.0)
157
157
  rack (> 1, < 3)
158
158
  sprockets-rails (3.2.0)
@@ -31,7 +31,7 @@ module CatarsePagarme
31
31
  def slip_attributes
32
32
  {
33
33
  payment_method: 'boleto',
34
- boleto_expiration_date: payment.slip_expiration_date.to_date,
34
+ boleto_expiration_date: payment.slip_expiration_date,
35
35
  amount: delegator.value_for_transaction,
36
36
  postback_url: ipn_pagarme_index_url(host: CatarsePagarme.configuration.host,
37
37
  subdomain: CatarsePagarme.configuration.subdomain,
@@ -1,3 +1,3 @@
1
1
  module CatarsePagarme
2
- VERSION = "2.10.7"
2
+ VERSION = "2.10.8"
3
3
  end
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.10.7
4
+ version: 2.10.8
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: 2017-03-28 00:00:00.000000000 Z
12
+ date: 2017-04-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails