catarse_moip 2.0.9 → 2.1.9

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: 9bc0bb6bba8ec6324a25c0c9b7ceaf7cc348e8b7
4
- data.tar.gz: 21a186dc54871da853a2c7d93ee794255d951e6b
3
+ metadata.gz: 66222c66450d8261498c7de3c75d7801e6c7faad
4
+ data.tar.gz: 74f93f695741a616361bb7b263e340af3114220e
5
5
  SHA512:
6
- metadata.gz: efd17472ada43000e6cf4cc8114647230dd6ea90423a6664e367bd20fdfd7ec4b0e6ce3559a682516ac01c348b48bd72b76f143aed5078d548bc008d450d2781
7
- data.tar.gz: 3bdf7f151040de0ef46249940ba291c6e2643973a127d87a3126e416bc12c18e8dbdda88f41776ee8c67a3ccbf2cce35d9610044c49eb686248af4d5bab230b8
6
+ metadata.gz: b4383a57ae129ca9aa733dc7ee04164c7c565a44a109fb429a17887e3347019749a305641f105fce62934e44932b07daa74dd8ca1c30687030642f2c2586268b
7
+ data.tar.gz: 88e4450359b749c67a0d8d54986f63073d61f1300d14cf1eb3c69b44a4faa3e5cef6bbe3be6c802840c77485749474728d1f1905672fcb4f47200b0f79d9e272
@@ -10,7 +10,7 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- catarse_moip (2.0.9)
13
+ catarse_moip (2.1.9)
14
14
  libxml-ruby (~> 2.6.0)
15
15
  rails (~> 4.0)
16
16
 
@@ -12,8 +12,9 @@
12
12
  = radio_button_tag 'payment_type', "boleto"
13
13
  = label_tag :payment_type_boleto, 'Boleto', :class => "boleto"
14
14
 
15
- = radio_button_tag 'payment_type', "account"
16
- = label_tag :payment_type_account, 'Débito em Conta', :class => "account"
15
+ /
16
+ = radio_button_tag 'payment_type', "account"
17
+ = label_tag :payment_type_account, 'Débito em Conta', :class => "account"
17
18
 
18
19
  #payment_type_cards_section.payment_section
19
20
  h3= t('projects.backers.review.form.labels.payment_card')
@@ -83,22 +84,23 @@
83
84
  p.subtitle.hide= t('projects.backers.review.form.labels.payment_boleto_subtitle')
84
85
  .link_content
85
86
 
86
- #payment_type_account_section.hide.payment_section
87
- h3= t('projects.backers.review.form.labels.payment_account')
88
- .clearfix
89
- .bootstrap-twitter style="float: none;"
90
- .alert.alert-danger.hide
91
- p.error_msg
92
- .clearfix
93
- .bootstrap-twitter
94
- = label_tag 'user_document_account', t('projects.backers.review.form.labels.document')
95
- = text_field_tag 'user_document_account', nil, { autocomplete: 'off' }
96
- = label_tag :account, t('projects.backers.review.form.labels.select_account')
97
- = select_tag :account, options_for_select([['Banco do Brasil', 'BancoDoBrasil'], ['Bradesco'], ['Banrisul'], ['Itaú', 'Itau'] ]), :include_blank => true
98
- .loader.hide= image_tag('loading.gif')
99
- = submit_tag t('projects.backers.review.form.labels.submit'), :class => 'btn btn-primary btn-large', :id => "build_account_link", :disabled => true
100
- p.subtitle.hide= t('projects.backers.review.form.labels.select_account')
101
- .link_content
87
+ /
88
+ #payment_type_account_section.hide.payment_section
89
+ h3= t('projects.backers.review.form.labels.payment_account')
90
+ .clearfix
91
+ .bootstrap-twitter style="float: none;"
92
+ .alert.alert-danger.hide
93
+ p.error_msg
94
+ .clearfix
95
+ .bootstrap-twitter
96
+ = label_tag 'user_document_account', t('projects.backers.review.form.labels.document')
97
+ = text_field_tag 'user_document_account', nil, { autocomplete: 'off' }
98
+ = label_tag :account, t('projects.backers.review.form.labels.select_account')
99
+ = select_tag :account, options_for_select([['Banco do Brasil', 'BancoDoBrasil'], ['Bradesco'], ['Banrisul'], ['Itaú', 'Itau'] ]), :include_blank => true
100
+ .loader.hide= image_tag('loading.gif')
101
+ = submit_tag t('projects.backers.review.form.labels.submit'), :class => 'btn btn-primary btn-large', :id => "build_account_link", :disabled => true
102
+ p.subtitle.hide= t('projects.backers.review.form.labels.select_account')
103
+ .link_content
102
104
 
103
105
 
104
106
 
@@ -1,3 +1,3 @@
1
1
  module CatarseMoip
2
- VERSION = "2.0.9"
2
+ VERSION = "2.1.9"
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.9
4
+ version: 2.1.9
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-12-13 00:00:00.000000000 Z
13
+ date: 2013-12-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails