actionview 4.1.0 → 4.1.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of actionview might be problematic. Click here for more details.
- data/CHANGELOG.md +8 -1
- data/lib/action_view/gem_version.rb +1 -1
- metadata +36 -24
- checksums.yaml +0 -7
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,14 @@
|
|
1
|
+
## Rails 4.1.1 (May 6, 2014) ##
|
2
|
+
|
3
|
+
* No changes.
|
4
|
+
|
5
|
+
|
6
|
+
## Rails 4.1.0 (April 8, 2014) ##
|
7
|
+
|
1
8
|
* Fixed ActionView::Digestor template lookup to use the lookup_context exclusively, and not rely on the passed-in format.
|
2
9
|
This unfortunately means that the cache_key changed, so upgrading will invalidate all prior caches. Take note if you rely
|
3
10
|
heavily on caching in production when you push this live.
|
4
|
-
|
11
|
+
|
5
12
|
*DHH*
|
6
13
|
|
7
14
|
* `number_to_percentage` does not crash with `Float::NAN` or `Float::INFINITY`
|
metadata
CHANGED
@@ -1,85 +1,96 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: actionview
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.1.
|
4
|
+
version: 4.1.1
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- David Heinemeier Hansson
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2014-
|
12
|
+
date: 2014-05-06 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: activesupport
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
19
|
- - '='
|
18
20
|
- !ruby/object:Gem::Version
|
19
|
-
version: 4.1.
|
21
|
+
version: 4.1.1
|
20
22
|
type: :runtime
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
23
26
|
requirements:
|
24
27
|
- - '='
|
25
28
|
- !ruby/object:Gem::Version
|
26
|
-
version: 4.1.
|
29
|
+
version: 4.1.1
|
27
30
|
- !ruby/object:Gem::Dependency
|
28
31
|
name: builder
|
29
32
|
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
30
34
|
requirements:
|
31
|
-
- -
|
35
|
+
- - ~>
|
32
36
|
- !ruby/object:Gem::Version
|
33
37
|
version: '3.1'
|
34
38
|
type: :runtime
|
35
39
|
prerelease: false
|
36
40
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
37
42
|
requirements:
|
38
|
-
- -
|
43
|
+
- - ~>
|
39
44
|
- !ruby/object:Gem::Version
|
40
45
|
version: '3.1'
|
41
46
|
- !ruby/object:Gem::Dependency
|
42
47
|
name: erubis
|
43
48
|
requirement: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
44
50
|
requirements:
|
45
|
-
- -
|
51
|
+
- - ~>
|
46
52
|
- !ruby/object:Gem::Version
|
47
53
|
version: 2.7.0
|
48
54
|
type: :runtime
|
49
55
|
prerelease: false
|
50
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
51
58
|
requirements:
|
52
|
-
- -
|
59
|
+
- - ~>
|
53
60
|
- !ruby/object:Gem::Version
|
54
61
|
version: 2.7.0
|
55
62
|
- !ruby/object:Gem::Dependency
|
56
63
|
name: actionpack
|
57
64
|
requirement: !ruby/object:Gem::Requirement
|
65
|
+
none: false
|
58
66
|
requirements:
|
59
67
|
- - '='
|
60
68
|
- !ruby/object:Gem::Version
|
61
|
-
version: 4.1.
|
69
|
+
version: 4.1.1
|
62
70
|
type: :development
|
63
71
|
prerelease: false
|
64
72
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
65
74
|
requirements:
|
66
75
|
- - '='
|
67
76
|
- !ruby/object:Gem::Version
|
68
|
-
version: 4.1.
|
77
|
+
version: 4.1.1
|
69
78
|
- !ruby/object:Gem::Dependency
|
70
79
|
name: activemodel
|
71
80
|
requirement: !ruby/object:Gem::Requirement
|
81
|
+
none: false
|
72
82
|
requirements:
|
73
83
|
- - '='
|
74
84
|
- !ruby/object:Gem::Version
|
75
|
-
version: 4.1.
|
85
|
+
version: 4.1.1
|
76
86
|
type: :development
|
77
87
|
prerelease: false
|
78
88
|
version_requirements: !ruby/object:Gem::Requirement
|
89
|
+
none: false
|
79
90
|
requirements:
|
80
91
|
- - '='
|
81
92
|
- !ruby/object:Gem::Version
|
82
|
-
version: 4.1.
|
93
|
+
version: 4.1.1
|
83
94
|
description: Simple, battle-tested conventions and helpers for building web pages.
|
84
95
|
email: david@loudthinking.com
|
85
96
|
executables: []
|
@@ -87,9 +98,8 @@ extensions: []
|
|
87
98
|
extra_rdoc_files: []
|
88
99
|
files:
|
89
100
|
- CHANGELOG.md
|
90
|
-
- MIT-LICENSE
|
91
101
|
- README.rdoc
|
92
|
-
-
|
102
|
+
- MIT-LICENSE
|
93
103
|
- lib/action_view/base.rb
|
94
104
|
- lib/action_view/buffers.rb
|
95
105
|
- lib/action_view/context.rb
|
@@ -97,7 +107,6 @@ files:
|
|
97
107
|
- lib/action_view/digestor.rb
|
98
108
|
- lib/action_view/flows.rb
|
99
109
|
- lib/action_view/gem_version.rb
|
100
|
-
- lib/action_view/helpers.rb
|
101
110
|
- lib/action_view/helpers/active_model_helper.rb
|
102
111
|
- lib/action_view/helpers/asset_tag_helper.rb
|
103
112
|
- lib/action_view/helpers/asset_url_helper.rb
|
@@ -118,7 +127,6 @@ files:
|
|
118
127
|
- lib/action_view/helpers/rendering_helper.rb
|
119
128
|
- lib/action_view/helpers/sanitize_helper.rb
|
120
129
|
- lib/action_view/helpers/tag_helper.rb
|
121
|
-
- lib/action_view/helpers/tags.rb
|
122
130
|
- lib/action_view/helpers/tags/base.rb
|
123
131
|
- lib/action_view/helpers/tags/check_box.rb
|
124
132
|
- lib/action_view/helpers/tags/checkable.rb
|
@@ -152,9 +160,11 @@ files:
|
|
152
160
|
- lib/action_view/helpers/tags/time_zone_select.rb
|
153
161
|
- lib/action_view/helpers/tags/url_field.rb
|
154
162
|
- lib/action_view/helpers/tags/week_field.rb
|
163
|
+
- lib/action_view/helpers/tags.rb
|
155
164
|
- lib/action_view/helpers/text_helper.rb
|
156
165
|
- lib/action_view/helpers/translation_helper.rb
|
157
166
|
- lib/action_view/helpers/url_helper.rb
|
167
|
+
- lib/action_view/helpers.rb
|
158
168
|
- lib/action_view/layouts.rb
|
159
169
|
- lib/action_view/locale/en.yml
|
160
170
|
- lib/action_view/log_subscriber.rb
|
@@ -171,50 +181,52 @@ files:
|
|
171
181
|
- lib/action_view/rendering.rb
|
172
182
|
- lib/action_view/routing_url_for.rb
|
173
183
|
- lib/action_view/tasks/dependencies.rake
|
174
|
-
- lib/action_view/template.rb
|
175
184
|
- lib/action_view/template/error.rb
|
176
|
-
- lib/action_view/template/handlers.rb
|
177
185
|
- lib/action_view/template/handlers/builder.rb
|
178
186
|
- lib/action_view/template/handlers/erb.rb
|
179
187
|
- lib/action_view/template/handlers/raw.rb
|
188
|
+
- lib/action_view/template/handlers.rb
|
180
189
|
- lib/action_view/template/html.rb
|
181
190
|
- lib/action_view/template/resolver.rb
|
182
191
|
- lib/action_view/template/text.rb
|
183
192
|
- lib/action_view/template/types.rb
|
193
|
+
- lib/action_view/template.rb
|
184
194
|
- lib/action_view/test_case.rb
|
185
195
|
- lib/action_view/testing/resolvers.rb
|
186
|
-
- lib/action_view/vendor/html-scanner.rb
|
187
196
|
- lib/action_view/vendor/html-scanner/html/document.rb
|
188
197
|
- lib/action_view/vendor/html-scanner/html/node.rb
|
189
198
|
- lib/action_view/vendor/html-scanner/html/sanitizer.rb
|
190
199
|
- lib/action_view/vendor/html-scanner/html/selector.rb
|
191
200
|
- lib/action_view/vendor/html-scanner/html/tokenizer.rb
|
192
201
|
- lib/action_view/vendor/html-scanner/html/version.rb
|
202
|
+
- lib/action_view/vendor/html-scanner.rb
|
193
203
|
- lib/action_view/version.rb
|
194
204
|
- lib/action_view/view_paths.rb
|
205
|
+
- lib/action_view.rb
|
195
206
|
homepage: http://www.rubyonrails.org
|
196
207
|
licenses:
|
197
208
|
- MIT
|
198
|
-
metadata: {}
|
199
209
|
post_install_message:
|
200
210
|
rdoc_options: []
|
201
211
|
require_paths:
|
202
212
|
- lib
|
203
213
|
required_ruby_version: !ruby/object:Gem::Requirement
|
214
|
+
none: false
|
204
215
|
requirements:
|
205
|
-
- -
|
216
|
+
- - ! '>='
|
206
217
|
- !ruby/object:Gem::Version
|
207
218
|
version: 1.9.3
|
208
219
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
220
|
+
none: false
|
209
221
|
requirements:
|
210
|
-
- -
|
222
|
+
- - ! '>='
|
211
223
|
- !ruby/object:Gem::Version
|
212
224
|
version: '0'
|
213
225
|
requirements:
|
214
226
|
- none
|
215
227
|
rubyforge_project:
|
216
|
-
rubygems_version:
|
228
|
+
rubygems_version: 1.8.23.2
|
217
229
|
signing_key:
|
218
|
-
specification_version:
|
230
|
+
specification_version: 3
|
219
231
|
summary: Rendering framework putting the V in MVC (part of Rails).
|
220
232
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: dbc6ade13c7614fe3b77df09aace8d264204e5da
|
4
|
-
data.tar.gz: c70b0ef0fa855b24455f6efc12e10cf9f5847335
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 6cd55b3e18d9f62187a09b0f85a5568924af6789159d0674952773c2dc56ba64958e277905128017ddc0c978f7e28256d60230e10d806dede7856a5595f29363
|
7
|
-
data.tar.gz: cc911108417339acc7b4d27c9d4d181b10df5830353101a8a31b734433c1166cae8fc5728cd6783074fc73cb6dff0819b0f607442d69cf0b83f0ec356c145050
|