simple_form 3.0.1 → 3.0.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of simple_form might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/simple_form/version.rb +1 -1
- data/test/test_helper.rb +2 -0
- metadata +20 -32
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0b1424f33f30519ecda1b748031fdbd3a3a5ac8
|
4
|
+
data.tar.gz: aebd1dbf4c0537ed49040cd5641a892f116b2bc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94c159b4f89974808ddd180935003b32f9023beb9e32878a5c0fdfbd82ef88f3d14f4efc5d748a13f8ce05b3490f05c7ce36002cd9b343486929b214281f811b
|
7
|
+
data.tar.gz: f003707ac3883c392678b6423cb7912668e18b37473a2c4425cfd2a3e9f4f94e0173152f5bc00aa5aade4dad17b4975960b171e49e157c68a1c4a649307aa8f0
|
data/CHANGELOG.md
CHANGED
data/lib/simple_form/version.rb
CHANGED
data/test/test_helper.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_form
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- José Valim
|
@@ -10,48 +10,36 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2014-04-09 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activemodel
|
17
17
|
requirement: !ruby/object:Gem::Requirement
|
18
18
|
requirements:
|
19
|
-
- -
|
19
|
+
- - "~>"
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 4.0
|
22
|
-
- - <
|
23
|
-
- !ruby/object:Gem::Version
|
24
|
-
version: '4.1'
|
21
|
+
version: '4.0'
|
25
22
|
type: :runtime
|
26
23
|
prerelease: false
|
27
24
|
version_requirements: !ruby/object:Gem::Requirement
|
28
25
|
requirements:
|
29
|
-
- -
|
30
|
-
- !ruby/object:Gem::Version
|
31
|
-
version: 4.0.0
|
32
|
-
- - <
|
26
|
+
- - "~>"
|
33
27
|
- !ruby/object:Gem::Version
|
34
|
-
version: '4.
|
28
|
+
version: '4.0'
|
35
29
|
- !ruby/object:Gem::Dependency
|
36
30
|
name: actionpack
|
37
31
|
requirement: !ruby/object:Gem::Requirement
|
38
32
|
requirements:
|
39
|
-
- -
|
40
|
-
- !ruby/object:Gem::Version
|
41
|
-
version: 4.0.0
|
42
|
-
- - <
|
33
|
+
- - "~>"
|
43
34
|
- !ruby/object:Gem::Version
|
44
|
-
version: '4.
|
35
|
+
version: '4.0'
|
45
36
|
type: :runtime
|
46
37
|
prerelease: false
|
47
38
|
version_requirements: !ruby/object:Gem::Requirement
|
48
39
|
requirements:
|
49
|
-
- -
|
40
|
+
- - "~>"
|
50
41
|
- !ruby/object:Gem::Version
|
51
|
-
version: 4.0
|
52
|
-
- - <
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: '4.1'
|
42
|
+
version: '4.0'
|
55
43
|
description: Forms made easy!
|
56
44
|
email: contact@plataformatec.com.br
|
57
45
|
executables: []
|
@@ -61,7 +49,9 @@ files:
|
|
61
49
|
- CHANGELOG.md
|
62
50
|
- MIT-LICENSE
|
63
51
|
- README.md
|
52
|
+
- lib/generators/simple_form/USAGE
|
64
53
|
- lib/generators/simple_form/install_generator.rb
|
54
|
+
- lib/generators/simple_form/templates/README
|
65
55
|
- lib/generators/simple_form/templates/_form.html.erb
|
66
56
|
- lib/generators/simple_form/templates/_form.html.haml
|
67
57
|
- lib/generators/simple_form/templates/_form.html.slim
|
@@ -69,10 +59,10 @@ files:
|
|
69
59
|
- lib/generators/simple_form/templates/config/initializers/simple_form_bootstrap.rb
|
70
60
|
- lib/generators/simple_form/templates/config/initializers/simple_form_foundation.rb
|
71
61
|
- lib/generators/simple_form/templates/config/locales/simple_form.en.yml
|
72
|
-
- lib/
|
73
|
-
- lib/generators/simple_form/USAGE
|
62
|
+
- lib/simple_form.rb
|
74
63
|
- lib/simple_form/action_view_extensions/builder.rb
|
75
64
|
- lib/simple_form/action_view_extensions/form_helper.rb
|
65
|
+
- lib/simple_form/components.rb
|
76
66
|
- lib/simple_form/components/errors.rb
|
77
67
|
- lib/simple_form/components/hints.rb
|
78
68
|
- lib/simple_form/components/html5.rb
|
@@ -83,16 +73,16 @@ files:
|
|
83
73
|
- lib/simple_form/components/pattern.rb
|
84
74
|
- lib/simple_form/components/placeholders.rb
|
85
75
|
- lib/simple_form/components/readonly.rb
|
86
|
-
- lib/simple_form/components.rb
|
87
76
|
- lib/simple_form/error_notification.rb
|
88
77
|
- lib/simple_form/form_builder.rb
|
78
|
+
- lib/simple_form/helpers.rb
|
89
79
|
- lib/simple_form/helpers/autofocus.rb
|
90
80
|
- lib/simple_form/helpers/disabled.rb
|
91
81
|
- lib/simple_form/helpers/readonly.rb
|
92
82
|
- lib/simple_form/helpers/required.rb
|
93
83
|
- lib/simple_form/helpers/validators.rb
|
94
|
-
- lib/simple_form/helpers.rb
|
95
84
|
- lib/simple_form/i18n_cache.rb
|
85
|
+
- lib/simple_form/inputs.rb
|
96
86
|
- lib/simple_form/inputs/base.rb
|
97
87
|
- lib/simple_form/inputs/block_input.rb
|
98
88
|
- lib/simple_form/inputs/boolean_input.rb
|
@@ -110,17 +100,15 @@ files:
|
|
110
100
|
- lib/simple_form/inputs/range_input.rb
|
111
101
|
- lib/simple_form/inputs/string_input.rb
|
112
102
|
- lib/simple_form/inputs/text_input.rb
|
113
|
-
- lib/simple_form/inputs.rb
|
114
103
|
- lib/simple_form/map_type.rb
|
115
104
|
- lib/simple_form/railtie.rb
|
116
105
|
- lib/simple_form/tags.rb
|
117
106
|
- lib/simple_form/version.rb
|
107
|
+
- lib/simple_form/wrappers.rb
|
118
108
|
- lib/simple_form/wrappers/builder.rb
|
119
109
|
- lib/simple_form/wrappers/many.rb
|
120
110
|
- lib/simple_form/wrappers/root.rb
|
121
111
|
- lib/simple_form/wrappers/single.rb
|
122
|
-
- lib/simple_form/wrappers.rb
|
123
|
-
- lib/simple_form.rb
|
124
112
|
- test/action_view_extensions/builder_test.rb
|
125
113
|
- test/action_view_extensions/form_helper_test.rb
|
126
114
|
- test/components/label_test.rb
|
@@ -167,17 +155,17 @@ require_paths:
|
|
167
155
|
- lib
|
168
156
|
required_ruby_version: !ruby/object:Gem::Requirement
|
169
157
|
requirements:
|
170
|
-
- -
|
158
|
+
- - ">="
|
171
159
|
- !ruby/object:Gem::Version
|
172
160
|
version: '0'
|
173
161
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
174
162
|
requirements:
|
175
|
-
- -
|
163
|
+
- - ">="
|
176
164
|
- !ruby/object:Gem::Version
|
177
165
|
version: '0'
|
178
166
|
requirements: []
|
179
167
|
rubyforge_project: simple_form
|
180
|
-
rubygems_version: 2.
|
168
|
+
rubygems_version: 2.2.2
|
181
169
|
signing_key:
|
182
170
|
specification_version: 4
|
183
171
|
summary: Forms made easy!
|