catarse_pagarme 2.8.2 → 2.8.3

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: 3ea56f054c73ddb41da668e6a32b1f99ca71a613
4
- data.tar.gz: ec3d39157a2986d30b6de4c5843d5f22e2e845d2
3
+ metadata.gz: fbf3646885fa2e5b580314bde3d14f557e25cec1
4
+ data.tar.gz: 66d159b39dfcbde54fd79165d90dd6afb8b98b2f
5
5
  SHA512:
6
- metadata.gz: c6f8cc928613aef53a6f0cfd12ac802a3692ee6232d46444e56ca85a5da48ff7ee1ddd52b5e5b7cd757f951fdc41e99525f6748d5b7f8702682ebd42155d5d98
7
- data.tar.gz: 06d3b8a15cc18019b352a0256339ea48de26e369b1d0cd7d8af55cf97d26faa02e866b5e5cf78ba33f16dca84eb3d41041bd08e1dc4c88095ba3724c54a2c8d4
6
+ metadata.gz: 4ceccc968bbd3330ba4a6280b3139c262ae5e5e1642387393d53100b66742fa603acf1a03db2fc8f1b2b3a1a64c9e6e8f627d4a8d66ba0c235a1c24dfb0ddd60
7
+ data.tar.gz: 3bab6ba3a84136bc98e162c918447e84d4c1c02e3f7421101af19d1705c3bfdf9ff13c17139271ccb75b7d0846183d9dede0b222129e3cfbaf0d11c16d376781
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- catarse_pagarme (2.8.2)
4
+ catarse_pagarme (2.8.3)
5
5
  pagarme (= 1.10.0)
6
6
  rails (~> 4.0)
7
7
  sidekiq
@@ -71,7 +71,7 @@ GEM
71
71
  mail (2.6.3)
72
72
  mime-types (>= 1.16, < 3)
73
73
  method_source (0.8.2)
74
- mime-types (2.6.2)
74
+ mime-types (2.99)
75
75
  mini_portile (0.6.2)
76
76
  minitest (5.8.1)
77
77
  multi_json (1.11.2)
@@ -101,14 +101,13 @@
101
101
  .w-row
102
102
  .w-col.w-col-12
103
103
  .u-margintop-30.u-marginbottom-60.u-radius.card-big.card
104
- - expiration_date = (CatarsePagarme.configuration.slip_week_day_interval || 2).weekdays_from_now
105
- .fontsize-small.u-marginbottom-20= t('projects.contributions.edit.slip_expiration', date: l(expiration_date.to_date))
104
+ .fontsize-small.u-marginbottom-20= t('projects.contributions.edit.slip_expiration', date: l(payment.slip_expiration_date.to_date))
106
105
  .fontsize-small.u-marginbottom-40= t('projects.contributions.edit.slip_message')
107
106
 
108
107
  .w-row
109
108
  .w-col.w-col-2
110
109
  .w-col.w-col-8
111
110
  #card-loading.loader.u-text-center.w-col.w-col-12.u-marginbottom-30 = image_tag "catarse_bootstrap/loader.gif"
112
- = submit_tag t('projects.contributions.review.form.labels.build_boleto'), :class => 'btn btn-large u-marginbottom-20', :id => "build_boleto"
111
+ = submit_tag t('projects.contributions.edit.print_slip'), :class => 'btn btn-large u-marginbottom-20', :id => "build_boleto"
113
112
  = render partial: 'terms'
114
113
  .w-col.w-col-2
@@ -1,3 +1,3 @@
1
1
  module CatarsePagarme
2
- VERSION = "2.8.2"
2
+ VERSION = "2.8.3"
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.8.2
4
+ version: 2.8.3
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-11-25 00:00:00.000000000 Z
12
+ date: 2015-12-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails