catarse_paypal_express 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3bb78e5144708e3ec04d567850032f3e3fde720
4
- data.tar.gz: ce5b27261fd5e3d32f551299fda1f65a6271cd29
3
+ metadata.gz: 763109ba07b89869277e3e170fce7a5df764c7ed
4
+ data.tar.gz: e58cff735e8026bdcde92ccde5bdb69e036870d6
5
5
  SHA512:
6
- metadata.gz: e6e477ee8bc101b15569b813c8a73b9a2c35cc49d7fb34b654cb5b6348761fd18b04c982efbf0a2d8309f6df6aba924b3bc1ae9517612e3c27825b85e6b80894
7
- data.tar.gz: 63b0e2020f9d996b4f0784ef2c8f7055d5c8b989eba0e2169bbbaded45632d25a11d8f7531298e298a623b609d80cbe0d9a82e4291afefb81e2a0c5e8d913031
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.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.1.4)
125
+ sprockets-rails (2.2.0)
126
126
  actionpack (>= 3.0)
127
127
  activesupport (>= 3.0)
128
- sprockets (~> 2.8)
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 = $('.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.w-hidden = image_tag "catarse_bootstrap/loader.gif"
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
@@ -1,3 +1,3 @@
1
1
  module CatarsePaypalExpress
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
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.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-03 00:00:00.000000000 Z
13
+ date: 2014-10-21 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails