formtastic-bootstrap 2.0.0 → 2.1.0

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.
Files changed (89) hide show
  1. data/README.md +11 -2
  2. data/VERSION +1 -1
  3. data/vendor/assets/stylesheets/formtastic-bootstrap.css +4 -0
  4. metadata +51 -154
  5. data/.rspec +0 -1
  6. data/Gemfile +0 -14
  7. data/Gemfile.lock +0 -131
  8. data/Rakefile +0 -49
  9. data/formtastic-bootstrap.gemspec +0 -166
  10. data/lib/action_view/helpers/text_field_date_helper.rb +0 -166
  11. data/lib/formtastic-bootstrap/actions.rb +0 -10
  12. data/lib/formtastic-bootstrap/actions/base.rb +0 -22
  13. data/lib/formtastic-bootstrap/actions/button_action.rb +0 -13
  14. data/lib/formtastic-bootstrap/actions/input_action.rb +0 -13
  15. data/lib/formtastic-bootstrap/actions/link_action.rb +0 -12
  16. data/lib/formtastic-bootstrap/engine.rb +0 -4
  17. data/lib/formtastic-bootstrap/form_builder.rb +0 -40
  18. data/lib/formtastic-bootstrap/helpers.rb +0 -17
  19. data/lib/formtastic-bootstrap/helpers/action_helper.rb +0 -12
  20. data/lib/formtastic-bootstrap/helpers/actions_helper.rb +0 -24
  21. data/lib/formtastic-bootstrap/helpers/fieldset_wrapper.rb +0 -35
  22. data/lib/formtastic-bootstrap/helpers/input_helper.rb +0 -12
  23. data/lib/formtastic-bootstrap/helpers/inputs_helper.rb +0 -34
  24. data/lib/formtastic-bootstrap/inputs.rb +0 -36
  25. data/lib/formtastic-bootstrap/inputs/base.rb +0 -45
  26. data/lib/formtastic-bootstrap/inputs/base/choices.rb +0 -20
  27. data/lib/formtastic-bootstrap/inputs/base/collections.rb +0 -9
  28. data/lib/formtastic-bootstrap/inputs/base/errors.rb +0 -48
  29. data/lib/formtastic-bootstrap/inputs/base/grouped_collections.rb +0 -9
  30. data/lib/formtastic-bootstrap/inputs/base/hints.rb +0 -27
  31. data/lib/formtastic-bootstrap/inputs/base/html.rb +0 -21
  32. data/lib/formtastic-bootstrap/inputs/base/labelling.rb +0 -29
  33. data/lib/formtastic-bootstrap/inputs/base/numeric.rb +0 -9
  34. data/lib/formtastic-bootstrap/inputs/base/stringish.rb +0 -17
  35. data/lib/formtastic-bootstrap/inputs/base/timeish.rb +0 -55
  36. data/lib/formtastic-bootstrap/inputs/base/wrapping.rb +0 -55
  37. data/lib/formtastic-bootstrap/inputs/boolean_input.rb +0 -29
  38. data/lib/formtastic-bootstrap/inputs/check_boxes_input.rb +0 -40
  39. data/lib/formtastic-bootstrap/inputs/date_input.rb +0 -10
  40. data/lib/formtastic-bootstrap/inputs/date_select_input.rb +0 -8
  41. data/lib/formtastic-bootstrap/inputs/datetime_input.rb +0 -10
  42. data/lib/formtastic-bootstrap/inputs/datetime_select_input.rb +0 -8
  43. data/lib/formtastic-bootstrap/inputs/email_input.rb +0 -15
  44. data/lib/formtastic-bootstrap/inputs/file_input.rb +0 -14
  45. data/lib/formtastic-bootstrap/inputs/hidden_input.rb +0 -12
  46. data/lib/formtastic-bootstrap/inputs/number_input.rb +0 -15
  47. data/lib/formtastic-bootstrap/inputs/password_input.rb +0 -15
  48. data/lib/formtastic-bootstrap/inputs/phone_input.rb +0 -15
  49. data/lib/formtastic-bootstrap/inputs/radio_input.rb +0 -46
  50. data/lib/formtastic-bootstrap/inputs/range_input.rb +0 -15
  51. data/lib/formtastic-bootstrap/inputs/search_input.rb +0 -15
  52. data/lib/formtastic-bootstrap/inputs/select_input.rb +0 -16
  53. data/lib/formtastic-bootstrap/inputs/string_input.rb +0 -8
  54. data/lib/formtastic-bootstrap/inputs/text_input.rb +0 -14
  55. data/lib/formtastic-bootstrap/inputs/time_input.rb +0 -10
  56. data/lib/formtastic-bootstrap/inputs/time_select_input.rb +0 -8
  57. data/lib/formtastic-bootstrap/inputs/time_zone_input.rb +0 -14
  58. data/lib/formtastic-bootstrap/inputs/url_input.rb +0 -14
  59. data/spec/actions/button_action_spec.rb +0 -63
  60. data/spec/actions/input_action_spec.rb +0 -59
  61. data/spec/actions/link_action_spec.rb +0 -92
  62. data/spec/builder/semantic_fields_for_spec.rb +0 -130
  63. data/spec/helpers/action_helper_spec.rb +0 -368
  64. data/spec/helpers/actions_helper_spec.rb +0 -147
  65. data/spec/helpers/input_helper_spec.rb +0 -935
  66. data/spec/helpers/inputs_helper_spec.rb +0 -636
  67. data/spec/inputs/boolean_input_spec.rb +0 -226
  68. data/spec/inputs/check_boxes_input_spec.rb +0 -454
  69. data/spec/inputs/date_select_input_spec.rb +0 -164
  70. data/spec/inputs/datetime_select_input_spec.rb +0 -112
  71. data/spec/inputs/deprecated_time_date_datetime_inputs_spec.rb +0 -48
  72. data/spec/inputs/email_input_spec.rb +0 -86
  73. data/spec/inputs/file_input_spec.rb +0 -90
  74. data/spec/inputs/hidden_input_spec.rb +0 -153
  75. data/spec/inputs/number_input_spec.rb +0 -816
  76. data/spec/inputs/password_input_spec.rb +0 -100
  77. data/spec/inputs/phone_input_spec.rb +0 -86
  78. data/spec/inputs/radio_input_spec.rb +0 -267
  79. data/spec/inputs/range_input_spec.rb +0 -506
  80. data/spec/inputs/search_input_spec.rb +0 -85
  81. data/spec/inputs/select_input_spec.rb +0 -624
  82. data/spec/inputs/string_input_spec.rb +0 -210
  83. data/spec/inputs/text_input_spec.rb +0 -188
  84. data/spec/inputs/time_select_input_spec.rb +0 -191
  85. data/spec/inputs/time_zone_input_spec.rb +0 -118
  86. data/spec/inputs/url_input_spec.rb +0 -86
  87. data/spec/spec_helper.rb +0 -30
  88. data/spec/support/custom_macros.rb +0 -537
  89. data/spec/support/fb_custom_macros.rb +0 -23
