catarse_moip 2.0.0 → 2.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: 4a467ec8f386bd6254b46c9052512702d5ef580e
4
- data.tar.gz: 659e2d260728031a7703deb3ef421033e2ff53a7
3
+ metadata.gz: 83e89215563372e631f8e7ed7b820debbc3ba7aa
4
+ data.tar.gz: 41e6c16596b3ff5093e646f0e061bbd9efe84323
5
5
  SHA512:
6
- metadata.gz: 290f04967235c67f428cd0e16a605dbdc2b1e28a1628c0add9886fc5e577e5b730417eff9d6606bee69743e665af6deb1ff7eaf5e916d9490849d5b3e561ef91
7
- data.tar.gz: 72738a73a913e8c5b38e9778c534bf52b7f2295077d4e6fd3d65ff84d834665ee23e2feaea280bfe4a6604d21044a1667eb328ad276122be5c409d82f9af0532
6
+ metadata.gz: 2cab1523a7fc3aa5bf0b5cb9c4e65fb55660f5db91870fa3463d1983a7b8b3e932fc3d126d9da48b183e44d091ddf1bc64d7d35b3edaf0433a17f1c3c4f8924f
7
+ data.tar.gz: 992d107609239c1176c9743963d56cb99cba72b8e8abd7636e96fe4adc5afee85911ac899cd712a5f0b81918b10da7e1ff6c2bb1731cc603b637c8f625d1c050
data/Gemfile.lock CHANGED
@@ -10,7 +10,7 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- catarse_moip (2.0.0)
13
+ catarse_moip (2.0.1)
14
14
  libxml-ruby (~> 2.6.0)
15
15
  rails (~> 4.0)
16
16
 
@@ -110,7 +110,7 @@ GEM
110
110
  thread_safe (0.1.2)
111
111
  atomic
112
112
  tilt (1.4.1)
113
- treetop (1.4.14)
113
+ treetop (1.4.15)
114
114
  polyglot
115
115
  polyglot (>= 0.3.1)
116
116
  tzinfo (0.3.37)
@@ -80,10 +80,6 @@ App.addChild('MoipForm', {
80
80
 
81
81
  this.loader = this.$('.loader');
82
82
 
83
- //this.paymentChoice = new CATARSE.PaymentChoice();
84
- //this.paymentCard = new CATARSE.PaymentCard({moipForm: this});
85
- //this.paymentSlip = new CATARSE.PaymentSlip({moipForm: this});
86
- //this.paymentAccount = new CATARSE.PaymentAccount({moipForm: this});
87
83
  window.checkoutSuccessful = _.bind(this.checkoutSuccessful, this);
88
84
  window.checkoutFailure = _.bind(this.checkoutFailure, this);
89
85
  }
@@ -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 = "2.0.0"
2
+ VERSION = "2.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: 2.0.0
4
+ version: 2.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
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
184
  version: '0'
185
185
  requirements: []
186
186
  rubyforge_project:
187
- rubygems_version: 2.0.3
187
+ rubygems_version: 2.0.7
188
188
  signing_key:
189
189
  specification_version: 4
190
190
  summary: MoIP integration with Catarse