formula 0.2.8 → 0.2.9
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 -1
- data/lib/formula/version.rb +1 -1
- metadata +25 -29
data/lib/formula.rb
CHANGED
data/lib/formula/version.rb
CHANGED
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
|
-
|
|
12
|
+
date: 2011-06-29 00:00:00.000000000 -04:00
|
|
13
|
+
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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:
|
|
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:
|
|
47
|
+
requirements:
|
|
48
|
+
- - ! '>='
|
|
49
|
+
- !ruby/object:Gem::Version
|
|
50
|
+
version: '0'
|
|
53
51
|
requirements: []
|
|
54
|
-
|
|
55
52
|
rubyforge_project:
|
|
56
|
-
rubygems_version: 1.
|
|
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
|
-
|