activesupport 4.2.10 → 4.2.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 +5 -5
- data/CHANGELOG.md +5 -0
- data/lib/active_support/core_ext/date_time/compatibility.rb +1 -0
- data/lib/active_support/gem_version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: cbc69ee5fd3790d505b9d0ecbeeaf63189475f08203ddb3547eb381fa7071d08
|
4
|
+
data.tar.gz: cda2de40335c62e94e808823fbe753530e0b208a955a7da4453e0980705fdb57
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54655398cbc15c76cc08a7e16e9a1a665a9f982255d0296c5ccec583c500e80f3af0be1e987263250af97b370d12d6b60d21241c0d5c0684e60993320923f36d
|
7
|
+
data.tar.gz: f694f7451016b43a85549302e8707af51bd359a61b76cd5c269a9fedc50d0171d03a54594ab412c91bd880f2dfcbcb274dcd50a9f85af3f50a29bfdabb04e454
|
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: 4.2.
|
4
|
+
version: 4.2.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:
|
11
|
+
date: 2018-11-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|
@@ -323,7 +323,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
323
323
|
version: '0'
|
324
324
|
requirements: []
|
325
325
|
rubyforge_project:
|
326
|
-
rubygems_version: 2.
|
326
|
+
rubygems_version: 2.7.6
|
327
327
|
signing_key:
|
328
328
|
specification_version: 4
|
329
329
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|