haml_formtastic_scaffold 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,5 +3,5 @@
3
3
  <% for attribute in attributes -%>
4
4
  = f.input :<%= attribute.name %>
5
5
  <% end -%>
6
- - f.buttons
7
- = form.commit_button
6
+ - f.buttons do
7
+ = f.commit_button
@@ -2,7 +2,7 @@ module HamlFormtasticScaffold
2
2
  class Version
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- TINY = 4
5
+ TINY = 5
6
6
  STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
7
7
  end
8
8
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 4
9
- version: 1.0.4
8
+ - 5
9
+ version: 1.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matthew Soldo