activesupport 5.1.5.rc1 → 5.1.5
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 +1 -1
- data/lib/active_support/gem_version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 507002331a3084bcfbe6c2fd556c759f14775f1637717ba3656d0384634dc3bf
|
4
|
+
data.tar.gz: bb5fbb66f97a18997af88324bb0be03bf0c650945a1a22a8f62bb24a52b531c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a1cab2149db5503b266cedbe55649dcef2fc3726f13c8c9ae041ec118af32fcf8c7138bce56b87ac7b1231d203bba6d102c0d582e7a64ad85e835f04aea0049
|
7
|
+
data.tar.gz: bb88e332a4b75841c1c219dc9eccbe4bc8d6f1774fbf85bd18923be22f37def79442dc9bb93055722c76dc30922d58a4aedee06129b3086cbbb1afdcedd659d9
|
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.5
|
4
|
+
version: 5.1.5
|
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: 2018-02-
|
11
|
+
date: 2018-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|
@@ -315,8 +315,8 @@ homepage: http://rubyonrails.org
|
|
315
315
|
licenses:
|
316
316
|
- MIT
|
317
317
|
metadata:
|
318
|
-
source_code_uri: https://github.com/rails/rails/tree/v5.1.5
|
319
|
-
changelog_uri: https://github.com/rails/rails/blob/v5.1.5
|
318
|
+
source_code_uri: https://github.com/rails/rails/tree/v5.1.5/activesupport
|
319
|
+
changelog_uri: https://github.com/rails/rails/blob/v5.1.5/activesupport/CHANGELOG.md
|
320
320
|
post_install_message:
|
321
321
|
rdoc_options:
|
322
322
|
- "--encoding"
|
@@ -330,9 +330,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
330
330
|
version: 2.2.2
|
331
331
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
332
332
|
requirements:
|
333
|
-
- - "
|
333
|
+
- - ">="
|
334
334
|
- !ruby/object:Gem::Version
|
335
|
-
version:
|
335
|
+
version: '0'
|
336
336
|
requirements: []
|
337
337
|
rubyforge_project:
|
338
338
|
rubygems_version: 2.7.3
|