activesupport 8.1.3 → 8.1.3.1
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd6e64e6bf4eb5a2b36d8a157ca262f6a0a33e62474b74670677b4b22717d64a
|
|
4
|
+
data.tar.gz: 161af42975e5127cfc4f052a6887b6ce9ef50372143a0ca8a477597262035533
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4b7312d2b3997480036838ba79a7abdb65f2c6497550e83e263d1f1adf24c52afde0ffaa261fa57521dbc10ed559398a9ebfa91f06ddde3d167acd90ffeb799
|
|
7
|
+
data.tar.gz: d5fb2b0f84a4455c661342f4c5bedf87c574c1470be35518ee1b59a73ef24521bc7208cbfbaf06c79d9dd9d538db9ebfb0ee478347e52e74e157bace97ac300b
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activesupport
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.1.3
|
|
4
|
+
version: 8.1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
@@ -501,10 +501,10 @@ licenses:
|
|
|
501
501
|
- MIT
|
|
502
502
|
metadata:
|
|
503
503
|
bug_tracker_uri: https://github.com/rails/rails/issues
|
|
504
|
-
changelog_uri: https://github.com/rails/rails/blob/v8.1.3/activesupport/CHANGELOG.md
|
|
505
|
-
documentation_uri: https://api.rubyonrails.org/v8.1.3/
|
|
504
|
+
changelog_uri: https://github.com/rails/rails/blob/v8.1.3.1/activesupport/CHANGELOG.md
|
|
505
|
+
documentation_uri: https://api.rubyonrails.org/v8.1.3.1/
|
|
506
506
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
507
|
-
source_code_uri: https://github.com/rails/rails/tree/v8.1.3/activesupport
|
|
507
|
+
source_code_uri: https://github.com/rails/rails/tree/v8.1.3.1/activesupport
|
|
508
508
|
rubygems_mfa_required: 'true'
|
|
509
509
|
rdoc_options:
|
|
510
510
|
- "--encoding"
|
|
@@ -522,7 +522,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
522
522
|
- !ruby/object:Gem::Version
|
|
523
523
|
version: '0'
|
|
524
524
|
requirements: []
|
|
525
|
-
rubygems_version: 4.0.
|
|
525
|
+
rubygems_version: 4.0.16
|
|
526
526
|
specification_version: 4
|
|
527
527
|
summary: A toolkit of support libraries and Ruby core extensions extracted from the
|
|
528
528
|
Rails framework.
|