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 +4 -4
- data/Gemfile.lock +2 -2
- data/app/views/catarse_pagarme/pagarme/review.html.slim +2 -3
- data/lib/catarse_pagarme/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fbf3646885fa2e5b580314bde3d14f557e25cec1
|
4
|
+
data.tar.gz: 66d159b39dfcbde54fd79165d90dd6afb8b98b2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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
|
-
-
|
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.
|
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
|
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.
|
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-
|
12
|
+
date: 2015-12-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|