activesupport 4.0.4 → 4.0.5
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of activesupport might be problematic. Click here for more details.
- data/CHANGELOG.md +5 -0
- data/lib/active_support/version.rb +1 -1
- metadata +58 -46
- checksums.yaml +0 -7
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,89 +1,100 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activesupport
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.5
|
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: i18n
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
|
-
- -
|
19
|
+
- - ~>
|
18
20
|
- !ruby/object:Gem::Version
|
19
21
|
version: '0.6'
|
20
|
-
- -
|
22
|
+
- - ! '>='
|
21
23
|
- !ruby/object:Gem::Version
|
22
24
|
version: 0.6.9
|
23
25
|
type: :runtime
|
24
26
|
prerelease: false
|
25
27
|
version_requirements: !ruby/object:Gem::Requirement
|
28
|
+
none: false
|
26
29
|
requirements:
|
27
|
-
- -
|
30
|
+
- - ~>
|
28
31
|
- !ruby/object:Gem::Version
|
29
32
|
version: '0.6'
|
30
|
-
- -
|
33
|
+
- - ! '>='
|
31
34
|
- !ruby/object:Gem::Version
|
32
35
|
version: 0.6.9
|
33
36
|
- !ruby/object:Gem::Dependency
|
34
37
|
name: multi_json
|
35
38
|
requirement: !ruby/object:Gem::Requirement
|
39
|
+
none: false
|
36
40
|
requirements:
|
37
|
-
- -
|
41
|
+
- - ~>
|
38
42
|
- !ruby/object:Gem::Version
|
39
43
|
version: '1.3'
|
40
44
|
type: :runtime
|
41
45
|
prerelease: false
|
42
46
|
version_requirements: !ruby/object:Gem::Requirement
|
47
|
+
none: false
|
43
48
|
requirements:
|
44
|
-
- -
|
49
|
+
- - ~>
|
45
50
|
- !ruby/object:Gem::Version
|
46
51
|
version: '1.3'
|
47
52
|
- !ruby/object:Gem::Dependency
|
48
53
|
name: tzinfo
|
49
54
|
requirement: !ruby/object:Gem::Requirement
|
55
|
+
none: false
|
50
56
|
requirements:
|
51
|
-
- -
|
57
|
+
- - ~>
|
52
58
|
- !ruby/object:Gem::Version
|
53
59
|
version: 0.3.37
|
54
60
|
type: :runtime
|
55
61
|
prerelease: false
|
56
62
|
version_requirements: !ruby/object:Gem::Requirement
|
63
|
+
none: false
|
57
64
|
requirements:
|
58
|
-
- -
|
65
|
+
- - ~>
|
59
66
|
- !ruby/object:Gem::Version
|
60
67
|
version: 0.3.37
|
61
68
|
- !ruby/object:Gem::Dependency
|
62
69
|
name: minitest
|
63
70
|
requirement: !ruby/object:Gem::Requirement
|
71
|
+
none: false
|
64
72
|
requirements:
|
65
|
-
- -
|
73
|
+
- - ~>
|
66
74
|
- !ruby/object:Gem::Version
|
67
75
|
version: '4.2'
|
68
76
|
type: :runtime
|
69
77
|
prerelease: false
|
70
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
none: false
|
71
80
|
requirements:
|
72
|
-
- -
|
81
|
+
- - ~>
|
73
82
|
- !ruby/object:Gem::Version
|
74
83
|
version: '4.2'
|
75
84
|
- !ruby/object:Gem::Dependency
|
76
85
|
name: thread_safe
|
77
86
|
requirement: !ruby/object:Gem::Requirement
|
87
|
+
none: false
|
78
88
|
requirements:
|
79
|
-
- -
|
89
|
+
- - ~>
|
80
90
|
- !ruby/object:Gem::Version
|
81
91
|
version: '0.1'
|
82
92
|
type: :runtime
|
83
93
|
prerelease: false
|
84
94
|
version_requirements: !ruby/object:Gem::Requirement
|
95
|
+
none: false
|
85
96
|
requirements:
|
86
|
-
- -
|
97
|
+
- - ~>
|
87
98
|
- !ruby/object:Gem::Version
|
88
99
|
version: '0.1'
|
89
100
|
description: A toolkit of support libraries and Ruby core extensions extracted from
|
@@ -97,25 +108,22 @@ files:
|
|
97
108
|
- CHANGELOG.md
|
98
109
|
- MIT-LICENSE
|
99
110
|
- README.rdoc
|
100
|
-
- lib/active_support.rb
|
101
111
|
- lib/active_support/all.rb
|
102
112
|
- lib/active_support/backtrace_cleaner.rb
|
103
113
|
- lib/active_support/basic_object.rb
|
104
114
|
- lib/active_support/benchmarkable.rb
|
105
115
|
- lib/active_support/buffered_logger.rb
|
106
116
|
- lib/active_support/builder.rb
|
107
|
-
- lib/active_support/cache.rb
|
108
117
|
- lib/active_support/cache/file_store.rb
|
109
118
|
- lib/active_support/cache/mem_cache_store.rb
|
110
119
|
- lib/active_support/cache/memory_store.rb
|
111
120
|
- lib/active_support/cache/null_store.rb
|
112
121
|
- lib/active_support/cache/strategy/local_cache.rb
|
122
|
+
- lib/active_support/cache.rb
|
113
123
|
- lib/active_support/callbacks.rb
|
114
124
|
- lib/active_support/concern.rb
|
115
125
|
- lib/active_support/concurrency/latch.rb
|
116
126
|
- lib/active_support/configurable.rb
|
117
|
-
- lib/active_support/core_ext.rb
|
118
|
-
- lib/active_support/core_ext/array.rb
|
119
127
|
- lib/active_support/core_ext/array/access.rb
|
120
128
|
- lib/active_support/core_ext/array/conversions.rb
|
121
129
|
- lib/active_support/core_ext/array/extract_options.rb
|
@@ -123,29 +131,29 @@ files:
|
|
123
131
|
- lib/active_support/core_ext/array/prepend_and_append.rb
|
124
132
|
- lib/active_support/core_ext/array/uniq_by.rb
|
125
133
|
- lib/active_support/core_ext/array/wrap.rb
|
134
|
+
- lib/active_support/core_ext/array.rb
|
126
135
|
- lib/active_support/core_ext/benchmark.rb
|
127
|
-
- lib/active_support/core_ext/big_decimal.rb
|
128
136
|
- lib/active_support/core_ext/big_decimal/conversions.rb
|
129
|
-
- lib/active_support/core_ext/
|
137
|
+
- lib/active_support/core_ext/big_decimal.rb
|
130
138
|
- lib/active_support/core_ext/class/attribute.rb
|
131
139
|
- lib/active_support/core_ext/class/attribute_accessors.rb
|
132
140
|
- lib/active_support/core_ext/class/delegating_attributes.rb
|
133
141
|
- lib/active_support/core_ext/class/subclasses.rb
|
134
|
-
- lib/active_support/core_ext/
|
142
|
+
- lib/active_support/core_ext/class.rb
|
135
143
|
- lib/active_support/core_ext/date/acts_like.rb
|
136
144
|
- lib/active_support/core_ext/date/calculations.rb
|
137
145
|
- lib/active_support/core_ext/date/conversions.rb
|
138
146
|
- lib/active_support/core_ext/date/zones.rb
|
147
|
+
- lib/active_support/core_ext/date.rb
|
139
148
|
- lib/active_support/core_ext/date_and_time/calculations.rb
|
140
|
-
- lib/active_support/core_ext/date_time.rb
|
141
149
|
- lib/active_support/core_ext/date_time/acts_like.rb
|
142
150
|
- lib/active_support/core_ext/date_time/calculations.rb
|
143
151
|
- lib/active_support/core_ext/date_time/conversions.rb
|
144
152
|
- lib/active_support/core_ext/date_time/zones.rb
|
153
|
+
- lib/active_support/core_ext/date_time.rb
|
145
154
|
- lib/active_support/core_ext/enumerable.rb
|
146
|
-
- lib/active_support/core_ext/file.rb
|
147
155
|
- lib/active_support/core_ext/file/atomic.rb
|
148
|
-
- lib/active_support/core_ext/
|
156
|
+
- lib/active_support/core_ext/file.rb
|
149
157
|
- lib/active_support/core_ext/hash/conversions.rb
|
150
158
|
- lib/active_support/core_ext/hash/deep_merge.rb
|
151
159
|
- lib/active_support/core_ext/hash/diff.rb
|
@@ -154,19 +162,19 @@ files:
|
|
154
162
|
- lib/active_support/core_ext/hash/keys.rb
|
155
163
|
- lib/active_support/core_ext/hash/reverse_merge.rb
|
156
164
|
- lib/active_support/core_ext/hash/slice.rb
|
157
|
-
- lib/active_support/core_ext/
|
165
|
+
- lib/active_support/core_ext/hash.rb
|
158
166
|
- lib/active_support/core_ext/integer/inflections.rb
|
159
167
|
- lib/active_support/core_ext/integer/multiple.rb
|
160
168
|
- lib/active_support/core_ext/integer/time.rb
|
161
|
-
- lib/active_support/core_ext/
|
169
|
+
- lib/active_support/core_ext/integer.rb
|
162
170
|
- lib/active_support/core_ext/kernel/agnostics.rb
|
163
171
|
- lib/active_support/core_ext/kernel/debugger.rb
|
164
172
|
- lib/active_support/core_ext/kernel/reporting.rb
|
165
173
|
- lib/active_support/core_ext/kernel/singleton_class.rb
|
174
|
+
- lib/active_support/core_ext/kernel.rb
|
166
175
|
- lib/active_support/core_ext/load_error.rb
|
167
176
|
- lib/active_support/core_ext/logger.rb
|
168
177
|
- lib/active_support/core_ext/marshal.rb
|
169
|
-
- lib/active_support/core_ext/module.rb
|
170
178
|
- lib/active_support/core_ext/module/aliasing.rb
|
171
179
|
- lib/active_support/core_ext/module/anonymous.rb
|
172
180
|
- lib/active_support/core_ext/module/attr_internal.rb
|
@@ -177,12 +185,12 @@ files:
|
|
177
185
|
- lib/active_support/core_ext/module/qualified_const.rb
|
178
186
|
- lib/active_support/core_ext/module/reachable.rb
|
179
187
|
- lib/active_support/core_ext/module/remove_method.rb
|
188
|
+
- lib/active_support/core_ext/module.rb
|
180
189
|
- lib/active_support/core_ext/name_error.rb
|
181
|
-
- lib/active_support/core_ext/numeric.rb
|
182
190
|
- lib/active_support/core_ext/numeric/bytes.rb
|
183
191
|
- lib/active_support/core_ext/numeric/conversions.rb
|
184
192
|
- lib/active_support/core_ext/numeric/time.rb
|
185
|
-
- lib/active_support/core_ext/
|
193
|
+
- lib/active_support/core_ext/numeric.rb
|
186
194
|
- lib/active_support/core_ext/object/acts_like.rb
|
187
195
|
- lib/active_support/core_ext/object/blank.rb
|
188
196
|
- lib/active_support/core_ext/object/conversions.rb
|
@@ -195,14 +203,14 @@ files:
|
|
195
203
|
- lib/active_support/core_ext/object/to_query.rb
|
196
204
|
- lib/active_support/core_ext/object/try.rb
|
197
205
|
- lib/active_support/core_ext/object/with_options.rb
|
206
|
+
- lib/active_support/core_ext/object.rb
|
198
207
|
- lib/active_support/core_ext/proc.rb
|
199
|
-
- lib/active_support/core_ext/range.rb
|
200
208
|
- lib/active_support/core_ext/range/conversions.rb
|
201
209
|
- lib/active_support/core_ext/range/each.rb
|
202
210
|
- lib/active_support/core_ext/range/include_range.rb
|
203
211
|
- lib/active_support/core_ext/range/overlaps.rb
|
212
|
+
- lib/active_support/core_ext/range.rb
|
204
213
|
- lib/active_support/core_ext/regexp.rb
|
205
|
-
- lib/active_support/core_ext/string.rb
|
206
214
|
- lib/active_support/core_ext/string/access.rb
|
207
215
|
- lib/active_support/core_ext/string/behavior.rb
|
208
216
|
- lib/active_support/core_ext/string/conversions.rb
|
@@ -217,23 +225,25 @@ files:
|
|
217
225
|
- lib/active_support/core_ext/string/starts_ends_with.rb
|
218
226
|
- lib/active_support/core_ext/string/strip.rb
|
219
227
|
- lib/active_support/core_ext/string/zones.rb
|
228
|
+
- lib/active_support/core_ext/string.rb
|
220
229
|
- lib/active_support/core_ext/struct.rb
|
221
230
|
- lib/active_support/core_ext/thread.rb
|
222
|
-
- lib/active_support/core_ext/time.rb
|
223
231
|
- lib/active_support/core_ext/time/acts_like.rb
|
224
232
|
- lib/active_support/core_ext/time/calculations.rb
|
225
233
|
- lib/active_support/core_ext/time/conversions.rb
|
226
234
|
- lib/active_support/core_ext/time/marshal.rb
|
227
235
|
- lib/active_support/core_ext/time/zones.rb
|
236
|
+
- lib/active_support/core_ext/time.rb
|
228
237
|
- lib/active_support/core_ext/uri.rb
|
229
|
-
- lib/active_support/
|
238
|
+
- lib/active_support/core_ext.rb
|
230
239
|
- lib/active_support/dependencies/autoload.rb
|
231
|
-
- lib/active_support/
|
240
|
+
- lib/active_support/dependencies.rb
|
232
241
|
- lib/active_support/deprecation/behaviors.rb
|
233
242
|
- lib/active_support/deprecation/instance_delegator.rb
|
234
243
|
- lib/active_support/deprecation/method_wrappers.rb
|
235
244
|
- lib/active_support/deprecation/proxy_wrappers.rb
|
236
245
|
- lib/active_support/deprecation/reporting.rb
|
246
|
+
- lib/active_support/deprecation.rb
|
237
247
|
- lib/active_support/descendants_tracker.rb
|
238
248
|
- lib/active_support/duration.rb
|
239
249
|
- lib/active_support/file_update_checker.rb
|
@@ -243,29 +253,29 @@ files:
|
|
243
253
|
- lib/active_support/i18n.rb
|
244
254
|
- lib/active_support/i18n_railtie.rb
|
245
255
|
- lib/active_support/inflections.rb
|
246
|
-
- lib/active_support/inflector.rb
|
247
256
|
- lib/active_support/inflector/inflections.rb
|
248
257
|
- lib/active_support/inflector/methods.rb
|
249
258
|
- lib/active_support/inflector/transliterate.rb
|
250
|
-
- lib/active_support/
|
259
|
+
- lib/active_support/inflector.rb
|
251
260
|
- lib/active_support/json/decoding.rb
|
252
261
|
- lib/active_support/json/encoding.rb
|
253
262
|
- lib/active_support/json/variable.rb
|
263
|
+
- lib/active_support/json.rb
|
254
264
|
- lib/active_support/key_generator.rb
|
255
265
|
- lib/active_support/lazy_load_hooks.rb
|
256
266
|
- lib/active_support/locale/en.yml
|
257
|
-
- lib/active_support/log_subscriber.rb
|
258
267
|
- lib/active_support/log_subscriber/test_helper.rb
|
268
|
+
- lib/active_support/log_subscriber.rb
|
259
269
|
- lib/active_support/logger.rb
|
260
270
|
- lib/active_support/logger_silence.rb
|
261
271
|
- lib/active_support/message_encryptor.rb
|
262
272
|
- lib/active_support/message_verifier.rb
|
263
|
-
- lib/active_support/multibyte.rb
|
264
273
|
- lib/active_support/multibyte/chars.rb
|
265
274
|
- lib/active_support/multibyte/unicode.rb
|
266
|
-
- lib/active_support/
|
275
|
+
- lib/active_support/multibyte.rb
|
267
276
|
- lib/active_support/notifications/fanout.rb
|
268
277
|
- lib/active_support/notifications/instrumenter.rb
|
278
|
+
- lib/active_support/notifications.rb
|
269
279
|
- lib/active_support/number_helper.rb
|
270
280
|
- lib/active_support/option_merger.rb
|
271
281
|
- lib/active_support/ordered_hash.rb
|
@@ -293,38 +303,40 @@ files:
|
|
293
303
|
- lib/active_support/values/time_zone.rb
|
294
304
|
- lib/active_support/values/unicode_tables.dat
|
295
305
|
- lib/active_support/version.rb
|
296
|
-
- lib/active_support/xml_mini.rb
|
297
306
|
- lib/active_support/xml_mini/jdom.rb
|
298
307
|
- lib/active_support/xml_mini/libxml.rb
|
299
308
|
- lib/active_support/xml_mini/libxmlsax.rb
|
300
309
|
- lib/active_support/xml_mini/nokogiri.rb
|
301
310
|
- lib/active_support/xml_mini/nokogirisax.rb
|
302
311
|
- lib/active_support/xml_mini/rexml.rb
|
312
|
+
- lib/active_support/xml_mini.rb
|
313
|
+
- lib/active_support.rb
|
303
314
|
homepage: http://www.rubyonrails.org
|
304
315
|
licenses:
|
305
316
|
- MIT
|
306
|
-
metadata: {}
|
307
317
|
post_install_message:
|
308
318
|
rdoc_options:
|
309
|
-
-
|
319
|
+
- --encoding
|
310
320
|
- UTF-8
|
311
321
|
require_paths:
|
312
322
|
- lib
|
313
323
|
required_ruby_version: !ruby/object:Gem::Requirement
|
324
|
+
none: false
|
314
325
|
requirements:
|
315
|
-
- -
|
326
|
+
- - ! '>='
|
316
327
|
- !ruby/object:Gem::Version
|
317
328
|
version: 1.9.3
|
318
329
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
330
|
+
none: false
|
319
331
|
requirements:
|
320
|
-
- -
|
332
|
+
- - ! '>='
|
321
333
|
- !ruby/object:Gem::Version
|
322
334
|
version: '0'
|
323
335
|
requirements: []
|
324
336
|
rubyforge_project:
|
325
|
-
rubygems_version:
|
337
|
+
rubygems_version: 1.8.23.2
|
326
338
|
signing_key:
|
327
|
-
specification_version:
|
339
|
+
specification_version: 3
|
328
340
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|
329
341
|
Rails framework.
|
330
342
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 86e009e5b2de10bb27a5595744f6282c128d6901
|
4
|
-
data.tar.gz: b103bc75675563f83c9e1846071cd269ab63eb51
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 4f57c31fd700aebcf3beb82f074186bea71cdb4d41984845fcec3351d123945ca0d8fe2d17584821805b2dd66de4541dfeefe61e69d85da845de91a108237c72
|
7
|
-
data.tar.gz: d1826d73bb3e8d5c20e521b5adfab061ed4bd0603a2a3b352136f0166f68f008c23bf779b9d62a27c4a54329a259f8cfad766c032e95b5fac9e373349e3ac103
|