activesupport 4.2.7.rc1 → 4.2.7
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 +4 -4
- data/CHANGELOG.md +1 -1
- data/lib/active_support/gem_version.rb +1 -1
- data/lib/active_support/logger_thread_safe_level.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b14910d619081a7e59adced55d8f8b4c94b03456
|
|
4
|
+
data.tar.gz: 280b2d0218753c7f9fdd937c8980571ddb9cfc68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf37dbd7883e8876a20854fac150b1f5373b3d96510d5299925b807a7ed3ae88331304d67eaf8148b4ce511fd90278f8ab06c352aee641bc565da2efd49c885e
|
|
7
|
+
data.tar.gz: 5ef71b45ab5eab593b4ec43c7b98d6dbdb75ba72ea1452f8570e0ed0bddef4e95b94ade27a17752265f207ffc1c3538c9aeb86c2f39890093a4b9f5e5a7f1600
|
data/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
require 'active_support/concern'
|
|
2
|
-
require '
|
|
2
|
+
require 'thread_safe'
|
|
3
3
|
|
|
4
4
|
module ActiveSupport
|
|
5
5
|
module LoggerThreadSafeLevel
|
|
6
6
|
extend ActiveSupport::Concern
|
|
7
7
|
|
|
8
8
|
def after_initialize
|
|
9
|
-
@local_levels =
|
|
9
|
+
@local_levels = ThreadSafe::Cache.new
|
|
10
10
|
end
|
|
11
11
|
|
|
12
12
|
def local_log_id
|
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.2.7
|
|
4
|
+
version: 4.2.7
|
|
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: 2016-07-
|
|
11
|
+
date: 2016-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: i18n
|
|
@@ -335,12 +335,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
335
335
|
version: 1.9.3
|
|
336
336
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
337
337
|
requirements:
|
|
338
|
-
- - "
|
|
338
|
+
- - ">="
|
|
339
339
|
- !ruby/object:Gem::Version
|
|
340
|
-
version:
|
|
340
|
+
version: '0'
|
|
341
341
|
requirements: []
|
|
342
342
|
rubyforge_project:
|
|
343
|
-
rubygems_version: 2.
|
|
343
|
+
rubygems_version: 2.4.5.1
|
|
344
344
|
signing_key:
|
|
345
345
|
specification_version: 4
|
|
346
346
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|