activesupport 3.2.19 → 3.2.20
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.
- checksums.yaml +7 -0
- data/lib/active_support/version.rb +1 -1
- metadata +82 -106
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 155297d16c81c74a142e7256e7337066db8cdde1
|
|
4
|
+
data.tar.gz: 0d2ca2187bedc02da5fa341a7883f0b0aab18dde
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: c565063bce32efeeee6e1694c082411505094ad9a7fdcaa5e083ae1096bc1f34745a84622b82d8cd6e68bd8efa1dc646bb8382f00e33e1bcddc4bac96d226c3d
|
|
7
|
+
data.tar.gz: 271cd984f455ab9610732beaa7cf01f8247f991c0a32065ab802d6fb6a71f8d7a7c60a452808a15a893827d394328c5801b89191c565e75bee54e43886b4d125
|
metadata
CHANGED
|
@@ -1,73 +1,61 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activesupport
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 3
|
|
8
|
-
- 2
|
|
9
|
-
- 19
|
|
10
|
-
version: 3.2.19
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 3.2.20
|
|
11
5
|
platform: ruby
|
|
12
|
-
authors:
|
|
6
|
+
authors:
|
|
13
7
|
- David Heinemeier Hansson
|
|
14
8
|
autorequire:
|
|
15
9
|
bindir: bin
|
|
16
10
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
- !ruby/object:Gem::Version
|
|
27
|
-
hash: 7
|
|
28
|
-
segments:
|
|
29
|
-
- 0
|
|
30
|
-
- 6
|
|
31
|
-
version: "0.6"
|
|
11
|
+
date: 2014-10-29 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: i18n
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0.6'
|
|
32
20
|
- - ">="
|
|
33
|
-
- !ruby/object:Gem::Version
|
|
34
|
-
hash: 15
|
|
35
|
-
segments:
|
|
36
|
-
- 0
|
|
37
|
-
- 6
|
|
38
|
-
- 4
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
39
22
|
version: 0.6.4
|
|
40
23
|
type: :runtime
|
|
41
|
-
version_requirements: *id001
|
|
42
24
|
prerelease: false
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
- -
|
|
49
|
-
- !ruby/object:Gem::Version
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
+
requirements:
|
|
27
|
+
- - "~>"
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '0.6'
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 0.6.4
|
|
33
|
+
- !ruby/object:Gem::Dependency
|
|
34
|
+
name: multi_json
|
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - "~>"
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '1.0'
|
|
55
40
|
type: :runtime
|
|
56
|
-
version_requirements: *id002
|
|
57
41
|
prerelease: false
|
|
58
|
-
|
|
59
|
-
|
|
42
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - "~>"
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '1.0'
|
|
47
|
+
description: A toolkit of support libraries and Ruby core extensions extracted from
|
|
48
|
+
the Rails framework. Rich support for multibyte strings, internationalization, time
|
|
49
|
+
zones, and testing.
|
|
60
50
|
email: david@loudthinking.com
|
|
61
51
|
executables: []
|
|
62
|
-
|
|
63
52
|
extensions: []
|
|
64
|
-
|
|
65
53
|
extra_rdoc_files: []
|
|
66
|
-
|
|
67
|
-
files:
|
|
54
|
+
files:
|
|
68
55
|
- CHANGELOG.md
|
|
69
56
|
- MIT-LICENSE
|
|
70
57
|
- README.rdoc
|
|
58
|
+
- lib/active_support.rb
|
|
71
59
|
- lib/active_support/all.rb
|
|
72
60
|
- lib/active_support/backtrace_cleaner.rb
|
|
73
61
|
- lib/active_support/base64.rb
|
|
@@ -75,15 +63,17 @@ files:
|
|
|
75
63
|
- lib/active_support/benchmarkable.rb
|
|
76
64
|
- lib/active_support/buffered_logger.rb
|
|
77
65
|
- lib/active_support/builder.rb
|
|
66
|
+
- lib/active_support/cache.rb
|
|
78
67
|
- lib/active_support/cache/file_store.rb
|
|
79
68
|
- lib/active_support/cache/mem_cache_store.rb
|
|
80
69
|
- lib/active_support/cache/memory_store.rb
|
|
81
70
|
- lib/active_support/cache/null_store.rb
|
|
82
71
|
- lib/active_support/cache/strategy/local_cache.rb
|
|
83
|
-
- lib/active_support/cache.rb
|
|
84
72
|
- lib/active_support/callbacks.rb
|
|
85
73
|
- lib/active_support/concern.rb
|
|
86
74
|
- lib/active_support/configurable.rb
|
|
75
|
+
- lib/active_support/core_ext.rb
|
|
76
|
+
- lib/active_support/core_ext/array.rb
|
|
87
77
|
- lib/active_support/core_ext/array/access.rb
|
|
88
78
|
- lib/active_support/core_ext/array/conversions.rb
|
|
89
79
|
- lib/active_support/core_ext/array/extract_options.rb
|
|
@@ -92,15 +82,14 @@ files:
|
|
|
92
82
|
- lib/active_support/core_ext/array/random_access.rb
|
|
93
83
|
- lib/active_support/core_ext/array/uniq_by.rb
|
|
94
84
|
- lib/active_support/core_ext/array/wrap.rb
|
|
95
|
-
- lib/active_support/core_ext/array.rb
|
|
96
85
|
- lib/active_support/core_ext/benchmark.rb
|
|
97
|
-
- lib/active_support/core_ext/big_decimal/conversions.rb
|
|
98
86
|
- lib/active_support/core_ext/big_decimal.rb
|
|
87
|
+
- lib/active_support/core_ext/big_decimal/conversions.rb
|
|
88
|
+
- lib/active_support/core_ext/class.rb
|
|
99
89
|
- lib/active_support/core_ext/class/attribute.rb
|
|
100
90
|
- lib/active_support/core_ext/class/attribute_accessors.rb
|
|
101
91
|
- lib/active_support/core_ext/class/delegating_attributes.rb
|
|
102
92
|
- lib/active_support/core_ext/class/subclasses.rb
|
|
103
|
-
- lib/active_support/core_ext/class.rb
|
|
104
93
|
- lib/active_support/core_ext/date/acts_like.rb
|
|
105
94
|
- lib/active_support/core_ext/date/calculations.rb
|
|
106
95
|
- lib/active_support/core_ext/date/conversions.rb
|
|
@@ -112,11 +101,12 @@ files:
|
|
|
112
101
|
- lib/active_support/core_ext/date_time/zones.rb
|
|
113
102
|
- lib/active_support/core_ext/enumerable.rb
|
|
114
103
|
- lib/active_support/core_ext/exception.rb
|
|
104
|
+
- lib/active_support/core_ext/file.rb
|
|
115
105
|
- lib/active_support/core_ext/file/atomic.rb
|
|
116
106
|
- lib/active_support/core_ext/file/path.rb
|
|
117
|
-
- lib/active_support/core_ext/file.rb
|
|
118
|
-
- lib/active_support/core_ext/float/rounding.rb
|
|
119
107
|
- lib/active_support/core_ext/float.rb
|
|
108
|
+
- lib/active_support/core_ext/float/rounding.rb
|
|
109
|
+
- lib/active_support/core_ext/hash.rb
|
|
120
110
|
- lib/active_support/core_ext/hash/conversions.rb
|
|
121
111
|
- lib/active_support/core_ext/hash/deep_dup.rb
|
|
122
112
|
- lib/active_support/core_ext/hash/deep_merge.rb
|
|
@@ -126,19 +116,19 @@ files:
|
|
|
126
116
|
- lib/active_support/core_ext/hash/keys.rb
|
|
127
117
|
- lib/active_support/core_ext/hash/reverse_merge.rb
|
|
128
118
|
- lib/active_support/core_ext/hash/slice.rb
|
|
129
|
-
- lib/active_support/core_ext/
|
|
119
|
+
- lib/active_support/core_ext/integer.rb
|
|
130
120
|
- lib/active_support/core_ext/integer/inflections.rb
|
|
131
121
|
- lib/active_support/core_ext/integer/multiple.rb
|
|
132
122
|
- lib/active_support/core_ext/integer/time.rb
|
|
133
|
-
- lib/active_support/core_ext/integer.rb
|
|
134
123
|
- lib/active_support/core_ext/io.rb
|
|
124
|
+
- lib/active_support/core_ext/kernel.rb
|
|
135
125
|
- lib/active_support/core_ext/kernel/agnostics.rb
|
|
136
126
|
- lib/active_support/core_ext/kernel/debugger.rb
|
|
137
127
|
- lib/active_support/core_ext/kernel/reporting.rb
|
|
138
128
|
- lib/active_support/core_ext/kernel/singleton_class.rb
|
|
139
|
-
- lib/active_support/core_ext/kernel.rb
|
|
140
129
|
- lib/active_support/core_ext/load_error.rb
|
|
141
130
|
- lib/active_support/core_ext/logger.rb
|
|
131
|
+
- lib/active_support/core_ext/module.rb
|
|
142
132
|
- lib/active_support/core_ext/module/aliasing.rb
|
|
143
133
|
- lib/active_support/core_ext/module/anonymous.rb
|
|
144
134
|
- lib/active_support/core_ext/module/attr_internal.rb
|
|
@@ -151,11 +141,11 @@ files:
|
|
|
151
141
|
- lib/active_support/core_ext/module/reachable.rb
|
|
152
142
|
- lib/active_support/core_ext/module/remove_method.rb
|
|
153
143
|
- lib/active_support/core_ext/module/synchronization.rb
|
|
154
|
-
- lib/active_support/core_ext/module.rb
|
|
155
144
|
- lib/active_support/core_ext/name_error.rb
|
|
145
|
+
- lib/active_support/core_ext/numeric.rb
|
|
156
146
|
- lib/active_support/core_ext/numeric/bytes.rb
|
|
157
147
|
- lib/active_support/core_ext/numeric/time.rb
|
|
158
|
-
- lib/active_support/core_ext/
|
|
148
|
+
- lib/active_support/core_ext/object.rb
|
|
159
149
|
- lib/active_support/core_ext/object/acts_like.rb
|
|
160
150
|
- lib/active_support/core_ext/object/blank.rb
|
|
161
151
|
- lib/active_support/core_ext/object/conversions.rb
|
|
@@ -167,18 +157,18 @@ files:
|
|
|
167
157
|
- lib/active_support/core_ext/object/to_query.rb
|
|
168
158
|
- lib/active_support/core_ext/object/try.rb
|
|
169
159
|
- lib/active_support/core_ext/object/with_options.rb
|
|
170
|
-
- lib/active_support/core_ext/object.rb
|
|
171
160
|
- lib/active_support/core_ext/proc.rb
|
|
172
|
-
- lib/active_support/core_ext/process/daemon.rb
|
|
173
161
|
- lib/active_support/core_ext/process.rb
|
|
162
|
+
- lib/active_support/core_ext/process/daemon.rb
|
|
163
|
+
- lib/active_support/core_ext/range.rb
|
|
174
164
|
- lib/active_support/core_ext/range/blockless_step.rb
|
|
175
165
|
- lib/active_support/core_ext/range/conversions.rb
|
|
176
166
|
- lib/active_support/core_ext/range/cover.rb
|
|
177
167
|
- lib/active_support/core_ext/range/include_range.rb
|
|
178
168
|
- lib/active_support/core_ext/range/overlaps.rb
|
|
179
|
-
- lib/active_support/core_ext/range.rb
|
|
180
169
|
- lib/active_support/core_ext/regexp.rb
|
|
181
170
|
- lib/active_support/core_ext/rexml.rb
|
|
171
|
+
- lib/active_support/core_ext/string.rb
|
|
182
172
|
- lib/active_support/core_ext/string/access.rb
|
|
183
173
|
- lib/active_support/core_ext/string/behavior.rb
|
|
184
174
|
- lib/active_support/core_ext/string/conversions.rb
|
|
@@ -193,7 +183,6 @@ files:
|
|
|
193
183
|
- lib/active_support/core_ext/string/starts_ends_with.rb
|
|
194
184
|
- lib/active_support/core_ext/string/strip.rb
|
|
195
185
|
- lib/active_support/core_ext/string/xchar.rb
|
|
196
|
-
- lib/active_support/core_ext/string.rb
|
|
197
186
|
- lib/active_support/core_ext/time/acts_like.rb
|
|
198
187
|
- lib/active_support/core_ext/time/calculations.rb
|
|
199
188
|
- lib/active_support/core_ext/time/conversions.rb
|
|
@@ -201,14 +190,13 @@ files:
|
|
|
201
190
|
- lib/active_support/core_ext/time/publicize_conversion_methods.rb
|
|
202
191
|
- lib/active_support/core_ext/time/zones.rb
|
|
203
192
|
- lib/active_support/core_ext/uri.rb
|
|
204
|
-
- lib/active_support/core_ext.rb
|
|
205
|
-
- lib/active_support/dependencies/autoload.rb
|
|
206
193
|
- lib/active_support/dependencies.rb
|
|
194
|
+
- lib/active_support/dependencies/autoload.rb
|
|
195
|
+
- lib/active_support/deprecation.rb
|
|
207
196
|
- lib/active_support/deprecation/behaviors.rb
|
|
208
197
|
- lib/active_support/deprecation/method_wrappers.rb
|
|
209
198
|
- lib/active_support/deprecation/proxy_wrappers.rb
|
|
210
199
|
- lib/active_support/deprecation/reporting.rb
|
|
211
|
-
- lib/active_support/deprecation.rb
|
|
212
200
|
- lib/active_support/descendants_tracker.rb
|
|
213
201
|
- lib/active_support/duration.rb
|
|
214
202
|
- lib/active_support/file_update_checker.rb
|
|
@@ -218,29 +206,29 @@ files:
|
|
|
218
206
|
- lib/active_support/i18n.rb
|
|
219
207
|
- lib/active_support/i18n_railtie.rb
|
|
220
208
|
- lib/active_support/inflections.rb
|
|
209
|
+
- lib/active_support/inflector.rb
|
|
221
210
|
- lib/active_support/inflector/inflections.rb
|
|
222
211
|
- lib/active_support/inflector/methods.rb
|
|
223
212
|
- lib/active_support/inflector/transliterate.rb
|
|
224
|
-
- lib/active_support/
|
|
213
|
+
- lib/active_support/json.rb
|
|
225
214
|
- lib/active_support/json/decoding.rb
|
|
226
215
|
- lib/active_support/json/encoding.rb
|
|
227
216
|
- lib/active_support/json/variable.rb
|
|
228
|
-
- lib/active_support/json.rb
|
|
229
217
|
- lib/active_support/lazy_load_hooks.rb
|
|
230
218
|
- lib/active_support/locale/en.yml
|
|
231
|
-
- lib/active_support/log_subscriber/test_helper.rb
|
|
232
219
|
- lib/active_support/log_subscriber.rb
|
|
220
|
+
- lib/active_support/log_subscriber/test_helper.rb
|
|
233
221
|
- lib/active_support/memoizable.rb
|
|
234
222
|
- lib/active_support/message_encryptor.rb
|
|
235
223
|
- lib/active_support/message_verifier.rb
|
|
224
|
+
- lib/active_support/multibyte.rb
|
|
236
225
|
- lib/active_support/multibyte/chars.rb
|
|
237
226
|
- lib/active_support/multibyte/exceptions.rb
|
|
238
227
|
- lib/active_support/multibyte/unicode.rb
|
|
239
228
|
- lib/active_support/multibyte/utils.rb
|
|
240
|
-
- lib/active_support/
|
|
229
|
+
- lib/active_support/notifications.rb
|
|
241
230
|
- lib/active_support/notifications/fanout.rb
|
|
242
231
|
- lib/active_support/notifications/instrumenter.rb
|
|
243
|
-
- lib/active_support/notifications.rb
|
|
244
232
|
- lib/active_support/option_merger.rb
|
|
245
233
|
- lib/active_support/ordered_hash.rb
|
|
246
234
|
- lib/active_support/ordered_options.rb
|
|
@@ -256,64 +244,52 @@ files:
|
|
|
256
244
|
- lib/active_support/testing/isolation.rb
|
|
257
245
|
- lib/active_support/testing/mochaing.rb
|
|
258
246
|
- lib/active_support/testing/pending.rb
|
|
247
|
+
- lib/active_support/testing/performance.rb
|
|
259
248
|
- lib/active_support/testing/performance/jruby.rb
|
|
260
249
|
- lib/active_support/testing/performance/rubinius.rb
|
|
250
|
+
- lib/active_support/testing/performance/ruby.rb
|
|
261
251
|
- lib/active_support/testing/performance/ruby/mri.rb
|
|
262
252
|
- lib/active_support/testing/performance/ruby/yarv.rb
|
|
263
|
-
- lib/active_support/testing/performance/ruby.rb
|
|
264
|
-
- lib/active_support/testing/performance.rb
|
|
265
253
|
- lib/active_support/testing/setup_and_teardown.rb
|
|
266
|
-
- lib/active_support/time/autoload.rb
|
|
267
254
|
- lib/active_support/time.rb
|
|
255
|
+
- lib/active_support/time/autoload.rb
|
|
268
256
|
- lib/active_support/time_with_zone.rb
|
|
269
257
|
- lib/active_support/values/time_zone.rb
|
|
270
258
|
- lib/active_support/values/unicode_tables.dat
|
|
271
259
|
- lib/active_support/version.rb
|
|
272
260
|
- lib/active_support/whiny_nil.rb
|
|
261
|
+
- lib/active_support/xml_mini.rb
|
|
273
262
|
- lib/active_support/xml_mini/jdom.rb
|
|
274
263
|
- lib/active_support/xml_mini/libxml.rb
|
|
275
264
|
- lib/active_support/xml_mini/libxmlsax.rb
|
|
276
265
|
- lib/active_support/xml_mini/nokogiri.rb
|
|
277
266
|
- lib/active_support/xml_mini/nokogirisax.rb
|
|
278
267
|
- lib/active_support/xml_mini/rexml.rb
|
|
279
|
-
- lib/active_support/xml_mini.rb
|
|
280
|
-
- lib/active_support.rb
|
|
281
|
-
has_rdoc: true
|
|
282
268
|
homepage: http://www.rubyonrails.org
|
|
283
|
-
licenses:
|
|
269
|
+
licenses:
|
|
284
270
|
- MIT
|
|
271
|
+
metadata: {}
|
|
285
272
|
post_install_message:
|
|
286
|
-
rdoc_options:
|
|
287
|
-
- --encoding
|
|
273
|
+
rdoc_options:
|
|
274
|
+
- "--encoding"
|
|
288
275
|
- UTF-8
|
|
289
|
-
require_paths:
|
|
276
|
+
require_paths:
|
|
290
277
|
- lib
|
|
291
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
292
|
-
|
|
293
|
-
requirements:
|
|
278
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
279
|
+
requirements:
|
|
294
280
|
- - ">="
|
|
295
|
-
- !ruby/object:Gem::Version
|
|
296
|
-
hash: 57
|
|
297
|
-
segments:
|
|
298
|
-
- 1
|
|
299
|
-
- 8
|
|
300
|
-
- 7
|
|
281
|
+
- !ruby/object:Gem::Version
|
|
301
282
|
version: 1.8.7
|
|
302
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
303
|
-
|
|
304
|
-
requirements:
|
|
283
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
284
|
+
requirements:
|
|
305
285
|
- - ">="
|
|
306
|
-
- !ruby/object:Gem::Version
|
|
307
|
-
|
|
308
|
-
segments:
|
|
309
|
-
- 0
|
|
310
|
-
version: "0"
|
|
286
|
+
- !ruby/object:Gem::Version
|
|
287
|
+
version: '0'
|
|
311
288
|
requirements: []
|
|
312
|
-
|
|
313
289
|
rubyforge_project:
|
|
314
|
-
rubygems_version:
|
|
290
|
+
rubygems_version: 2.2.2
|
|
315
291
|
signing_key:
|
|
316
|
-
specification_version:
|
|
317
|
-
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|
|
292
|
+
specification_version: 4
|
|
293
|
+
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|
|
294
|
+
Rails framework.
|
|
318
295
|
test_files: []
|
|
319
|
-
|