kaui 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kaui (0.2.3)
4
+ kaui (0.2.4)
5
5
  d3_rails (~> 2.10.3)
6
6
  jquery-rails (~> 2.0)
7
7
  killbill-client (~> 0.1.1)
@@ -43,10 +43,10 @@
43
43
  <label class="control-label">Payment method</label>
44
44
  <div class="controls">
45
45
  <label class="checkbox">
46
- <% if @payment_method.present? %>
47
- <%= @payment_method.type %> <%= @payment_method.card_type %> <%= @payment_method.mask_number %>
46
+ <% if @payment_method.present? and @payment_method.plugin_info.present? %>
47
+ <%= @payment_method.plugin_info.type %> <%= @payment_method.plugin_info.cc_type %> <%= @payment_method.plugin_info.cc_last4 %>
48
48
  <% else %>
49
- <p class="text-error">DELETED</p>
49
+ <p class="text-error">DELETED</p>
50
50
  <% end %>
51
51
  </label>
52
52
  </div>
data/lib/kaui/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Kaui
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kaui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -375,7 +375,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
375
375
  version: '0'
376
376
  segments:
377
377
  - 0
378
- hash: 3422084026111820071
378
+ hash: -3024396882773482686
379
379
  requirements: []
380
380
  rubyforge_project:
381
381
  rubygems_version: 1.8.24