activesupport 7.1.5.1 → 7.1.5.2
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 +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09bc300f052fa4a1c1a29bee21ccaf7062877c5ce16757b7d8cc4bf20acf7bc1'
|
4
|
+
data.tar.gz: a3b30d8b768d4096d6acd6ca254e07870fe0aab4e32957f007ea7f59ab7d133b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf7e94d17e454382860a44c9c478890d09fbfd542677c61980697f969aa91114eca05c68871091fd17372f31d77f3328a6bddb30304456693dfe3a65fe4938b5
|
7
|
+
data.tar.gz: c54bdaf0b3d4aceef11dd2fee14deb7c1f79066f56f5846500b2f2d24e5773470d316630a400a3b57a6c9646454deaaa3ba8e4352fbf0c370132f0bdbb4f8819
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activesupport
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.1.5.
|
4
|
+
version: 7.1.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: i18n
|
@@ -488,12 +487,11 @@ licenses:
|
|
488
487
|
- MIT
|
489
488
|
metadata:
|
490
489
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
491
|
-
changelog_uri: https://github.com/rails/rails/blob/v7.1.5.
|
492
|
-
documentation_uri: https://api.rubyonrails.org/v7.1.5.
|
490
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.1.5.2/activesupport/CHANGELOG.md
|
491
|
+
documentation_uri: https://api.rubyonrails.org/v7.1.5.2/
|
493
492
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
494
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.1.5.
|
493
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.1.5.2/activesupport
|
495
494
|
rubygems_mfa_required: 'true'
|
496
|
-
post_install_message:
|
497
495
|
rdoc_options:
|
498
496
|
- "--encoding"
|
499
497
|
- UTF-8
|
@@ -510,8 +508,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
510
508
|
- !ruby/object:Gem::Version
|
511
509
|
version: '0'
|
512
510
|
requirements: []
|
513
|
-
rubygems_version: 3.
|
514
|
-
signing_key:
|
511
|
+
rubygems_version: 3.6.9
|
515
512
|
specification_version: 4
|
516
513
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|
517
514
|
Rails framework.
|