activesupport 3.2.22.1 → 3.2.22.2

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.

Files changed (3) hide show
  1. data/lib/active_support/version.rb +1 -1
  2. metadata +51 -42
  3. checksums.yaml +0 -7
@@ -3,7 +3,7 @@ module ActiveSupport
3
3
  MAJOR = 3
4
4
  MINOR = 2
5
5
  TINY = 22
6
- PRE = "1"
6
+ PRE = "2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,47 +1,52 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.22.1
4
+ version: 3.2.22.2
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: 2016-01-25 00:00:00.000000000 Z
12
+ date: 2016-02-29 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.4
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.4
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.0'
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.0'
47
52
  description: A toolkit of support libraries and Ruby core extensions extracted from
@@ -55,7 +60,6 @@ files:
55
60
  - CHANGELOG.md
56
61
  - MIT-LICENSE
57
62
  - README.rdoc
58
- - lib/active_support.rb
59
63
  - lib/active_support/all.rb
60
64
  - lib/active_support/backtrace_cleaner.rb
61
65
  - lib/active_support/base64.rb
@@ -63,17 +67,15 @@ files:
63
67
  - lib/active_support/benchmarkable.rb
64
68
  - lib/active_support/buffered_logger.rb
65
69
  - lib/active_support/builder.rb
66
- - lib/active_support/cache.rb
67
70
  - lib/active_support/cache/file_store.rb
68
71
  - lib/active_support/cache/mem_cache_store.rb
69
72
  - lib/active_support/cache/memory_store.rb
70
73
  - lib/active_support/cache/null_store.rb
71
74
  - lib/active_support/cache/strategy/local_cache.rb
75
+ - lib/active_support/cache.rb
72
76
  - lib/active_support/callbacks.rb
73
77
  - lib/active_support/concern.rb
74
78
  - lib/active_support/configurable.rb
75
- - lib/active_support/core_ext.rb
76
- - lib/active_support/core_ext/array.rb
77
79
  - lib/active_support/core_ext/array/access.rb
78
80
  - lib/active_support/core_ext/array/conversions.rb
79
81
  - lib/active_support/core_ext/array/extract_options.rb
@@ -82,14 +84,15 @@ files:
82
84
  - lib/active_support/core_ext/array/random_access.rb
83
85
  - lib/active_support/core_ext/array/uniq_by.rb
84
86
  - lib/active_support/core_ext/array/wrap.rb
87
+ - lib/active_support/core_ext/array.rb
85
88
  - lib/active_support/core_ext/benchmark.rb
86
- - lib/active_support/core_ext/big_decimal.rb
87
89
  - lib/active_support/core_ext/big_decimal/conversions.rb
88
- - lib/active_support/core_ext/class.rb
90
+ - lib/active_support/core_ext/big_decimal.rb
89
91
  - lib/active_support/core_ext/class/attribute.rb
90
92
  - lib/active_support/core_ext/class/attribute_accessors.rb
91
93
  - lib/active_support/core_ext/class/delegating_attributes.rb
92
94
  - lib/active_support/core_ext/class/subclasses.rb
95
+ - lib/active_support/core_ext/class.rb
93
96
  - lib/active_support/core_ext/date/acts_like.rb
94
97
  - lib/active_support/core_ext/date/calculations.rb
95
98
  - lib/active_support/core_ext/date/conversions.rb
@@ -101,12 +104,11 @@ files:
101
104
  - lib/active_support/core_ext/date_time/zones.rb
102
105
  - lib/active_support/core_ext/enumerable.rb
103
106
  - lib/active_support/core_ext/exception.rb
104
- - lib/active_support/core_ext/file.rb
105
107
  - lib/active_support/core_ext/file/atomic.rb
106
108
  - lib/active_support/core_ext/file/path.rb
107
- - lib/active_support/core_ext/float.rb
109
+ - lib/active_support/core_ext/file.rb
108
110
  - lib/active_support/core_ext/float/rounding.rb
109
- - lib/active_support/core_ext/hash.rb
111
+ - lib/active_support/core_ext/float.rb
110
112
  - lib/active_support/core_ext/hash/conversions.rb
111
113
  - lib/active_support/core_ext/hash/deep_dup.rb
112
114
  - lib/active_support/core_ext/hash/deep_merge.rb
@@ -116,19 +118,19 @@ files:
116
118
  - lib/active_support/core_ext/hash/keys.rb
117
119
  - lib/active_support/core_ext/hash/reverse_merge.rb
118
120
  - lib/active_support/core_ext/hash/slice.rb
119
- - lib/active_support/core_ext/integer.rb
121
+ - lib/active_support/core_ext/hash.rb
120
122
  - lib/active_support/core_ext/integer/inflections.rb
121
123
  - lib/active_support/core_ext/integer/multiple.rb
122
124
  - lib/active_support/core_ext/integer/time.rb
125
+ - lib/active_support/core_ext/integer.rb
123
126
  - lib/active_support/core_ext/io.rb
124
- - lib/active_support/core_ext/kernel.rb
125
127
  - lib/active_support/core_ext/kernel/agnostics.rb
