activesupport 5.1.6.1 → 5.1.6.2
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 +5 -0
- data/lib/active_support/gem_version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38bf986e176dd05152abae7d4e1c4e9088ae243ed79dbead4527ee9cb1f5ac27
|
4
|
+
data.tar.gz: 42df6dbde0456e2cf1130db26bf62fcfef1d4b1b288555b641ad15aadf20c6b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc5503a8e7b4c483f4dbd28de836f6422d51d1479e8c6e1e1ef6b2ea47d103cb290302dd1d9f4fae00b584db8898e1e5e55f73bfac90b777628e0adb99a4d298
|
7
|
+
data.tar.gz: 0ca3b565f75d6051e833033261b5d94a1586ec174d61608bd77f5efb89d6ff7f98a9acfb17256aee6031780684332d40f6a47643b2a002eb086df8878f40df08
|
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: 5.1.6.
|
4
|
+
version: 5.1.6.2
|
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:
|
11
|
+
date: 2019-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|
@@ -321,8 +321,8 @@ homepage: http://rubyonrails.org
|
|
321
321
|
licenses:
|
322
322
|
- MIT
|
323
323
|
metadata:
|
324
|
-
source_code_uri: https://github.com/rails/rails/tree/v5.1.6.
|
325
|
-
changelog_uri: https://github.com/rails/rails/blob/v5.1.6.
|
324
|
+
source_code_uri: https://github.com/rails/rails/tree/v5.1.6.2/activesupport
|
325
|
+
changelog_uri: https://github.com/rails/rails/blob/v5.1.6.2/activesupport/CHANGELOG.md
|
326
326
|
post_install_message:
|
327
327
|
rdoc_options:
|
328
328
|
- "--encoding"
|
@@ -340,8 +340,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
340
340
|
- !ruby/object:Gem::Version
|
341
341
|
version: '0'
|
342
342
|
requirements: []
|
343
|
-
|
344
|
-
rubygems_version: 2.7.6
|
343
|
+
rubygems_version: 3.0.1
|
345
344
|
signing_key:
|
346
345
|
specification_version: 4
|
347
346
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|