catarse_moip 3.0.4 → 3.0.5

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: 939e9fad48215b2efdaacf53db8696ad8d6ab572
4
- data.tar.gz: 53255c7c2e8e5301bd0a0823251db91d7caa8c04
3
+ metadata.gz: 32c353c433b02b063a9925c41a9b8f93295b0684
4
+ data.tar.gz: fddfbe6b50053f734a48f9f2745bdeb3fcfbddd2
5
5
  SHA512:
6
- metadata.gz: c523a1ff0f803108715949eb5b56168c8d8359d1cd5be9de98c2e13b564b6d62c7feeb60a40d2ec41003c340f8288ec91d5139bd93686ce90e151b8581e70e9f
7
- data.tar.gz: b592ddcc0892f1947778775d0784a794568ddac326f37ece0d9da5ebe0882debb6e8513a1080c99e7f4c5d794272ab6aa9722b5ad4b63a1d591690f0140bfa83
6
+ metadata.gz: b6747129bbc7c9379f825d392fe8fe81e61cdfff80a68fc79b576cc7bd58c20e5c3866e422ae05ba8def64faa324bf075229e7ecd03b35e57bb27a44d445b467
7
+ data.tar.gz: 2f235064e93593708ffc1b1e1c42339005db7e8104d43381056e28fd274dbee5e27bcf198eb346e578d834506dfa696754a1b18e9765e36e4292c3089f369d13
data/Gemfile.lock CHANGED
@@ -10,7 +10,7 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- catarse_moip (3.0.4)
13
+ catarse_moip (3.0.5)
14
14
  enumerate_it
15
15
  libxml-ruby (~> 2.6.0)
16
16
  rails (~> 4.0)
@@ -63,7 +63,7 @@ GEM
63
63
  i18n (0.6.11)
64
64
  json (1.8.1)
65
65
  libxml-ruby (2.6.0)
66
- mail (2.6.1)
66
+ mail (2.6.3)
67
67
  mime-types (>= 1.16, < 3)
68
68
  mime-types (2.4.3)
69
69
  mini_portile (0.6.0)
@@ -23,18 +23,18 @@
23
23
  | Por favor digite o nome escrito no cartão
24
24
  .w-col.w-col-6.cpf
25
25
  = label_tag :payment_card_cpf, "CPF", class: 'field-label fontweight-semibold'
26
- = text_field_tag :payment_card_cpf, nil, class: 'w-input text-field', data: {fixed_mask: '999.999.999-99'}, required: true
26
+ = phone_field_tag :payment_card_cpf, nil, class: 'w-input text-field', data: {fixed_mask: '999.999.999-99'}, required: true
27
27
  .fontsize-smaller.text-error.u-marginbottom-20.fa.fa-exclamation-triangle.w-hidden[data-error-for="payment_card_cpf"]
28
28
  | Verifique o CPF do titular do cartão
29
29
  .w-row
30
30
  .w-col.w-col-6.w-col-small-6.w-col-tiny-6.w-sub-col-middle.phone
31
31
  = label_tag :payment_card_phone, "Telefone", class: 'field-label fontweight-semibold'
32
- = text_field_tag :payment_card_phone, nil, class: 'w-input text-field', data: {fixed_mask: '(99) 9999-99999'}, required: true
32
+ = phone_field_tag :payment_card_phone, nil, class: 'w-input text-field', data: {fixed_mask: '(99) 9999-99999'}, required: true
33
33
  .fontsize-smaller.text-error.u-marginbottom-20.fa.fa-exclamation-triangle.w-hidden[data-error-for="payment_card_phone"]
34
34
  | Por favor digite o telefone de contato do titular
35
35
  .w-col.w-col-6.w-col-small-6.w-col-tiny-6.birth
36
36
  = label_tag :payment_card_birth, "Data de Nascimento", class: 'field-label fontweight-semibold'
