activesupport 6.0.2.rc2 → 6.0.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 +1 -1
- data/lib/active_support/gem_version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2854b9b9ea02f7324f673275dc16a50de3a534c842850699eed2b713f1f8d334
|
4
|
+
data.tar.gz: 873bee4a891e97908c199e8623bb503df55db43fddbb5c3a00acf3c067010bea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5182054dd0950f78910109d8736310bb4fb33da86751c75fcfe73ceadfe0b8166c509ce37663bd0fcc4b8139e93b44af4f593019424f98a4631f58c3ed02270
|
7
|
+
data.tar.gz: 64abfcf2be92c588d55db11555e6e76dabdcc2ce06f216d7875bf2cd6cc4c43426527eb055fd27da790b3c4b5c3a019af5d5273422efe1c9392fde076d94d883
|
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: 6.0.2
|
4
|
+
version: 6.0.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: 2019-12-
|
11
|
+
date: 2019-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|
@@ -353,10 +353,10 @@ licenses:
|
|
353
353
|
- MIT
|
354
354
|
metadata:
|
355
355
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
356
|
-
changelog_uri: https://github.com/rails/rails/blob/v6.0.2
|
357
|
-
documentation_uri: https://api.rubyonrails.org/v6.0.2
|
356
|
+
changelog_uri: https://github.com/rails/rails/blob/v6.0.2/activesupport/CHANGELOG.md
|
357
|
+
documentation_uri: https://api.rubyonrails.org/v6.0.2/
|
358
358
|
mailing_list_uri: https://groups.google.com/forum/#!forum/rubyonrails-talk
|
359
|
-
source_code_uri: https://github.com/rails/rails/tree/v6.0.2
|
359
|
+
source_code_uri: https://github.com/rails/rails/tree/v6.0.2/activesupport
|
360
360
|
post_install_message:
|
361
361
|
rdoc_options:
|
362
362
|
- "--encoding"
|
@@ -370,9 +370,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
370
370
|
version: 2.5.0
|
371
371
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
372
372
|
requirements:
|
373
|
-
- - "
|
373
|
+
- - ">="
|
374
374
|
- !ruby/object:Gem::Version
|
375
|
-
version:
|
375
|
+
version: '0'
|
376
376
|
requirements: []
|
377
377
|
rubygems_version: 3.0.3
|
378
378
|
signing_key:
|