semantic_form_for 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,9 +10,9 @@ class SemanticFormFor::FormBuilder < ActionView::Helpers::FormBuilder
10
10
  FIELDSETS = [ :inputs, :buttons ]
11
11
 
12
12
  INPUTS = [
13
- *ActionView::Helpers::FormBuilder.instance_methods.grep %r{_box$},
14
- *ActionView::Helpers::FormBuilder.instance_methods.grep %r{_field$},
15
- *ActionView::Helpers::FormBuilder.instance_methods.grep %r{_select$},
13
+ *ActionView::Helpers::FormBuilder.instance_methods.grep(%r{_box$}),
14
+ *ActionView::Helpers::FormBuilder.instance_methods.grep(%r{_field$}),
15
+ *ActionView::Helpers::FormBuilder.instance_methods.grep(%r{_select$}),
16
16
  ]
17
17
 
18
18
  BUTTONS = [ :submit ]
@@ -1,3 +1,3 @@
1
1
  module SemanticFormFor
2
- VERSION = '0.4.0'
2
+ VERSION = '0.4.1'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: semantic_form_for
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.0
5
+ version: 0.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Stephen Touset