activesupport 4.0.10 → 4.0.11
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/lib/active_support/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9539513ab67f758f0666730855cb55ebbeb8861c
|
4
|
+
data.tar.gz: 7cce0416474669ea96618791f0db5916a3d4546a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db74211b507df51dd41bc5cdc97b520440a6a6f7d2536726ee8f2538537812f3bb92868339469ea84a7640b239411e092591ea1babff927736eee9e995df6aca
|
7
|
+
data.tar.gz: 78fddb27fbd643c3429a6fe1aa8fe7903eb0a58fd5433d801af4b0a674fa4a6d6caeea6e8672482edcaaca2335d80c3ca661bab873647bf9e2953cd00b76a44a
|
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.
|
4
|
+
version: 4.0.11
|
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: 2014-
|
11
|
+
date: 2014-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|
@@ -328,4 +328,3 @@ specification_version: 4
|
|
328
328
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|
329
329
|
Rails framework.
|
330
330
|
test_files: []
|
331
|
-
has_rdoc:
|