catarse_paypal_express 3.0.0 → 3.0.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 763109ba07b89869277e3e170fce7a5df764c7ed
|
4
|
+
data.tar.gz: e58cff735e8026bdcde92ccde5bdb69e036870d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ddffffdbe09b3d57216d6f1766578e67be69ac9ef920fea9f2817ca7fb5ad2a08d175d4706224dddd9b76b3c4c93b28e869cc0db63c501c8d2a63c6ba4b9a3d8
|
7
|
+
data.tar.gz: 742e3cfe7d33862aae4cfe8e439c8dfe213e3720c7c3e4fd72e2f89f965b6f75cacefe87a06d1d9e1aaa03536aaf5843c58e08b1f8060c371c3cc051d796fb2e
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
catarse_paypal_express (3.0.
|
4
|
+
catarse_paypal_express (3.0.1)
|
5
5
|
activemerchant (>= 1.34.0)
|
6
6
|
rails (~> 4.0)
|
7
7
|
slim-rails
|
@@ -61,7 +61,7 @@ GEM
|
|
61
61
|
json (1.8.1)
|
62
62
|
mail (2.6.1)
|
63
63
|
mime-types (>= 1.16, < 3)
|
64
|
-
mime-types (2.3)
|
64
|
+
mime-types (2.4.3)
|
65
65
|
mini_portile (0.6.0)
|
66
66
|
minitest (5.4.2)
|
67
67
|
money (6.3.0)
|
@@ -122,10 +122,10 @@ GEM
|
|
122
122
|
multi_json (~> 1.0)
|
123
123
|
rack (~> 1.0)
|
124
124
|
tilt (~> 1.1, != 1.3.0)
|
125
|
-
sprockets-rails (2.
|
125
|
+
sprockets-rails (2.2.0)
|
126
126
|
actionpack (>= 3.0)
|
127
127
|
activesupport (>= 3.0)
|
128
|
-
sprockets (
|
128
|
+
sprockets (>= 2.8, < 4.0)
|
129
129
|
temple (0.6.8)
|
130
130
|
thor (0.19.1)
|
131
131
|
thread_safe (0.3.4)
|
@@ -7,7 +7,7 @@ App.addChild('PayPalForm', _.extend({
|
|
7
7
|
},
|
8
8
|
|
9
9
|
activate: function() {
|
10
|
-
this.loader =
|
10
|
+
this.loader = this.$('.loader img');
|
11
11
|
this.parent.contributionId = $('input#contribution_id').val();
|
12
12
|
this.parent.projectId = $('input#project_id').val();
|
13
13
|
},
|
@@ -11,7 +11,7 @@
|
|
11
11
|
.card.card-message.fontsize-small.u-radius.zindex-10.u-marginbottom-30 = t('projects.contributions.review.international.section_title')
|
12
12
|
.w-row
|
13
13
|
.w-col.w-col-push-3.w-col-6
|
14
|
-
.loader.u-text-center.w-col.w-col-12.u-marginbottom-30
|
14
|
+
.loader.u-text-center.w-col.w-col-12.u-marginbottom-30 = image_tag "catarse_bootstrap/loader.gif"
|
15
15
|
= submit_tag t('projects.contributions.review.international.button'), :class => 'btn btn-large u-marginbottom-20'
|
16
16
|
.fontsize-smallest.u-text-center
|
17
17
|
| Ao apoiar, você concorda com os
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: catarse_paypal_express
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Antônio Roberto Silva
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-10-
|
13
|
+
date: 2014-10-21 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|