126
128
  - lib/active_support/core_ext/kernel/debugger.rb
127
129
  - lib/active_support/core_ext/kernel/reporting.rb
128
130
  - lib/active_support/core_ext/kernel/singleton_class.rb
131
+ - lib/active_support/core_ext/kernel.rb
129
132
  - lib/active_support/core_ext/load_error.rb
130
133
  - lib/active_support/core_ext/logger.rb
131
- - lib/active_support/core_ext/module.rb
132
134
  - lib/active_support/core_ext/module/aliasing.rb
133
135
  - lib/active_support/core_ext/module/anonymous.rb
134
136
  - lib/active_support/core_ext/module/attr_internal.rb
@@ -141,11 +143,11 @@ files:
141
143
  - lib/active_support/core_ext/module/reachable.rb
142
144
  - lib/active_support/core_ext/module/remove_method.rb
143
145
  - lib/active_support/core_ext/module/synchronization.rb
146
+ - lib/active_support/core_ext/module.rb
144
147
  - lib/active_support/core_ext/name_error.rb
145
- - lib/active_support/core_ext/numeric.rb
146
148
  - lib/active_support/core_ext/numeric/bytes.rb
147
149
  - lib/active_support/core_ext/numeric/time.rb
148
- - lib/active_support/core_ext/object.rb
150
+ - lib/active_support/core_ext/numeric.rb
149
151
  - lib/active_support/core_ext/object/acts_like.rb
150
152
  - lib/active_support/core_ext/object/blank.rb
151
153
  - lib/active_support/core_ext/object/conversions.rb
@@ -157,18 +159,18 @@ files:
157
159
  - lib/active_support/core_ext/object/to_query.rb
158
160
  - lib/active_support/core_ext/object/try.rb
159
161
  - lib/active_support/core_ext/object/with_options.rb
162
+ - lib/active_support/core_ext/object.rb
160
163
  - lib/active_support/core_ext/proc.rb
161
- - lib/active_support/core_ext/process.rb
162
164
  - lib/active_support/core_ext/process/daemon.rb
163
- - lib/active_support/core_ext/range.rb
165
+ - lib/active_support/core_ext/process.rb
164
166
  - lib/active_support/core_ext/range/blockless_step.rb
165
167
  - lib/active_support/core_ext/range/conversions.rb
166
168
  - lib/active_support/core_ext/range/cover.rb
167
169
  - lib/active_support/core_ext/range/include_range.rb
168
170
  - lib/active_support/core_ext/range/overlaps.rb
171
+ - lib/active_support/core_ext/range.rb
169
172
  - lib/active_support/core_ext/regexp.rb
170
173
  - lib/active_support/core_ext/rexml.rb
171
- - lib/active_support/core_ext/string.rb
172
174
  - lib/active_support/core_ext/string/access.rb
173
175
  - lib/active_support/core_ext/string/behavior.rb
174
176
  - lib/active_support/core_ext/string/conversions.rb
@@ -183,6 +185,7 @@ files:
183
185
  - lib/active_support/core_ext/string/starts_ends_with.rb
184
186
  - lib/active_support/core_ext/string/strip.rb
185
187
  - lib/active_support/core_ext/string/xchar.rb
188
+ - lib/active_support/core_ext/string.rb
186
189
  - lib/active_support/core_ext/time/acts_like.rb
187
190
  - lib/active_support/core_ext/time/calculations.rb
188
191
  - lib/active_support/core_ext/time/conversions.rb
@@ -190,13 +193,14 @@ files:
190
193
  - lib/active_support/core_ext/time/publicize_conversion_methods.rb
191
194
  - lib/active_support/core_ext/time/zones.rb
192
195
  - lib/active_support/core_ext/uri.rb
193
- - lib/active_support/dependencies.rb
196
+ - lib/active_support/core_ext.rb
194
197
  - lib/active_support/dependencies/autoload.rb
195
- - lib/active_support/deprecation.rb
198
+ - lib/active_support/dependencies.rb
196
199
  - lib/active_support/deprecation/behaviors.rb
197
200
  - lib/active_support/deprecation/method_wrappers.rb
198
201
  - lib/active_support/deprecation/proxy_wrappers.rb
199
202
  - lib/active_support/deprecation/reporting.rb
203
+ - lib/active_support/deprecation.rb
200
204
  - lib/active_support/descendants_tracker.rb
201
205
  - lib/active_support/duration.rb
202
206
  - lib/active_support/file_update_checker.rb
@@ -206,29 +210,29 @@ files:
206
210
  - lib/active_support/i18n.rb
207
211
  - lib/active_support/i18n_railtie.rb
208
212
  - lib/active_support/inflections.rb
209
- - lib/active_support/inflector.rb
210
213
  - lib/active_support/inflector/inflections.rb
211
214
  - lib/active_support/inflector/methods.rb
212
215
  - lib/active_support/inflector/transliterate.rb
213
- - lib/active_support/json.rb
216
+ - lib/active_support/inflector.rb
214
217
  - lib/active_support/json/decoding.rb
