-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.specification
More file actions
192 lines (187 loc) · 5.42 KB
/
.specification
File metadata and controls
192 lines (187 loc) · 5.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
--- !ruby/object:Gem::Specification
name: formtastic
version: !ruby/object:Gem::Version
prerelease: false
segments:
- 0
- 9
- 7
version: 0.9.7
platform: ruby
authors:
- Justin French
autorequire:
bindir: bin
cert_chain: []
date: 2009-12-03 00:00:00 +01:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
name: activesupport
prerelease: false
requirement: &id001 !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
segments:
- 2
- 3
- 0
version: 2.3.0
type: :runtime
version_requirements: *id001
- !ruby/object:Gem::Dependency
name: actionpack
prerelease: false
requirement: &id002 !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
segments:
- 2
- 3
- 0
version: 2.3.0
type: :runtime
version_requirements: *id002
- !ruby/object:Gem::Dependency
name: rspec-rails
prerelease: false
requirement: &id003 !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
segments:
- 1
- 2
- 6
version: 1.2.6
type: :development
version_requirements: *id003
- !ruby/object:Gem::Dependency
name: rspec_tag_matchers
prerelease: false
requirement: &id004 !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
segments:
- 1
- 0
- 0
version: 1.0.0
type: :development
version_requirements: *id004
description: A Rails form builder plugin/gem with semantically rich and accessible markup
email: justin@indent.com.au
executables: []
extensions: []
extra_rdoc_files:
- README.textile
files:
- MIT-LICENSE
- README.textile
- Rakefile
- generators/form/USAGE
- generators/form/form_generator.rb
- generators/form/templates/view__form.html.erb
- generators/form/templates/view__form.html.haml
- generators/formtastic/formtastic_generator.rb
- generators/formtastic/templates/formtastic.css
- generators/formtastic/templates/formtastic.rb
- generators/formtastic/templates/formtastic_changes.css
- generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb
- lib/formtastic.rb
- lib/formtastic/i18n.rb
- lib/locale/en.yml
- rails/init.rb
- spec/buttons_spec.rb
- spec/commit_button_spec.rb
- spec/custom_builder_spec.rb
- spec/custom_macros.rb
- spec/defaults_spec.rb
- spec/error_proc_spec.rb
- spec/errors_spec.rb
- spec/form_helper_spec.rb
- spec/i18n_spec.rb
- spec/include_blank_spec.rb
- spec/input_spec.rb
- spec/inputs/boolean_input_spec.rb
- spec/inputs/check_boxes_input_spec.rb
- spec/inputs/country_input_spec.rb
- spec/inputs/date_input_spec.rb
- spec/inputs/datetime_input_spec.rb
- spec/inputs/file_input_spec.rb
- spec/inputs/hidden_input_spec.rb
- spec/inputs/numeric_input_spec.rb
- spec/inputs/password_input_spec.rb
- spec/inputs/radio_input_spec.rb
- spec/inputs/select_input_spec.rb
- spec/inputs/string_input_spec.rb
- spec/inputs/text_input_spec.rb
- spec/inputs/time_input_spec.rb
- spec/inputs/time_zone_input_spec.rb
- spec/inputs_spec.rb
- spec/label_spec.rb
- spec/semantic_fields_for_spec.rb
- spec/spec.opts
- spec/spec_helper.rb
has_rdoc: true
homepage: http://github.com/justinfrench/formtastic/tree/master
licenses: []
post_install_message: "\n ========================================================================\n Thanks for installing Formtastic!\n ------------------------------------------------------------------------\n You can now (optionally) run the generator to copy some stylesheets and\n a config initializer into your application:\n ./script/generate formtastic\n\n To generate some semantic form markup for your exisiting models, just run:\n ./script/generate form MODEL_NAME\n\n Find out more and get involved:\n http://github.com/justinfrench/formtastic\n http://groups.google.com.au/group/formtastic\n ========================================================================\n "
rdoc_options:
- --charset=UTF-8
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
segments:
- 0
version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
segments:
- 0
version: "0"
requirements: []
rubyforge_project:
rubygems_version: 1.3.6
signing_key:
specification_version: 3
summary: A Rails form builder plugin/gem with semantically rich and accessible markup
test_files:
- spec/buttons_spec.rb
- spec/commit_button_spec.rb
- spec/custom_builder_spec.rb
- spec/custom_macros.rb
- spec/defaults_spec.rb
- spec/error_proc_spec.rb
- spec/errors_spec.rb
- spec/form_helper_spec.rb
- spec/i18n_spec.rb
- spec/include_blank_spec.rb
- spec/input_spec.rb
- spec/inputs/boolean_input_spec.rb
- spec/inputs/check_boxes_input_spec.rb
- spec/inputs/country_input_spec.rb
- spec/inputs/date_input_spec.rb
- spec/inputs/datetime_input_spec.rb
- spec/inputs/file_input_spec.rb
- spec/inputs/hidden_input_spec.rb
- spec/inputs/numeric_input_spec.rb
- spec/inputs/password_input_spec.rb
- spec/inputs/radio_input_spec.rb
- spec/inputs/select_input_spec.rb
- spec/inputs/string_input_spec.rb
- spec/inputs/text_input_spec.rb
- spec/inputs/time_input_spec.rb
- spec/inputs/time_zone_input_spec.rb
- spec/inputs_spec.rb
- spec/label_spec.rb
- spec/semantic_fields_for_spec.rb
- spec/spec_helper.rb