formula 0.3.0 → 0.3.1
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.
- data/lib/formula.rb +1 -0
- data/lib/formula/version.rb +1 -1
- metadata +2 -2
data/lib/formula.rb
CHANGED
|
@@ -195,6 +195,7 @@ module Formula
|
|
|
195
195
|
when :email then email_field method, options[:input]
|
|
196
196
|
when :phone then phone_field method, options[:input]
|
|
197
197
|
when :number then number_field method, options[:input]
|
|
198
|
+
when :country then country_select method, options[:input]
|
|
198
199
|
when :date then date_select method, options[:input], options[:input].delete(:html) || {}
|
|
199
200
|
when :time then time_select method, options[:input], options[:input].delete(:html) || {}
|
|
200
201
|
when :datetime then datetime_select method, options[:input], options[:input].delete(:html) || {}
|
data/lib/formula/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: formula
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-
|
|
12
|
+
date: 2011-07-01 00:00:00.000000000 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: Formula is a Rails form generator that generates simple clean markup.
|