catarse_moip 1.0.0 → 1.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: 88b8d8dae249e0d12381233dd639979d77b5e526
4
- data.tar.gz: 476d399ff6efd4bd1e8d9c7e2bf44dcda5ab508a
3
+ metadata.gz: ab03af734dc478b0be30cbdaed00b0bbf697078b
4
+ data.tar.gz: 85f97f93d4928661240b656353f8516f28a686ed
5
5
  SHA512:
6
- metadata.gz: 73207b2a7ce381f12a5d8a805321da28c3dc36af6486d2881b5cb5e2aebb19541db0f5083bf53140a010280078d80f82803d24b804dfd079d6379793f17c4cdb
7
- data.tar.gz: a1fd2bbc748b47bc57398b733b1c2c21c9d0b861990d2841c82b74b9cc389738de37721e99910d46dc5e18e194211ea4d60b2398ea464feffe3b48e54561627c
6
+ metadata.gz: a7ba76a6ee80c22b5d1f0aa7fc1755fefa71822c7dc5eabef280812d3ed518f696938fb01a1fd9ab5fa3133e25109e1e7480d4c68c98f5da75edf552ff9247d2
7
+ data.tar.gz: 981bfd51b55ff412089c61682efe62703d5fcd83765e3376629eba4dbc263f4fbd37f512d4288db4e6d420b61e7053ebc50231a3df2713f9d7dd78c173ae0405
data/Gemfile.lock CHANGED
@@ -10,7 +10,7 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- catarse_moip (1.0.0)
13
+ catarse_moip (1.0.1)
14
14
  libxml-ruby (~> 2.6.0)
15
15
  rails (~> 3.2.12)
16
16
 
@@ -115,7 +115,7 @@ GEM
115
115
  tilt (~> 1.1, != 1.3.0)
116
116
  thor (0.18.1)
117
117
  tilt (1.4.1)
118
- treetop (1.4.14)
118
+ treetop (1.4.15)
119
119
  polyglot
120
120
  polyglot (>= 0.3.1)
121
121
  tzinfo (0.3.37)
@@ -69,10 +69,6 @@ App.addChild('MoipForm', {
69
69
 
70
70
  this.loader = this.$('.loader');
71
71
 
72
- //this.paymentChoice = new CATARSE.PaymentChoice();
73
- //this.paymentCard = new CATARSE.PaymentCard({moipForm: this});
74
- //this.paymentSlip = new CATARSE.PaymentSlip({moipForm: this});
75
- //this.paymentAccount = new CATARSE.PaymentAccount({moipForm: this});
76
72
  window.checkoutSuccessful = _.bind(this.checkoutSuccessful, this);
77
73
  window.checkoutFailure = _.bind(this.checkoutFailure, this);
78
74
  }
@@ -1,7 +1,7 @@
1
1
  App.views.MoipForm.UserDocument = {
2
2
  onContentClick: function(e){
3
3
  window.setTimeout(function(){
4
- this.moipForm.checkoutSuccessful({'StatusPagamento': 'Success'});
4
+ app.moipForm.checkoutSuccessful({'StatusPagamento': 'Success'});
5
5
  }, 2000);
6
6
  },
7
7
 
@@ -1,3 +1,3 @@
1
1
  module CatarseMoip
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: catarse_moip
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.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: 2013-08-15 00:00:00.000000000 Z
13
+ date: 2013-08-21 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  version: '0'
184
184
  requirements: []
185
185
  rubyforge_project:
186
- rubygems_version: 2.0.3
186
+ rubygems_version: 2.0.7
187
187
  signing_key:
188
188
  specification_version: 4
189
189
  summary: MoIP integration with Catarse