activesupport 5.1.4.rc1 → 5.1.4
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 +5 -0
- data/lib/active_support/gem_version.rb +1 -1
- 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: a7fdef39489c6a6be4ad2f8195275087df02c0fe
|
|
4
|
+
data.tar.gz: 05cb6ded891c095138368fe9f6b8482650d1c911
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2930f6aa4e82a216040696362bdb8f2db3ba1d535a0606ffe8f8767291842f035506ddecf3a6ed62c0f1da9a9009bbf6851868e433f361eca79e94468088601d
|
|
7
|
+
data.tar.gz: 706c31524e1ce6ceecb3bc5c44f93096f489dc8236d5963165bfb2ee9702a71edc5ae59cc738ced03e1cd91bd8475c800dee4cb5787dc89b767728be28a51026
|
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.4
|
|
4
|
+
version: 5.1.4
|
|
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: 2017-08
|
|
11
|
+
date: 2017-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: i18n
|
|
@@ -327,12 +327,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
327
327
|
version: 2.2.2
|
|
328
328
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
329
329
|
requirements:
|
|
330
|
-
- - "
|
|
330
|
+
- - ">="
|
|
331
331
|
- !ruby/object:Gem::Version
|
|
332
|
-
version:
|
|
332
|
+
version: '0'
|
|
333
333
|
requirements: []
|
|
334
334
|
rubyforge_project:
|
|
335
|
-
rubygems_version: 2.6.
|
|
335
|
+
rubygems_version: 2.6.13
|
|
336
336
|
signing_key:
|
|
337
337
|
specification_version: 4
|
|
338
338
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|