formy 0.0.3 → 0.0.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.
@@ -84,7 +84,7 @@ module Formy
84
84
  button_html = content.class==TrueClass ? button.to_s : content
85
85
 
86
86
  # replaces the hash entry with html content_tag
87
- buttons[button] = content_tag :span, :class => ["formy-button", button.to_s] do
87
+ buttons[button] = content_tag :a, :class => ["formy-button", button.to_s] do
88
88
  button_html
89
89
  end
90
90
  end
data/lib/formy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Formy
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: formy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sam Taylor