37
- = text_field_tag :payment_card_birth, nil, class: 'w-input text-field', data: {fixed_mask: '99/99/9999'}, required: true
37
+ = phone_field_tag :payment_card_birth, nil, class: 'w-input text-field', data: {fixed_mask: '99/99/9999'}, required: true
38
38
  .fontsize-smaller.text-error.u-marginbottom-20.fa.fa-exclamation-triangle.w-hidden[data-error-for="payment_card_birth"]
39
39
  | Por favor digite a data de nascimento do titular
40
40
  .w-row
@@ -42,7 +42,7 @@
42
42
  = label_tag :payment_card_number, 'Número do cartão' , class: 'field-label fontweight-semibold'
43
43
  .w-row
44
44
  .w-col.w-col-9.w-col-small-9.w-col-tiny-9
45
- = text_field_tag :payment_card_number, nil, class: 'w-input text-field prefix', required: true
45
+ = phone_field_tag :payment_card_number, nil, class: 'w-input text-field prefix', required: true
46
46
  .w-col.w-col-3.w-col-small-3.w-col-tiny-3.text-field.postfix.no-hover
47
47
  #payment_card_flag.fontsize-smallest.fontcolor-secondary.u-text-center
48
48
  .fontsize-smaller.text-error.u-marginbottom-20.fa.fa-exclamation-triangle.w-hidden[data-error-for="payment_card_number"]
@@ -52,12 +52,12 @@
52
52
  .w-col.w-col-6.w-col-small-6.w-col-tiny-6.w-sub-col-middle.source
53
53
  = label_tag :payment_card_source, 'Cód. Segurança', class: 'field-label fontweight-semibold w-hidden-medium'
54
54
  = label_tag :payment_card_source, 'CVC', class: 'field-label fontweight-semibold w-hidden-main w-hidden-small w-hidden-tiny'
55
- = text_field_tag :payment_card_source, nil, class: 'w-input text-field', required: true
55
+ = phone_field_tag :payment_card_source, nil, class: 'w-input text-field', required: true
56
56
  .fontsize-smaller.text-error.u-marginbottom-20.fa.fa-exclamation-triangle.w-hidden[data-error-for="payment_card_source"]
57
57
  | Veja o código de segurança do cartão abaixo da tarja magnética
58
58
  .w-col.w-col-6.w-col-small-6.w-col-tiny-6.date
59
59
  = label_tag :payment_card_date, 'Expiração', class: 'field-label fontweight-semibold'
60
- = text_field_tag :payment_card_date, nil, class: 'w-input text-field', data: {fixed_mask: '99/99'}, required: true
60
+ = phone_field_tag :payment_card_date, nil, class: 'w-input text-field', data: {fixed_mask: '99/99'}, required: true
61
61
  .fontsize-smaller.text-error.u-marginbottom-20.fa.fa-exclamation-triangle.w-hidden[data-error-for="payment_card_date"]
62
62
  | Qual a data de expiração no cartão?
63
63
 
@@ -75,7 +75,7 @@
75
75
  .w-row
76
76
  .w-col.w-col-6
77
77
  = label_tag 'user_document_payment_slip', t('projects.contributions.review.form.labels.document'), class: 'field-label fontweight-semibold'
78
- = text_field_tag 'user_document_payment_slip', nil, { autocomplete: 'off', class: 'w-input text-field', required: true }
78
+ = phone_field_tag 'user_document_payment_slip', nil, { autocomplete: 'off', class: 'w-input text-field', required: true }
79
79
  .fontsize-smaller.text-error.u-marginbottom-20.fa.fa-exclamation-triangle.w-hidden[data-error-for="user_document_payment_slip"]
80
80
  | Verifique o CPF ou CNPJ
81
81
  .w-row
@@ -1,3 +1,3 @@
1
1
  module CatarseMoip
2
- VERSION = "3.0.4"
2
+ VERSION = "3.0.5"
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: 3.0.4
4
+ version: 3.0.5
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-11-04 00:00:00.000000000 Z
13
+ date: 2014-11-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails