activesupport 3.2.15.rc3 → 3.2.15
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/lib/active_support/log_subscriber.rb +4 -0
- data/lib/active_support/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 636193f4141de35df8d61b98d26230c67f46c94a
|
4
|
+
data.tar.gz: 91fb48ab66b85564d54e567f188b9aa08e9c63cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab6b28970b7f8891c2420b335a3100ae2809c7058fbe0a96a05708197b7a0aff4477f340f27d580f3f5a6cde599463b63b931ba50ad17f9497ca372a157416b9
|
7
|
+
data.tar.gz: 108c6bc3539cb237131030b3eb6f4e99e7c14e49f8a15a38bbf72f5e724c2cd861acf740c28827ec911e7bce67ca9b72d94d356db684f888b8d49e79e6b38020
|
data/CHANGELOG.md
CHANGED
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: 3.2.15
|
4
|
+
version: 3.2.15
|
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-10-
|
11
|
+
date: 2013-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|
@@ -282,9 +282,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
282
282
|
version: 1.8.7
|
283
283
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
284
284
|
requirements:
|
285
|
-
- - "
|
285
|
+
- - ">="
|
286
286
|
- !ruby/object:Gem::Version
|
287
|
-
version:
|
287
|
+
version: '0'
|
288
288
|
requirements: []
|
289
289
|
rubyforge_project:
|
290
290
|
rubygems_version: 2.0.2
|