generic_form_builder 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = "generic_form_builder"
4
- s.version = '0.2.1'
4
+ s.version = '0.3.0'
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = ["Elliot Crosby-McCullough", "George Brocklehurst", "Elise Huard", "Tom Stuart"]
7
7
  s.email = ["elliot.cm@gmail.com"]
@@ -7,6 +7,7 @@ class GenericFormBuilder < ActionView::Helpers::FormBuilder
7
7
  text_area
8
8
  email_field
9
9
  file_field
10
+ number_field
10
11
  ].each do |method|
11
12
  define_method(method.to_sym) do |field, *args|
12
13
  options, *args = args
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: generic_form_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2012-03-06 00:00:00.000000000Z
15
+ date: 2012-03-08 00:00:00.000000000Z
16
16
  dependencies: []
17
17
  description:
18
18
  email: