activesupport 4.0.2 → 4.0.3

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 +29 -29
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f58a15ff1a8596961286e900bc81101a987ae3f
4
- data.tar.gz: 6ec7f1ca0a049aaf4ee466055bc92c640ff48ef7
3
+ metadata.gz: cf9b49a72c4a9c645524f96b92aead7b55e75485
4
+ data.tar.gz: 77b6980fca1ce9597bf41c02fa7f32cb118e87a9
5
5
  SHA512:
6
- metadata.gz: 26a19c0cdd707f92096b6814428fb3d93fbde5f43cbf9b95f73cc98668cf86aee2d11999aca5f92f269e12307f12718f45b324a0237a667199e267e4171f1be3
7
- data.tar.gz: 0120b875d605809b2a0c487e176d7a5900631389d5494a1d51e25367c37ebbeaaf812eaab46460b89eb5e26523bce56f33949fd5e41f9c23da34d09782095f4d
6
+ metadata.gz: 33390f5d0772cf2a37cbbe7b29722d9118ce01b0c778eab18c2d0ae033fa3f86333793c1c9935cdba42280a6d9087b7345e71ba274455b351577d48d494e60b2
7
+ data.tar.gz: c9c42c2891ea421b8260f47e0e75f974850d62cd1e88d1c217f8ae8b81422a3b49596e5840743cbafd909bb6e2480d9cbb44493572d7b0826e1a4d237e932b73
@@ -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.0.2"
4
+ Gem::Version.new "4.0.3"
5
5
  end
6
6
 
7
7
  module VERSION #:nodoc:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.0.3
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-03 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
@@ -97,22 +97,25 @@ files:
97
97
  - CHANGELOG.md
98
98
  - MIT-LICENSE
99
99
  - README.rdoc
100
+ - lib/active_support.rb
100
101
  - lib/active_support/all.rb
101
102
  - lib/active_support/backtrace_cleaner.rb
102
103
  - lib/active_support/basic_object.rb
103
104
  - lib/active_support/benchmarkable.rb
104
105
  - lib/active_support/buffered_logger.rb
105
106
  - lib/active_support/builder.rb
107
+ - lib/active_support/cache.rb
106
108
  - lib/active_support/cache/file_store.rb
107
109
  - lib/active_support/cache/mem_cache_store.rb
108
110
  - lib/active_support/cache/memory_store.rb
109
111
  - lib/active_support/cache/null_store.rb
110
112
  - lib/active_support/cache/strategy/local_cache.rb
111
- - lib/active_support/cache.rb
112
113
  - lib/active_support/callbacks.rb
113
114
  - lib/active_support/concern.rb
114
115
  - lib/active_support/concurrency/latch.rb
115
116
  - lib/active_support/configurable.rb
117
+ - lib/active_support/core_ext.rb
118
+ - lib/active_support/core_ext/array.rb
116
119
  - lib/active_support/core_ext/array/access.rb
117
120
  - lib/active_support/core_ext/array/conversions.rb
118
121
  - lib/active_support/core_ext/array/extract_options.rb
@@ -120,29 +123,29 @@ files:
120
123
  - lib/active_support/core_ext/array/prepend_and_append.rb
121
124
  - lib/active_support/core_ext/array/uniq_by.rb
122
125
  - lib/active_support/core_ext/array/wrap.rb
123
- - lib/active_support/core_ext/array.rb
124
126
  - lib/active_support/core_ext/benchmark.rb
125
- - lib/active_support/core_ext/big_decimal/conversions.rb
126
127
  - lib/active_support/core_ext/big_decimal.rb
128
+ - lib/active_support/core_ext/big_decimal/conversions.rb
129
+ - lib/active_support/core_ext/class.rb
127
130
  - lib/active_support/core_ext/class/attribute.rb
128
131
  - lib/active_support/core_ext/class/attribute_accessors.rb
129
132
  - lib/active_support/core_ext/class/delegating_attributes.rb
130
133
  - lib/active_support/core_ext/class/subclasses.rb
131
- - lib/active_support/core_ext/class.rb
134
+ - lib/active_support/core_ext/date.rb
132
135
  - lib/active_support/core_ext/date/acts_like.rb
133
136
  - lib/active_support/core_ext/date/calculations.rb
134
137
  - lib/active_support/core_ext/date/conversions.rb
135
138
  - lib/active_support/core_ext/date/zones.rb
136
- - lib/active_support/core_ext/date.rb
137
139
  - lib/active_support/core_ext/date_and_time/calculations.rb
140
+ - lib/active_support/core_ext/date_time.rb
138
141
  - lib/active_support/core_ext/date_time/acts_like.rb
139
142
  - lib/active_support/core_ext/date_time/calculations.rb
140
143
  - lib/active_support/core_ext/date_time/conversions.rb
141
144
  - lib/active_support/core_ext/date_time/zones.rb
142
- - lib/active_support/core_ext/date_time.rb
143
145
  - lib/active_support/core_ext/enumerable.rb
144
- - lib/active_support/core_ext/file/atomic.rb
145
146
  - lib/active_support/core_ext/file.rb
147
+ - lib/active_support/core_ext/file/atomic.rb
148
+ - lib/active_support/core_ext/hash.rb
146
149
  - lib/active_support/core_ext/hash/conversions.rb
147
150
  - lib/active_support/core_ext/hash/deep_merge.rb
148
151
  - lib/active_support/core_ext/hash/diff.rb
@@ -151,19 +154,19 @@ files:
151
154
  - lib/active_support/core_ext/hash/keys.rb
152
155
  - lib/active_support/core_ext/hash/reverse_merge.rb
153
156
  - lib/active_support/core_ext/hash/slice.rb
154
- - lib/active_support/core_ext/hash.rb
157
+ - lib/active_support/core_ext/integer.rb
155
158
  - lib/active_support/core_ext/integer/inflections.rb
156
159
  - lib/active_support/core_ext/integer/multiple.rb
157
160
  - lib/active_support/core_ext/integer/time.rb
158
- - lib/active_support/core_ext/integer.rb
161
+ - lib/active_support/core_ext/kernel.rb
159
162
  - lib/active_support/core_ext/kernel/agnostics.rb
160
163
  - lib/active_support/core_ext/kernel/debugger.rb
161
164
  - lib/active_support/core_ext/kernel/reporting.rb
162
165
  - lib/active_support/core_ext/kernel/singleton_class.rb
163
- - lib/active_support/core_ext/kernel.rb
164
166
  - lib/active_support/core_ext/load_error.rb
165
167
  - lib/active_support/core_ext/logger.rb
166
168
  - lib/active_support/core_ext/marshal.rb
169
+ - lib/active_support/core_ext/module.rb
167
170
  - lib/active_support/core_ext/module/aliasing.rb
168
171
  - lib/active_support/core_ext/module/anonymous.rb
169
172
  - lib/active_support/core_ext/module/attr_internal.rb
@@ -174,12 +177,12 @@ files:
174
177
  - lib/active_support/core_ext/module/qualified_const.rb
175
178
  - lib/active_support/core_ext/module/reachable.rb
176
179
  - lib/active_support/core_ext/module/remove_method.rb
177
- - lib/active_support/core_ext/module.rb
178
180
  - lib/active_support/core_ext/name_error.rb
181
+ - lib/active_support/core_ext/numeric.rb
179
182
  - lib/active_support/core_ext/numeric/bytes.rb
180
183
  - lib/active_support/core_ext/numeric/conversions.rb
181
184
  - lib/active_support/core_ext/numeric/time.rb
182
- - lib/active_support/core_ext/numeric.rb
185
+ - lib/active_support/core_ext/object.rb
183
186
  - lib/active_support/core_ext/object/acts_like.rb
184
187
  - lib/active_support/core_ext/object/blank.rb
185
188
  - lib/active_support/core_ext/object/conversions.rb
@@ -192,14 +195,14 @@ files:
192
195
  - lib/active_support/core_ext/object/to_query.rb
193
196
  - lib/active_support/core_ext/object/try.rb
194
197
  - lib/active_support/core_ext/object/with_options.rb
195
- - lib/active_support/core_ext/object.rb
196
198
  - lib/active_support/core_ext/proc.rb
199
+ - lib/active_support/core_ext/range.rb
197
200
  - lib/active_support/core_ext/range/conversions.rb
198
201
  - lib/active_support/core_ext/range/each.rb
199
202
  - lib/active_support/core_ext/range/include_range.rb
200
203
  - lib/active_support/core_ext/range/overlaps.rb
201
- - lib/active_support/core_ext/range.rb
202
204
  - lib/active_support/core_ext/regexp.rb
205
+ - lib/active_support/core_ext/string.rb
203
206
  - lib/active_support/core_ext/string/access.rb
204
207
  - lib/active_support/core_ext/string/behavior.rb
205
208
  - lib/active_support/core_ext/string/conversions.rb
@@ -214,25 +217,23 @@ files:
214
217
  - lib/active_support/core_ext/string/starts_ends_with.rb
215
218
  - lib/active_support/core_ext/string/strip.rb
216
219
  - lib/active_support/core_ext/string/zones.rb
217
- - lib/active_support/core_ext/string.rb
218
220
  - lib/active_support/core_ext/struct.rb
219
221
  - lib/active_support/core_ext/thread.rb
222
+ - lib/active_support/core_ext/time.rb
220
223
  - lib/active_support/core_ext/time/acts_like.rb
221
224
  - lib/active_support/core_ext/time/calculations.rb
222
225
  - lib/active_support/core_ext/time/conversions.rb
223
226
  - lib/active_support/core_ext/time/marshal.rb
224
227
  - lib/active_support/core_ext/time/zones.rb
225
- - lib/active_support/core_ext/time.rb
226
228
  - lib/active_support/core_ext/uri.rb
227
- - lib/active_support/core_ext.rb
228
- - lib/active_support/dependencies/autoload.rb
229
229
  - lib/active_support/dependencies.rb
230
+ - lib/active_support/dependencies/autoload.rb
231
+ - lib/active_support/deprecation.rb
230
232
  - lib/active_support/deprecation/behaviors.rb
231
233
  - lib/active_support/deprecation/instance_delegator.rb
232
234
  - lib/active_support/deprecation/method_wrappers.rb
233
235
  - lib/active_support/deprecation/proxy_wrappers.rb
234
236
  - lib/active_support/deprecation/reporting.rb
235
- - lib/active_support/deprecation.rb
236
237
  - lib/active_support/descendants_tracker.rb
237
238
  - lib/active_support/duration.rb
238
239
  - lib/active_support/file_update_checker.rb
@@ -242,29 +243,29 @@ files:
242
243
  - lib/active_support/i18n.rb
243
244
  - lib/active_support/i18n_railtie.rb
244
245
  - lib/active_support/inflections.rb
246
+ - lib/active_support/inflector.rb
245
247
  - lib/active_support/inflector/inflections.rb
246
248
  - lib/active_support/inflector/methods.rb
247
249
  - lib/active_support/inflector/transliterate.rb
248
- - lib/active_support/inflector.rb
250
+ - lib/active_support/json.rb
249
251
  - lib/active_support/json/decoding.rb
250
252
  - lib/active_support/json/encoding.rb
251
253
  - lib/active_support/json/variable.rb
252
- - lib/active_support/json.rb
253
254
  - lib/active_support/key_generator.rb
254
255
  - lib/active_support/lazy_load_hooks.rb
255
256
  - lib/active_support/locale/en.yml
256
- - lib/active_support/log_subscriber/test_helper.rb
257
257
  - lib/active_support/log_subscriber.rb
258
+ - lib/active_support/log_subscriber/test_helper.rb
258
259
  - lib/active_support/logger.rb
259
260
  - lib/active_support/logger_silence.rb
260
261
  - lib/active_support/message_encryptor.rb
261
262
  - lib/active_support/message_verifier.rb
263
+ - lib/active_support/multibyte.rb
262
264
  - lib/active_support/multibyte/chars.rb
263
265
  - lib/active_support/multibyte/unicode.rb
264
- - lib/active_support/multibyte.rb
266
+ - lib/active_support/notifications.rb
265
267
  - lib/active_support/notifications/fanout.rb
266
268
  - lib/active_support/notifications/instrumenter.rb
267
- - lib/active_support/notifications.rb
268
269
  - lib/active_support/number_helper.rb
269
270
  - lib/active_support/option_merger.rb
270
271
  - lib/active_support/ordered_hash.rb
@@ -292,14 +293,13 @@ files:
292
293
  - lib/active_support/values/time_zone.rb
293
294
  - lib/active_support/values/unicode_tables.dat
294
295
  - lib/active_support/version.rb
296
+ - lib/active_support/xml_mini.rb
295
297
  - lib/active_support/xml_mini/jdom.rb
296
298
  - lib/active_support/xml_mini/libxml.rb
297
299
  - lib/active_support/xml_mini/libxmlsax.rb
298
300
  - lib/active_support/xml_mini/nokogiri.rb
299
301
  - lib/active_support/xml_mini/nokogirisax.rb
300
302
  - lib/active_support/xml_mini/rexml.rb
301
- - lib/active_support/xml_mini.rb
302
- - lib/active_support.rb
303
303
  homepage: http://www.rubyonrails.org
304
304
  licenses:
305
305
  - MIT
@@ -322,7 +322,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
322
322
  version: '0'
323
323
  requirements: []
324
324
  rubyforge_project:
325
- rubygems_version: 2.0.2
325
+ rubygems_version: 2.2.0
326
326
  signing_key:
327
327
  specification_version: 4
328
328
  summary: A toolkit of support libraries and Ruby core extensions extracted from the