catarse_moip 3.0.1 → 3.0.2

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: 0089b9dfcf82e18ac55e7546e7e2a415b9f29521
4
- data.tar.gz: 66de9b397d43b51e7c3d4918c3daa4839cdfe31e
3
+ metadata.gz: d66de227d20d3cc589a4a6007a3381841fc98b25
4
+ data.tar.gz: f9f36f50ac08b1f6293070ca4077eb51e7b53681
5
5
  SHA512:
6
- metadata.gz: 82cac4ba543bc1198c14ee7983b2ab2496e932253eca27fef8f1e3ae72e40c3f6a2fdbe672078a3a2852b3e26b461afe5de737178a8b7cb2562bbc3be9545458
7
- data.tar.gz: 06abe5163f3abfb859c06768c0af773799392ccc8da547d85d1141f8389748628fa3bebc0fd35da0953a74630dd170497b95f3cca1e95dd2375dce76a0c13981
6
+ metadata.gz: 44cdeb96b2c95d8aeefbdc6ac25e4388cdb6fdcbcf916b30cb330d35d42d93598bb47e8cd3ecc7a4d6a888f77877b2fa25c77f2cf9aa5a28eda3aaad309876ae
7
+ data.tar.gz: 39000e0d7f79b1713db708b38fe927aa9ef26178dede7fc109f781324b8e708433f0e17a66523cfd5a4fb949b7e178f006caa0f6dd13612fb77c95433d43f029
data/Gemfile.lock CHANGED
@@ -10,7 +10,7 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- catarse_moip (3.0.1)
13
+ catarse_moip (3.0.2)
14
14
  enumerate_it
15
15
  libxml-ruby (~> 2.6.0)
16
16
  rails (~> 4.0)
@@ -4,13 +4,15 @@
4
4
  .back-payment-moip-options.next_step_after_valid_document
5
5
  .w-row.list_payment.w-form
6
6
  .w-col.w-col-7.w-col-small-7.back-payment-moip-options-column
7
- = radio_button_tag 'payment_type', "cards", false, class: 'w-radio-input back-payment-radio-button'
8
- = label_tag :payment_type_cards, nil, class: "cards w-form-label" do
9
- = image_tag 'catarse_bootstrap/payment_cards.jpg'
7
+ .w-radio.w-clearfix
8
+ = radio_button_tag 'payment_type', "cards", false, class: 'w-radio-input back-payment-radio-button'
9
+ = label_tag :payment_type_cards, nil, class: "cards w-form-label" do
10
+ = image_tag 'catarse_bootstrap/payment_cards.jpg'
10
11
  .w-col.w-col-5.w-col-small-5.back-payment-moip-options-column
11
- = radio_button_tag 'payment_type', "boleto", false, class: 'w-radio-input back-payment-radio-button'
12
- = label_tag :payment_type_boleto, class: "boleto w-form-label" do
13
- = image_tag 'catarse_bootstrap/payment_boleto.jpg'
12
+ .w-radio.w-clearfix
13
+ = radio_button_tag 'payment_type', "boleto", false, class: 'w-radio-input back-payment-radio-button'
14
+ = label_tag :payment_type_boleto, class: "boleto w-form-label" do
15
+ = image_tag 'catarse_bootstrap/payment_boleto.png'
14
16
  .formwrapper
15
17
  #payment_type_cards_section.payment_section
16
18
  .w-row
@@ -1,3 +1,3 @@
1
1
  module CatarseMoip
2
- VERSION = "3.0.1"
2
+ VERSION = "3.0.2"
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.1
4
+ version: 3.0.2
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-07 00:00:00.000000000 Z
13
+ date: 2014-10-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails