activesupport 4.1.0.beta1 → 4.1.0.beta2

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. checksums.yaml +4 -4
  2. data/lib/active_support/version.rb +1 -1
  3. metadata +47 -47
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c86a26bc9a8eb06276b14867f0f1a1a9937389e
4
- data.tar.gz: 977c1c1c03f25c4d3cbbaf8c7b50d53f48253552
3
+ metadata.gz: ebd99ea5e662c68288c27d7606da59fea0284b68
4
+ data.tar.gz: 1c91ef7ec3331e3e303611a2e2c3900094c3ae24
5
5
  SHA512:
6
- metadata.gz: be2cebd01445b199c661483fc72d2d8c815c24127085dec00d3eb13e053c269642ab130dc7e5b531500d058bef87ac1d8ad3fa1f53b8ab93fd3e0db69f0d3a84
7
- data.tar.gz: 2e459bd450265b08c97ca61bae3a696e8ea052d48294b672e945988a6f2d55b124a39a3373c4a7f61c8b2bbaed5bb69993ca889d71767af99c563fb17817c52a
6
+ metadata.gz: 1aeec5a3f0b890d1d35b76a7faa6a77a3de00ab543efcb8382b1c8cc0cfe7fcca383b6111eb87e48d32da1d30f184165a147d433110c6f7dae3988acc0f14a47
7
+ data.tar.gz: 5bb98de27346af4b1dfa053cda4858c55f10cf49ecf85be2a04c36427a5eb5478a49229acf08b42ce49cb92fc857af1a2cf9116df3dafb8db3548695d1cbc230
@@ -1,7 +1,7 @@
1
1
  module ActiveSupport
2
2
  # Returns the version of the currently loaded ActiveSupport as a Gem::Version
3
3
  def self.version
4
- Gem::Version.new "4.1.0.beta1"
4
+ Gem::Version.new "4.1.0.beta2"
5
5
  end
6
6
 
7
7
  module VERSION #:nodoc:
metadata CHANGED
@@ -1,95 +1,95 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0.beta1
4
+ version: 4.1.0.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-18 00:00:00.000000000 Z
11
+ date: 2014-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.6'
20
- - - '>='
20
+ - - ">="
21
21
  - !ruby/object:Gem::Version
22
22
  version: 0.6.9
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - ~>
27
+ - - "~>"
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0.6'
30
- - - '>='
30
+ - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: 0.6.9
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: json
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ~>
37
+ - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: '1.7'
40
- - - '>='
40
+ - - ">="
41
41
  - !ruby/object:Gem::Version
42
42
  version: 1.7.7
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - ~>
47
+ - - "~>"
48
48
  - !ruby/object:Gem::Version
49
49
  version: '1.7'
50
- - - '>='
50
+ - - ">="
51
51
  - !ruby/object:Gem::Version
52
52
  version: 1.7.7
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: tzinfo
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ~>
57
+ - - "~>"
58
58
  - !ruby/object:Gem::Version
59
59
  version: '1.1'
60
60
  type: :runtime
61
61
  prerelease: false
62
62
  version_requirements: !ruby/object:Gem::Requirement
63
63
  requirements:
64
- - - ~>
64
+ - - "~>"
65
65
  - !ruby/object:Gem::Version
66
66
  version: '1.1'
67
67
  - !ruby/object:Gem::Dependency
68
68
  name: minitest
69
69
  requirement: !ruby/object:Gem::Requirement
70
70
  requirements:
71
- - - ~>
71
+ - - "~>"
72
72
  - !ruby/object:Gem::Version
73
73
  version: '5.1'
74
74
  type: :runtime
75
75
  prerelease: false
76
76
  version_requirements: !ruby/object:Gem::Requirement
77
77
  requirements:
78
- - - ~>
78
+ - - "~>"
79
79
  - !ruby/object:Gem::Version
80
80
  version: '5.1'
81
81
  - !ruby/object:Gem::Dependency
82
82
  name: thread_safe
83
83
  requirement: !ruby/object:Gem::Requirement
84
84
  requirements:
85
- - - ~>
85
+ - - "~>"
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0.1'
88
88
  type: :runtime
89
89
  prerelease: false
90
90
  version_requirements: !ruby/object:Gem::Requirement
91
91
  requirements:
92
- - - ~>
92
+ - - "~>"
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0.1'
95
95
  description: A toolkit of support libraries and Ruby core extensions extracted from