215
218
  - lib/active_support/json/encoding.rb
216
219
  - lib/active_support/json/variable.rb
220
+ - lib/active_support/json.rb
217
221
  - lib/active_support/lazy_load_hooks.rb
218
222
  - lib/active_support/locale/en.yml
219
- - lib/active_support/log_subscriber.rb
220
223
  - lib/active_support/log_subscriber/test_helper.rb
224
+ - lib/active_support/log_subscriber.rb
221
225
  - lib/active_support/memoizable.rb
222
226
  - lib/active_support/message_encryptor.rb
223
227
  - lib/active_support/message_verifier.rb
224
- - lib/active_support/multibyte.rb
225
228
  - lib/active_support/multibyte/chars.rb
226
229
  - lib/active_support/multibyte/exceptions.rb
227
230
  - lib/active_support/multibyte/unicode.rb
228
231
  - lib/active_support/multibyte/utils.rb
229
- - lib/active_support/notifications.rb
232
+ - lib/active_support/multibyte.rb
230
233
  - lib/active_support/notifications/fanout.rb
231
234
  - lib/active_support/notifications/instrumenter.rb
235
+ - lib/active_support/notifications.rb
232
236
  - lib/active_support/option_merger.rb
233
237
  - lib/active_support/ordered_hash.rb
234
238
  - lib/active_support/ordered_options.rb
@@ -245,52 +249,57 @@ files:
245
249
  - lib/active_support/testing/isolation.rb
246
250
  - lib/active_support/testing/mochaing.rb
247
251
  - lib/active_support/testing/pending.rb
248
- - lib/active_support/testing/performance.rb
249
252
  - lib/active_support/testing/performance/jruby.rb
250
253
  - lib/active_support/testing/performance/rubinius.rb
251
- - lib/active_support/testing/performance/ruby.rb
252
254
  - lib/active_support/testing/performance/ruby/mri.rb
253
255
  - lib/active_support/testing/performance/ruby/yarv.rb
256
+ - lib/active_support/testing/performance/ruby.rb
257
+ - lib/active_support/testing/performance.rb
254
258
  - lib/active_support/testing/setup_and_teardown.rb
255
- - lib/active_support/time.rb
256
259
  - lib/active_support/time/autoload.rb
260
+ - lib/active_support/time.rb
257
261
  - lib/active_support/time_with_zone.rb
258
262
  - lib/active_support/values/time_zone.rb
259
263
  - lib/active_support/values/unicode_tables.dat
260
264
  - lib/active_support/version.rb
261
265
  - lib/active_support/whiny_nil.rb
262
- - lib/active_support/xml_mini.rb
263
266
  - lib/active_support/xml_mini/jdom.rb
264
267
  - lib/active_support/xml_mini/libxml.rb
265
268
  - lib/active_support/xml_mini/libxmlsax.rb
266
269
  - lib/active_support/xml_mini/nokogiri.rb
267
270
  - lib/active_support/xml_mini/nokogirisax.rb
268
271
  - lib/active_support/xml_mini/rexml.rb
272
+ - lib/active_support/xml_mini.rb
273
+ - lib/active_support.rb
269
274
  homepage: http://www.rubyonrails.org
270
275
  licenses:
271
276
  - MIT
272
- metadata: {}
273
277
  post_install_message:
274
278
  rdoc_options:
275
- - "--encoding"
279
+ - --encoding
276
280
  - UTF-8
277
281
  require_paths:
278
282
  - lib
279
283
  required_ruby_version: !ruby/object:Gem::Requirement
284
+ none: false
280
285
  requirements:
281
- - - ">="
286
+ - - ! '>='
282
287
  - !ruby/object:Gem::Version
283
288
  version: 1.8.7
284
289
  required_rubygems_version: !ruby/object:Gem::Requirement
290
+ none: false
285
291
  requirements:
286
- - - ">="
292
+ - - ! '>='
287
293
  - !ruby/object:Gem::Version
288
294
  version: '0'
295
+ segments:
296
+ - 0
297
+ hash: -3383921561260877876
289
298
  requirements: []
290
299
  rubyforge_project:
291
- rubygems_version: 2.5.1
300
+ rubygems_version: 1.8.23.2
292
301
  signing_key:
293
- specification_version: 4
302
+ specification_version: 3
294
303
  summary: A toolkit of support libraries and Ruby core extensions extracted from the
295
304
  Rails framework.
296
305
  test_files: []
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 6aa4131e5399a33514ac3a65716499454d69b3c1
4
- data.tar.gz: 313c081fa4954981623e6e5cfa5f9ecd8e30ed5a
5
- SHA512:
6
- metadata.gz: 5d72b1331458064eb84814da1f2eb43827bb1b1697784edb4646a7fc2ef86cab5e759c087c6e8396b746391aea63ddde5d710cc7e25a655b44422145714dbc24
7
- data.tar.gz: c30d3076e4445f889ffe0bf13f94c01b00bc6502521722f02482bb130edd150a6c4ad3f756aa35586280bcaba3c2b80f9057cb4a844e57bea0b53452751b108b