activesupport 5.0.0 → 5.0.0.1
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/gem_version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3103f7b31329e356e26703218df40d15cd4425a1
|
4
|
+
data.tar.gz: 68fe953e94f808827c23f31ac92d7dd5668c432d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f6e4cf774fe591ef1b7b7bc7a32af640a4f0fb1ce8307b399b3b3077abf7f25c15200422e8ff530b70127063a8729723a8297577c6e6756a57263f74ae23b77
|
7
|
+
data.tar.gz: 725565905877a4c27cd604f16a2c51068ca2432b8454ce05876e27f12a628101c58d57f9f30b13e35d3d6f746b438df9461a4bd7f0ff9fb6a67ecf3e6c7c14fd
|
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: 5.0.0
|
4
|
+
version: 5.0.0.1
|
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-
|
11
|
+
date: 2016-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|
@@ -336,9 +336,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
336
336
|
version: '0'
|
337
337
|
requirements: []
|
338
338
|
rubyforge_project:
|
339
|
-
rubygems_version: 2.6.
|
339
|
+
rubygems_version: 2.6.6
|
340
340
|
signing_key:
|
341
341
|
specification_version: 4
|
342
342
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|
343
343
|
Rails framework.
|
344
344
|
test_files: []
|
345
|
+
has_rdoc:
|