@@ -103,50 +103,53 @@ files:
103
103
  - CHANGELOG.md
104
104
  - MIT-LICENSE
105
105
  - README.rdoc
106
+ - lib/active_support.rb
106
107
  - lib/active_support/all.rb
107
108
  - lib/active_support/backtrace_cleaner.rb
108
109
  - lib/active_support/benchmarkable.rb
109
110
  - lib/active_support/builder.rb
111
+ - lib/active_support/cache.rb
110
112
  - lib/active_support/cache/file_store.rb
111
113
  - lib/active_support/cache/mem_cache_store.rb
112
114
  - lib/active_support/cache/memory_store.rb
113
115
  - lib/active_support/cache/null_store.rb
114
116
  - lib/active_support/cache/strategy/local_cache.rb
115
- - lib/active_support/cache.rb
116
117
  - lib/active_support/callbacks.rb
117
118
  - lib/active_support/concern.rb
118
119
  - lib/active_support/concurrency/latch.rb
119
120
  - lib/active_support/configurable.rb
121
+ - lib/active_support/core_ext.rb
122
+ - lib/active_support/core_ext/array.rb
120
123
  - lib/active_support/core_ext/array/access.rb
121
124
  - lib/active_support/core_ext/array/conversions.rb
122
125
  - lib/active_support/core_ext/array/extract_options.rb
123
126
  - lib/active_support/core_ext/array/grouping.rb
124
127
  - lib/active_support/core_ext/array/prepend_and_append.rb
125
128
  - lib/active_support/core_ext/array/wrap.rb
126
- - lib/active_support/core_ext/array.rb
127
129
  - lib/active_support/core_ext/benchmark.rb
128
- - lib/active_support/core_ext/big_decimal/conversions.rb
129
130
  - lib/active_support/core_ext/big_decimal.rb
131
+ - lib/active_support/core_ext/big_decimal/conversions.rb
132
+ - lib/active_support/core_ext/class.rb
130
133
  - lib/active_support/core_ext/class/attribute.rb
131
134
  - lib/active_support/core_ext/class/attribute_accessors.rb
132
135
  - lib/active_support/core_ext/class/delegating_attributes.rb
133
136
  - lib/active_support/core_ext/class/subclasses.rb
134
- - lib/active_support/core_ext/class.rb
137
+ - lib/active_support/core_ext/date.rb
135
138
  - lib/active_support/core_ext/date/acts_like.rb
136
139
  - lib/active_support/core_ext/date/calculations.rb
137
140
  - lib/active_support/core_ext/date/conversions.rb
138
141
  - lib/active_support/core_ext/date/zones.rb
139
- - lib/active_support/core_ext/date.rb
140
142
  - lib/active_support/core_ext/date_and_time/calculations.rb
141
143
  - lib/active_support/core_ext/date_and_time/zones.rb
144
+ - lib/active_support/core_ext/date_time.rb
142
145
  - lib/active_support/core_ext/date_time/acts_like.rb
143
146
  - lib/active_support/core_ext/date_time/calculations.rb
144
147
  - lib/active_support/core_ext/date_time/conversions.rb
145
148
  - lib/active_support/core_ext/date_time/zones.rb
146
- - lib/active_support/core_ext/date_time.rb
147
149
  - lib/active_support/core_ext/enumerable.rb
148
- - lib/active_support/core_ext/file/atomic.rb
149
150
  - lib/active_support/core_ext/file.rb
151
+ - lib/active_support/core_ext/file/atomic.rb
152
+ - lib/active_support/core_ext/hash.rb
150
153
  - lib/active_support/core_ext/hash/conversions.rb
151
154
  - lib/active_support/core_ext/hash/deep_merge.rb
152
155
  - lib/active_support/core_ext/hash/except.rb
@@ -154,18 +157,18 @@ files:
154
157
  - lib/active_support/core_ext/hash/keys.rb
155
158
  - lib/active_support/core_ext/hash/reverse_merge.rb
156
159
  - lib/active_support/core_ext/hash/slice.rb
157
- - lib/active_support/core_ext/hash.rb
160
+ - lib/active_support/core_ext/integer.rb
158
161
  - lib/active_support/core_ext/integer/inflections.rb
159
162
  - lib/active_support/core_ext/integer/multiple.rb
160
163
  - lib/active_support/core_ext/integer/time.rb
