formy 0.0.2 → 0.0.3

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.
@@ -91,7 +91,7 @@ module Formy
91
91
  end
92
92
 
93
93
  buttons_content = content_tag :div, :class => ['formy-buttons'] do
94
- formy_base_error_flash + ajax_loader_content + buttons[:cancel] + buttons[:submit]
94
+ ajax_loader_content + buttons[:cancel] + buttons[:submit]
95
95
  end
96
96
  end
97
97
  end
data/lib/formy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Formy
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
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.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sam Taylor