data/README.md CHANGED
@@ -53,8 +53,8 @@ made to generate the HTML expected by Bootstrap while still generating the rich
53
53
  <%= f.inputs do %>
54
54
  <%= f.input :title, :hint => "This is the title!" %>
55
55
  <% end %>
56
- <%= f.buttons do %>
57
- <%= f.commit_button %>
56
+ <%= f.actions do %>
57
+ <%= f.action :submit %>
58
58
  <% end %>
59
59
  <% end %>
60
60
 
@@ -147,6 +147,15 @@ To create a Prepended Text field, use the ```:prepend``` option. This works on
147
147
  <% end %>
148
148
  <% end %>
149
149
 
150
+ #### Appended Text
151
+ To create an Appended Text field, use the ```:append``` option. This works on any text field input type, like ```:url```, ```:search```, and of course ```:string```
152
+
153
+ <%= semantic_form_for @user do |f| %>
154
+ <%= f.inputs do %>
155
+ <%= f.input :handle, :append => '%' %>
156
+ <% end %>
157
+ <% end %>
158
+
150
159
  ## Contributing
151
160
 
152
161
  ### Contributors
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.1.0
@@ -1,3 +1,7 @@
1
1
  .hidden {
2
2
  display: none;
3
3
  }
4
+
5
+ .alert.alert-error > ul.error-list {
6
+ margin-bottom: 0px;
7
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formtastic-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,33 +9,27 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-05 00:00:00.000000000Z
12
+ date: 2013-04-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
- name: formtastic-bootstrap
16
- requirement: &2157952340 !ruby/object:Gem::Requirement
15
+ name: formtastic
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ! '>='
19
+ - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: '0'
21
+ version: '2.2'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2157952340
25
- - !ruby/object:Gem::Dependency
26
- name: formtastic
27
- requirement: &2157951260 !ruby/object:Gem::Requirement
24
+ version_requirements: !ruby/object:Gem::Requirement
28
25
  none: false
29
26
  requirements:
30
27
  - - ~>
31
28
  - !ruby/object:Gem::Version
32
29
  version: '2.2'
33
- type: :runtime
34
- prerelease: false
35
- version_requirements: *2157951260
36
30
  - !ruby/object:Gem::Dependency
37
- name: rspec
38
- requirement: &2157950260 !ruby/object:Gem::Requirement
31
+ name: ammeter
32
+ requirement: !ruby/object:Gem::Requirement
39
33
  none: false
40
34
  requirements:
41
35
  - - ! '>='
@@ -43,65 +37,63 @@ dependencies:
43
37
  version: '0'
44
38
  type: :development
45
39
  prerelease: false
46
- version_requirements: *2157950260
47
- - !ruby/object:Gem::Dependency
48
- name: bundler
49
- requirement: &2157948480 !ruby/object:Gem::Requirement
40
+ version_requirements: !ruby/object:Gem::Requirement
50
41
  none: false
51
42
  requirements:
52
43
  - - ! '>='
53
44
  - !ruby/object:Gem::Version
54
45
  version: '0'
55
- type: :development
56
- prerelease: false
57
- version_requirements: *2157948480
58
46
  - !ruby/object:Gem::Dependency
59
- name: jeweler
60
- requirement: &2157946680 !ruby/object:Gem::Requirement
47
+ name: bundler
48
+ requirement: !ruby/object:Gem::Requirement
61
49
  none: false
62
50
  requirements:
63
- - - ! '>='
51
+ - - ~>
64
52
  - !ruby/object:Gem::Version
65
- version: '0'
53
+ version: '1.2'
66
54
  type: :development
67
55
  prerelease: false
68
- version_requirements: *2157946680
69
- - !ruby/object:Gem::Dependency
70
- name: rcov
71
- requirement: &2157945240 !ruby/object:Gem::Requirement
56
+ version_requirements: !ruby/object:Gem::Requirement
72
57
  none: false
73
58
  requirements:
74
- - - ! '>='
59
+ - - ~>
75
60
  - !ruby/object:Gem::Version
76
- version: '0'
77
- type: :development
78
- prerelease: false
79
- version_requirements: *2157945240
61
+ version: '1.2'
80
62
  - !ruby/object:Gem::Dependency
81
- name: rspec_tag_matchers
82
- requirement: &2157944560 !ruby/object:Gem::Requirement
63
+ name: rake
64
+ requirement: !ruby/object:Gem::Requirement
83
65
  none: false
84
66
  requirements:
85
- - - ! '>='
67
+ - - <
86
68
  - !ruby/object:Gem::Version
87
- version: '0'
69
+ version: '1.0'
88
70
  type: :development
89
71
  prerelease: false
90
- version_requirements: *2157944560
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - <
76
+ - !ruby/object:Gem::Version
77
+ version: '1.0'
91
78
  - !ruby/object:Gem::Dependency
92
- name: ammeter
93
- requirement: &2157943720 !ruby/object:Gem::Requirement
79
+ name: rcov
80
+ requirement: !ruby/object:Gem::Requirement
94
81
  none: false
95
82
  requirements:
96
- - - ! '>='
83
+ - - <
97
84
  - !ruby/object:Gem::Version
98
- version: '0'
85
+ version: '1.0'
99
86
  type: :development
100
87
  prerelease: false
101
- version_requirements: *2157943720
88
+ version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - <
92
+ - !ruby/object:Gem::Version
93
+ version: '1.0'
102
94
  - !ruby/object:Gem::Dependency
103
95
  name: rspec-rails
104
- requirement: &2157923220 !ruby/object:Gem::Requirement
96
+ requirement: !ruby/object:Gem::Requirement
105
97
  none: false
106
98
  requirements:
107
99
  - - ~>
@@ -109,10 +101,15 @@ dependencies:
109
101
  version: 2.8.0
110
102
  type: :development
111
103
  prerelease: false
112
- version_requirements: *2157923220
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ~>
108
+ - !ruby/object:Gem::Version
109
+ version: 2.8.0
113
110
  - !ruby/object:Gem::Dependency
114
- name: bundler
115
- requirement: &2157921660 !ruby/object:Gem::Requirement
111
+ name: rspec_tag_matchers
112
+ requirement: !ruby/object:Gem::Requirement
116
113
  none: false
117
114
  requirements:
118
115
  - - ! '>='
@@ -120,21 +117,15 @@ dependencies:
120
117
  version: '0'
121
118
  type: :development
122
119
  prerelease: false
123
- version_requirements: *2157921660
124
- - !ruby/object:Gem::Dependency
125
- name: jeweler
126
- requirement: &2157920520 !ruby/object:Gem::Requirement
120
+ version_requirements: !ruby/object:Gem::Requirement
127
121
  none: false
128
122
  requirements:
129
123
  - - ! '>='
130
124
  - !ruby/object:Gem::Version
131
125
  version: '0'
132
- type: :development
133
- prerelease: false
134
- version_requirements: *2157920520
135
126
  - !ruby/object:Gem::Dependency
136
- name: rcov
137
- requirement: &2157919740 !ruby/object:Gem::Requirement
127
+ name: tzinfo
128
+ requirement: !ruby/object:Gem::Requirement
138
129
  none: false
139
130
  requirements:
140
131
  - - ! '>='
@@ -142,18 +133,12 @@ dependencies:
142
133
  version: '0'
143
134
  type: :development
144
135
  prerelease: false
145
- version_requirements: *2157919740
146
- - !ruby/object:Gem::Dependency
147
- name: rspec_tag_matchers
148
- requirement: &2157918220 !ruby/object:Gem::Requirement
136
+ version_requirements: !ruby/object:Gem::Requirement
149
137
  none: false
150
138
  requirements:
151
139
  - - ! '>='
152
140
  - !ruby/object:Gem::Version
153
141
  version: '0'
154
- type: :development
155
- prerelease: false
156
- version_requirements: *2157918220
157
142
  description: Formtastic form builder to generate Twitter Bootstrap-friendly markup.
158
143
  email: mjbellantoni@yahoo.com
159
144
  executables: []
@@ -163,95 +148,10 @@ extra_rdoc_files:
163
148
  - README.md
164
149
  files:
165
150
  - .document
166
- - .rspec
167
- - Gemfile
168
- - Gemfile.lock
169
151
  - LICENSE.txt
170
152
  - README.md
171
- - Rakefile
172
153
  - VERSION
173
- - formtastic-bootstrap.gemspec
174
- - lib/action_view/helpers/text_field_date_helper.rb
175
154
  - lib/formtastic-bootstrap.rb
176
- - lib/formtastic-bootstrap/actions.rb
177
- - lib/formtastic-bootstrap/actions/base.rb
178
- - lib/formtastic-bootstrap/actions/button_action.rb
179
- - lib/formtastic-bootstrap/actions/input_action.rb
180
- - lib/formtastic-bootstrap/actions/link_action.rb
181
- - lib/formtastic-bootstrap/engine.rb
182
- - lib/formtastic-bootstrap/form_builder.rb
183
- - lib/formtastic-bootstrap/helpers.rb
184
- - lib/formtastic-bootstrap/helpers/action_helper.rb
185
- - lib/formtastic-bootstrap/helpers/actions_helper.rb
186
- - lib/formtastic-bootstrap/helpers/fieldset_wrapper.rb
187
- - lib/formtastic-bootstrap/helpers/input_helper.rb
188
- - lib/formtastic-bootstrap/helpers/inputs_helper.rb
189
- - lib/formtastic-bootstrap/inputs.rb
190
- - lib/formtastic-bootstrap/inputs/base.rb
191
- - lib/formtastic-bootstrap/inputs/base/choices.rb
192
- - lib/formtastic-bootstrap/inputs/base/collections.rb
193
- - lib/formtastic-bootstrap/inputs/base/errors.rb
194
- - lib/formtastic-bootstrap/inputs/base/grouped_collections.rb
195
- - lib/formtastic-bootstrap/inputs/base/hints.rb
196
- - lib/formtastic-bootstrap/inputs/base/html.rb
197
- - lib/formtastic-bootstrap/inputs/base/labelling.rb
198
- - lib/formtastic-bootstrap/inputs/base/numeric.rb
199
- - lib/formtastic-bootstrap/inputs/base/stringish.rb
200
- - lib/formtastic-bootstrap/inputs/base/timeish.rb
201
- - lib/formtastic-bootstrap/inputs/base/wrapping.rb
202
- - lib/formtastic-bootstrap/inputs/boolean_input.rb
203
- - lib/formtastic-bootstrap/inputs/check_boxes_input.rb
204
- - lib/formtastic-bootstrap/inputs/date_input.rb
205
- - lib/formtastic-bootstrap/inputs/date_select_input.rb
206
- - lib/formtastic-bootstrap/inputs/datetime_input.rb
207
- - lib/formtastic-bootstrap/inputs/datetime_select_input.rb
208
- - lib/formtastic-bootstrap/inputs/email_input.rb
209
- - lib/formtastic-bootstrap/inputs/file_input.rb
210
- - lib/formtastic-bootstrap/inputs/hidden_input.rb
211
- - lib/formtastic-bootstrap/inputs/number_input.rb
212
- - lib/formtastic-bootstrap/inputs/password_input.rb
213
- - lib/formtastic-bootstrap/inputs/phone_input.rb
214
- - lib/formtastic-bootstrap/inputs/radio_input.rb
215
- - lib/formtastic-bootstrap/inputs/range_input.rb
216
- - lib/formtastic-bootstrap/inputs/search_input.rb
217
- - lib/formtastic-bootstrap/inputs/select_input.rb
218
- - lib/formtastic-bootstrap/inputs/string_input.rb
219
- - lib/formtastic-bootstrap/inputs/text_input.rb
220
- - lib/formtastic-bootstrap/inputs/time_input.rb
221
- - lib/formtastic-bootstrap/inputs/time_select_input.rb
222
- - lib/formtastic-bootstrap/inputs/time_zone_input.rb
223
- - lib/formtastic-bootstrap/inputs/url_input.rb
224
- - spec/actions/button_action_spec.rb
225
- - spec/actions/input_action_spec.rb
226
- - spec/actions/link_action_spec.rb
227
- - spec/builder/semantic_fields_for_spec.rb
228
- - spec/helpers/action_helper_spec.rb
229
- - spec/helpers/actions_helper_spec.rb
230
- - spec/helpers/input_helper_spec.rb
231
- - spec/helpers/inputs_helper_spec.rb
232
- - spec/inputs/boolean_input_spec.rb
233
- - spec/inputs/check_boxes_input_spec.rb
234
- - spec/inputs/date_select_input_spec.rb
235
- - spec/inputs/datetime_select_input_spec.rb
236
- - spec/inputs/deprecated_time_date_datetime_inputs_spec.rb
237
- - spec/inputs/email_input_spec.rb
238
- - spec/inputs/file_input_spec.rb
239
- - spec/inputs/hidden_input_spec.rb
240
- - spec/inputs/number_input_spec.rb
241
- - spec/inputs/password_input_spec.rb
242
- - spec/inputs/phone_input_spec.rb
243
- - spec/inputs/radio_input_spec.rb
244
- - spec/inputs/range_input_spec.rb
245
- - spec/inputs/search_input_spec.rb
246
- - spec/inputs/select_input_spec.rb
247
- - spec/inputs/string_input_spec.rb
248
- - spec/inputs/text_input_spec.rb
249
- - spec/inputs/time_select_input_spec.rb
250
- - spec/inputs/time_zone_input_spec.rb
251
- - spec/inputs/url_input_spec.rb
252
- - spec/spec_helper.rb
253
- - spec/support/custom_macros.rb
254
- - spec/support/fb_custom_macros.rb
255
155
  - vendor/assets/stylesheets/formtastic-bootstrap.css
256
156
  homepage: http://github.com/mjbellantoni/formtastic-bootstrap
257
157
  licenses:
@@ -266,9 +166,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
266
166
  - - ! '>='
267
167
  - !ruby/object:Gem::Version
268
168
  version: '0'
269
- segments:
270
- - 0
271
- hash: 449140475497354542
272
169
  required_rubygems_version: !ruby/object:Gem::Requirement
273
170
  none: false
274
171
  requirements:
@@ -277,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
277
174
  version: '0'
278
175
  requirements: []
279
176
  rubyforge_project:
280
- rubygems_version: 1.8.10
177
+ rubygems_version: 1.8.23
281
178
  signing_key:
282
179
  specification_version: 3
283
180
  summary: Formtastic form builder to generate Twitter Bootstrap-friendly markup.
data/.rspec DELETED
@@ -1 +0,0 @@
1
- --color
data/Gemfile DELETED
@@ -1,14 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- gemspec
4
-
5
- gem 'formtastic', "~> 2.2"
6
-
7
- group :development, :test do
8
- gem "ammeter"
9
- gem "rspec-rails", "~> 2.8.0"
10
- gem "bundler"
11
- gem "jeweler"
12
- gem "rcov", ">= 0"
13
- gem "rspec_tag_matchers"
14
- end
@@ -1,131 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- formtastic-bootstrap (1.2.0)
5
- formtastic
6
- rails (>= 3.1.0)
7
-
8
- GEM
9
- remote: http://rubygems.org/
10
- specs:
11
- actionmailer (3.2.3)
12
- actionpack (= 3.2.3)
13
- mail (~> 2.4.4)
14
- actionpack (3.2.3)
15
- activemodel (= 3.2.3)
16
- activesupport (= 3.2.3)
17
- builder (~> 3.0.0)
18
- erubis (~> 2.7.0)
19
- journey (~> 1.0.1)
20
- rack (~> 1.4.0)
21
- rack-cache (~> 1.2)
22
- rack-test (~> 0.6.1)
23
- sprockets (~> 2.1.2)
24
- activemodel (3.2.3)
25
- activesupport (= 3.2.3)
26
- builder (~> 3.0.0)
27
- activerecord (3.2.3)
28
- activemodel (= 3.2.3)
29
- activesupport (= 3.2.3)
30
- arel (~> 3.0.2)
31
- tzinfo (~> 0.3.29)
32
- activeresource (3.2.3)
33
- activemodel (= 3.2.3)
34
- activesupport (= 3.2.3)
35
- activesupport (3.2.3)
36
- i18n (~> 0.6)
37
- multi_json (~> 1.0)
38
- ammeter (0.2.4)
39
- activesupport (>= 3.0)
40
- railties (>= 3.0)
41
- rspec (>= 2.2)
42
- rspec-rails (>= 2.2)
43
- arel (3.0.2)
44
- builder (3.0.0)
45
- diff-lcs (1.1.3)
46
- erubis (2.7.0)
47
- formtastic (2.2.0)
48
- actionpack (>= 3.0)
49
- git (1.2.5)
50
- hike (1.2.1)
51
- i18n (0.6.0)
52
- jeweler (1.6.4)
53
- bundler (~> 1.0)
54
- git (>= 1.2.5)
55
- rake
56
- journey (1.0.3)
57
- json (1.7.3)
58
- mail (2.4.4)
59
- i18n (>= 0.4.0)
60
- mime-types (~> 1.16)
61
- treetop (~> 1.4.8)
62
- mime-types (1.18)
63
- multi_json (1.3.6)
64
- nokogiri (1.5.3)
65
- polyglot (0.3.3)
66
- rack (1.4.1)
67
- rack-cache (1.2)
68
- rack (>= 0.4)
69
- rack-ssl (1.3.2)
70
- rack
71
- rack-test (0.6.1)
72
- rack (>= 1.0)
73
- rails (3.2.3)
74
- actionmailer (= 3.2.3)
75
- actionpack (= 3.2.3)
76
- activerecord (= 3.2.3)
77
- activeresource (= 3.2.3)
78
- activesupport (= 3.2.3)
79
- bundler (~> 1.0)
80
- railties (= 3.2.3)
81
- railties (3.2.3)
82
- actionpack (= 3.2.3)
83
- activesupport (= 3.2.3)
84
- rack-ssl (~> 1.3.2)
85
- rake (>= 0.8.7)
86
- rdoc (~> 3.4)
87
- thor (~> 0.14.6)
88
- rake (0.9.2.2)
89
- rcov (0.9.11)
90
- rdoc (3.12)
91
- json (~> 1.4)
92
- rspec (2.8.0)
93
- rspec-core (~> 2.8.0)
94
- rspec-expectations (~> 2.8.0)
95
- rspec-mocks (~> 2.8.0)
96
- rspec-core (2.8.0)
97
- rspec-expectations (2.8.0)
98
- diff-lcs (~> 1.1.2)
99
- rspec-mocks (2.8.0)
100
- rspec-rails (2.8.1)
101
- actionpack (>= 3.0)
102
- activesupport (>= 3.0)
103
- railties (>= 3.0)
104
- rspec (~> 2.8.0)
105
- rspec_tag_matchers (1.0.0)
106
- nokogiri (>= 1.4.0)
107
- rspec-rails (>= 1.2.6)
108
- sprockets (2.1.3)
109
- hike (~> 1.2)
110
- rack (~> 1.0)
111
- tilt (~> 1.1, != 1.3.0)
112
- thor (0.14.6)
113
- tilt (1.3.3)
114
- treetop (1.4.10)
115
- polyglot
116
- polyglot (>= 0.3.1)
117
- tzinfo (0.3.33)
118
-
119
- PLATFORMS
120
- ruby
121
-
122
- DEPENDENCIES
123
- ammeter
124
- bundler
125
- formtastic (~> 2.2)
126
- formtastic-bootstrap!
127
- jeweler
128
- rcov
129
- rspec
130
- rspec-rails (~> 2.8.0)
131
- rspec_tag_matchers