161
- - lib/active_support/core_ext/integer.rb
164
+ - lib/active_support/core_ext/kernel.rb
162
165
  - lib/active_support/core_ext/kernel/agnostics.rb
163
166
  - lib/active_support/core_ext/kernel/debugger.rb
164
167
  - lib/active_support/core_ext/kernel/reporting.rb
165
168
  - lib/active_support/core_ext/kernel/singleton_class.rb
166
- - lib/active_support/core_ext/kernel.rb
167
169
  - lib/active_support/core_ext/load_error.rb
168
170
  - lib/active_support/core_ext/marshal.rb
171
+ - lib/active_support/core_ext/module.rb
169
172
  - lib/active_support/core_ext/module/aliasing.rb
170
173
  - lib/active_support/core_ext/module/anonymous.rb
171
174
  - lib/active_support/core_ext/module/attr_internal.rb
@@ -178,12 +181,12 @@ files:
178
181
  - lib/active_support/core_ext/module/qualified_const.rb
179
182
  - lib/active_support/core_ext/module/reachable.rb
180
183
  - lib/active_support/core_ext/module/remove_method.rb
181
- - lib/active_support/core_ext/module.rb
182
184
  - lib/active_support/core_ext/name_error.rb
185
+ - lib/active_support/core_ext/numeric.rb
183
186
  - lib/active_support/core_ext/numeric/bytes.rb
184
187
  - lib/active_support/core_ext/numeric/conversions.rb
185
188
  - lib/active_support/core_ext/numeric/time.rb
186
- - lib/active_support/core_ext/numeric.rb
189
+ - lib/active_support/core_ext/object.rb
187
190
  - lib/active_support/core_ext/object/acts_like.rb
188
191
  - lib/active_support/core_ext/object/blank.rb
189
192
  - lib/active_support/core_ext/object/conversions.rb
@@ -197,13 +200,13 @@ files:
197
200
  - lib/active_support/core_ext/object/to_query.rb
198
201
  - lib/active_support/core_ext/object/try.rb
199
202
  - lib/active_support/core_ext/object/with_options.rb
200
- - lib/active_support/core_ext/object.rb
203
+ - lib/active_support/core_ext/range.rb
201
204
  - lib/active_support/core_ext/range/conversions.rb
202
205
  - lib/active_support/core_ext/range/each.rb
203
206
  - lib/active_support/core_ext/range/include_range.rb
204
207
  - lib/active_support/core_ext/range/overlaps.rb
205
- - lib/active_support/core_ext/range.rb
206
208
  - lib/active_support/core_ext/regexp.rb
209
+ - lib/active_support/core_ext/string.rb
207
210
  - lib/active_support/core_ext/string/access.rb
208
211
  - lib/active_support/core_ext/string/behavior.rb
209
212
  - lib/active_support/core_ext/string/conversions.rb
@@ -217,25 +220,23 @@ files:
217
220
  - lib/active_support/core_ext/string/starts_ends_with.rb
218
221
  - lib/active_support/core_ext/string/strip.rb
219
222
  - lib/active_support/core_ext/string/zones.rb
220
- - lib/active_support/core_ext/string.rb
221
223
  - lib/active_support/core_ext/struct.rb
222
224
  - lib/active_support/core_ext/thread.rb
225
+ - lib/active_support/core_ext/time.rb
223
226
  - lib/active_support/core_ext/time/acts_like.rb
224
227
  - lib/active_support/core_ext/time/calculations.rb
225
228
  - lib/active_support/core_ext/time/conversions.rb
226
229
  - lib/active_support/core_ext/time/marshal.rb
227
230
  - lib/active_support/core_ext/time/zones.rb
228
- - lib/active_support/core_ext/time.rb
229
231
  - lib/active_support/core_ext/uri.rb
230
- - lib/active_support/core_ext.rb
231
- - lib/active_support/dependencies/autoload.rb
232
232
  - lib/active_support/dependencies.rb
233
+ - lib/active_support/dependencies/autoload.rb
234
+ - lib/active_support/deprecation.rb
233
235
  - lib/active_support/deprecation/behaviors.rb
234
236
  - lib/active_support/deprecation/instance_delegator.rb
235
237
  - lib/active_support/deprecation/method_wrappers.rb
236
238
  - lib/active_support/deprecation/proxy_wrappers.rb
237
239
  - lib/active_support/deprecation/reporting.rb
238
- - lib/active_support/deprecation.rb
239
240
  - lib/active_support/descendants_tracker.rb
