twitter-bootstrap-components-rails 0.2.3 → 0.2.4

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: bcfea9dde08afd7e470c6e978cd97317a3e171ab
4
- data.tar.gz: 8ce577db6b891c4f10f00ed07f34da95f578edb7
3
+ metadata.gz: abb9ff7f123936769c71b1110791eb3c2d620c1e
4
+ data.tar.gz: 2b12081efb9d1cfe7b75a1e9e4276d3e8878f595
5
5
  SHA512:
6
- metadata.gz: 3fb027de518571e99e0b8f039a2974bb907870b9ed8d77e8fcd9de934e01a64f69c7d0c9df4d9c525236ae7a169c584bed6a55d7089d64835afe672f4c20c345
7
- data.tar.gz: eaac1643a310ca50de63843aa9ccfdae26cafc34e205a1a95ca70af3c72bed119928fc179c8b9f6f72fe3179594f3ddcb93f2b37c35f59015c85d5f3200e35de
6
+ metadata.gz: a5b35cd6ca234079aa548199325d3f8332281a050fdbc2bd7031f85202e8f136710a745465fa02498540ba52a790d8a5128b25234d7c40c3f4b54150bafcbc22
7
+ data.tar.gz: fd765c5ddaa7c56414c5a1af47ec46c37e6711191dad55c99aec0a8d9bf889c115fcfd3a2c3ab233835bcb7e015f648392810ab03799a4a2cf5bd03b78a44e1f
@@ -15,6 +15,7 @@ module Twitter
15
15
  {
16
16
  block_output: block_output,
17
17
  input_options: input_options,
18
+ link_target: link_target,
18
19
  link_options: link_options,
19
20
  button_options: button_options,
20
21
  element_type: element_type
@@ -69,7 +70,7 @@ module Twitter
69
70
  end
70
71
 
71
72
  def link_options
72
- link_options = { href: link_target, class: css_classes.join(" "), role: "button" }
73
+ link_options = { class: css_classes.join(" "), role: "button" }
73
74
  link_options[:data] = @options[:data] if @options[:data].present?
74
75
  link_options[:method] = @options[:method] if @options[:method].present?
75
76
  link_options
@@ -2,7 +2,7 @@ module Twitter
2
2
  module Bootstrap
3
3
  module Components
4
4
  module Rails
5
- VERSION = '0.2.3'
5
+ VERSION = '0.2.4'
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter-bootstrap-components-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel