activesupport 7.1.4 → 7.1.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c6491de42f1e47d5b95e165153c3f0a3f81a4272dfebb2b468e79b4969fcd209
4
- data.tar.gz: 1f3e7be1f2908700731f6bc5d640c47a962aa02a119f44f1dfa22d19dc8967be
3
+ metadata.gz: 0afdb6f94cc9097fd8764d4f0c60f988eec6400e98915fb06caea79ae11c6dd3
4
+ data.tar.gz: ee27255782c5fbea00a96191de3ebdf87b08b82d6e80feb94f214735d69966e8
5
5
  SHA512:
6
- metadata.gz: 90acc22363f45e1c1c136147ff75138d32e9835ed2ae16bf76f2e624d298946f0f11933350cc0af08c49a13bb9f2aa960f7f3b36cf2cb4e9cc9fe9c2bf6a268b
7
- data.tar.gz: 0e7556395820516ae7b7e94b87ab77ff5dea67de55685a9077747c149f97f725ecef62d38d33e07d85486ac7233b055004cca68fe779d18eba77e2e3f4e04522
6
+ metadata.gz: b08ed34c7bd96d8c9d04cd77f1dbab5c7d486d7a0f3d470baaecbe78d0a6b39495956ab3b8fd65c942909f9a18d532668959bccf7a4ec5386893f2fe70578080
7
+ data.tar.gz: 9ad5465ac574bfac3e8862f15b63ee6915c1dda7b9a994215895fbf4e507a996d8e59c9a127b704728fba3580f966e49739a070e00c4e1f55ca3ad32fbc17a1d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## Rails 7.1.4.2 (October 23, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 7.1.4.1 (October 15, 2024) ##
7
+
8
+ * No changes.
9
+
10
+
1
11
  ## Rails 7.1.4 (August 22, 2024) ##
2
12
 
3
13
  * Improve compatibility for `ActiveSupport::BroadcastLogger`.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 7
11
11
  MINOR = 1
12
12
  TINY = 4
13
- PRE = nil
13
+ PRE = "2"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
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: 7.1.4
4
+ version: 7.1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-22 00:00:00.000000000 Z
11
+ date: 2024-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -446,12 +446,12 @@ licenses:
446
446
  - MIT
447
447
  metadata:
448
448
  bug_tracker_uri: https://github.com/rails/rails/issues
449
- changelog_uri: https://github.com/rails/rails/blob/v7.1.4/activesupport/CHANGELOG.md
450
- documentation_uri: https://api.rubyonrails.org/v7.1.4/
449
+ changelog_uri: https://github.com/rails/rails/blob/v7.1.4.2/activesupport/CHANGELOG.md
450
+ documentation_uri: https://api.rubyonrails.org/v7.1.4.2/
451
451
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
452
- source_code_uri: https://github.com/rails/rails/tree/v7.1.4/activesupport
452
+ source_code_uri: https://github.com/rails/rails/tree/v7.1.4.2/activesupport
453
453
  rubygems_mfa_required: 'true'
454
- post_install_message:
454
+ post_install_message:
455
455
  rdoc_options:
456
456
  - "--encoding"
457
457
  - UTF-8
@@ -468,8 +468,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
468
468
  - !ruby/object:Gem::Version
469
469
  version: '0'
470
470
  requirements: []
471
- rubygems_version: 3.5.11
472
- signing_key:
471
+ rubygems_version: 3.5.16
472
+ signing_key:
473
473
  specification_version: 4
474
474
  summary: A toolkit of support libraries and Ruby core extensions extracted from the
475
475
  Rails framework.