240
241
  - lib/active_support/duration.rb
241
242
  - lib/active_support/file_update_checker.rb
@@ -245,28 +246,29 @@ files:
245
246
  - lib/active_support/i18n.rb
246
247
  - lib/active_support/i18n_railtie.rb
247
248
  - lib/active_support/inflections.rb
249
+ - lib/active_support/inflector.rb
248
250
  - lib/active_support/inflector/inflections.rb
249
251
  - lib/active_support/inflector/methods.rb
250
252
  - lib/active_support/inflector/transliterate.rb
251
- - lib/active_support/inflector.rb
253
+ - lib/active_support/json.rb
252
254
  - lib/active_support/json/decoding.rb
253
255
  - lib/active_support/json/encoding.rb
254
- - lib/active_support/json.rb
255
256
  - lib/active_support/key_generator.rb
256
257
  - lib/active_support/lazy_load_hooks.rb
257
258
  - lib/active_support/locale/en.yml
258
- - lib/active_support/log_subscriber/test_helper.rb
259
259
  - lib/active_support/log_subscriber.rb
260
+ - lib/active_support/log_subscriber/test_helper.rb
260
261
  - lib/active_support/logger.rb
261
262
  - lib/active_support/logger_silence.rb
262
263
  - lib/active_support/message_encryptor.rb
263
264
  - lib/active_support/message_verifier.rb
265
+ - lib/active_support/multibyte.rb
264
266
  - lib/active_support/multibyte/chars.rb
265
267
  - lib/active_support/multibyte/unicode.rb
266
- - lib/active_support/multibyte.rb
268
+ - lib/active_support/notifications.rb
267
269
  - lib/active_support/notifications/fanout.rb
268
270
  - lib/active_support/notifications/instrumenter.rb
269
- - lib/active_support/notifications.rb
271
+ - lib/active_support/number_helper.rb
270
272
  - lib/active_support/number_helper/number_converter.rb
271
273
  - lib/active_support/number_helper/number_to_currency_converter.rb
272
274
  - lib/active_support/number_helper/number_to_delimited_converter.rb
@@ -275,7 +277,6 @@ files:
275
277
  - lib/active_support/number_helper/number_to_percentage_converter.rb
276
278
  - lib/active_support/number_helper/number_to_phone_converter.rb
277
279
  - lib/active_support/number_helper/number_to_rounded_converter.rb
278
- - lib/active_support/number_helper.rb
279
280
  - lib/active_support/option_merger.rb
280
281
  - lib/active_support/ordered_hash.rb
281
282
  - lib/active_support/ordered_options.rb
@@ -302,37 +303,36 @@ files:
302
303
  - lib/active_support/values/time_zone.rb
303
304
  - lib/active_support/values/unicode_tables.dat
304
305
  - lib/active_support/version.rb
306
+ - lib/active_support/xml_mini.rb
305
307
  - lib/active_support/xml_mini/jdom.rb
306
308
  - lib/active_support/xml_mini/libxml.rb
307
309
  - lib/active_support/xml_mini/libxmlsax.rb
308
310
  - lib/active_support/xml_mini/nokogiri.rb
309
311
  - lib/active_support/xml_mini/nokogirisax.rb
310
312
  - lib/active_support/xml_mini/rexml.rb
311
- - lib/active_support/xml_mini.rb
312
- - lib/active_support.rb
313
313
  homepage: http://www.rubyonrails.org
314
314
  licenses:
315
315
  - MIT
316
316
  metadata: {}
317
317
  post_install_message:
318
318
  rdoc_options:
319
- - --encoding
319
+ - "--encoding"
320
320
  - UTF-8
321
321
  require_paths:
322
322
  - lib
323
323
  required_ruby_version: !ruby/object:Gem::Requirement
324
324
  requirements:
325
- - - '>='
325
+ - - ">="
326
326
  - !ruby/object:Gem::Version
327
327
  version: 1.9.3
328
328
  required_rubygems_version: !ruby/object:Gem::Requirement
329
329
  requirements:
330
- - - '>'
330
+ - - ">"
331
331
  - !ruby/object:Gem::Version
332
332
  version: 1.3.1
333
333
  requirements: []
334
334
  rubyforge_project:
335
- rubygems_version: 2.1.11
335
+ rubygems_version: 2.2.0
336
336
  signing_key:
337
337
  specification_version: 4
338
338
  summary: A toolkit of support libraries and Ruby core extensions extracted from the