formula 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/formula.rb +1 -1
  2. data/lib/formula/version.rb +1 -1
  3. metadata +25 -29
@@ -319,7 +319,7 @@ module Formula
319
319
 
320
320
  def as(method)
321
321
 
322
- case method
322
+ case "#{method}"
323
323
  when /url/ then return :url
324
324
  when /email/ then return :email
325
325
  when /phone/ then return :phone
@@ -1,3 +1,3 @@
1
1
  module Formula
2
- VERSION = "0.2.8"
2
+ VERSION = "0.2.9"
3
3
  end
metadata CHANGED
@@ -1,28 +1,27 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: formula
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.9
4
5
  prerelease:
5
- version: 0.2.8
6
6
  platform: ruby
7
- authors:
7
+ authors:
8
8
  - Kevin Sylvestre
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2011-06-28 00:00:00 Z
12
+ date: 2011-06-29 00:00:00.000000000 -04:00
13
+ default_executable:
14
14
  dependencies: []
15
-
16
- description: Formula is a Rails form generator that generates simple clean markup. The project aims to let users create semantically beautiful forms without introducing too much syntax. The goal is to make integrating advanced layout systems (such as grid systems) as simple as possible.
17
- email:
15
+ description: Formula is a Rails form generator that generates simple clean markup.
16
+ The project aims to let users create semantically beautiful forms without introducing
17
+ too much syntax. The goal is to make integrating advanced layout systems (such as
18
+ grid systems) as simple as possible.
19
+ email:
18
20
  - kevin@ksylvest.com
19
21
  executables: []
20
-
21
22
  extensions: []
22
-
23
23
  extra_rdoc_files: []
24
-
25
- files:
24
+ files:
26
25
  - lib/formula/railtie.rb
27
26
  - lib/formula/version.rb
28
27
  - lib/formula.rb
@@ -30,32 +29,29 @@ files:
30
29
  - LICENSE
31
30
  - Gemfile
32
31
  - Rakefile
32
+ has_rdoc: true
33
33
  homepage: http://github.com/ksylvest/formula
34
34
  licenses: []
35
-
36
35
  post_install_message:
37
36
  rdoc_options: []
38
-
39
- require_paths:
37
+ require_paths:
40
38
  - lib
41
- required_ruby_version: !ruby/object:Gem::Requirement
39
+ required_ruby_version: !ruby/object:Gem::Requirement
42
40
  none: false
43
- requirements:
44
- - - ">="
45
- - !ruby/object:Gem::Version
46
- version: "0"
47
- required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ! '>='
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ required_rubygems_version: !ruby/object:Gem::Requirement
48
46
  none: false
49
- requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: "0"
47
+ requirements:
48
+ - - ! '>='
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
53
51
  requirements: []
54
-
55
52
  rubyforge_project:
56
- rubygems_version: 1.8.5
53
+ rubygems_version: 1.6.2
57
54
  signing_key:
58
55
  specification_version: 3
59
56
  summary: A great way to simplify complex forms
60
57
  test_files: []
61
-