omg-activesupport 8.0.0.alpha3 → 8.0.0.alpha4

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: 35aa53bca10de2eec61c9e5960895d330e7e42b56d02007872cd1513e5fa939d
4
- data.tar.gz: 0a227c72513cbb327719c7a9a3f690813282f288e9e51f075bf77498a80f37e1
3
+ metadata.gz: f12120406fe2284266b75ab19dec4b3fe602265da57337b8ebf0438a418d26b7
4
+ data.tar.gz: b36195acac17de679fe5031d40ab4424834149626e23a69b63892cb8c2b97ed0
5
5
  SHA512:
6
- metadata.gz: a59c48d92d37e0060436aaf01dc71c375de1607d7cb1a8547050b81caf56ba5cd8aed06f925789bc57b89e8c9ac2444565d617a5bc5e02a52964f8b396a835c5
7
- data.tar.gz: c01f3e65cb93e4ef2daaa3ee001b3181896bcda2c136fd6961ac87433460fea17b9ec121fd538dfd2c46b14302ab9cc614076c904279dba426cd917a85c0e119
6
+ metadata.gz: f1bb6d9e3b105294a1ef8b8947e59f57a1680264989f1e859f17a23677f3b24dc20932eb6cfe735fec91430f21d46356c281a534587defe19b4169d55ca81d89
7
+ data.tar.gz: bbc52958f6489271f3eedccdf01b7127a05ab765f24d7dedd9c85503f415348a77ab4f368a6cb5fbe109ee65fb97a8773a330afa049569e3b17ad2e9a59eca57
data/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## Rails 8.0.0.alpha4 (September 18, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 8.0.0.alpha4 (September 18, 2024) ##
7
+
8
+ * No changes.
9
+
10
+
11
+ ## Rails 8.0.0.alpha4 (September 18, 2024) ##
12
+
13
+ * No changes.
14
+
15
+
16
+ ## Rails 8.0.0.alpha4 (September 18, 2024) ##
17
+
18
+ * No changes.
19
+
20
+
21
+ ## Rails 8.0.0.alpha4 (September 18, 2024) ##
22
+
1
23
  * Include options when instrumenting `ActiveSupport::Cache::Store#delete` and `ActiveSupport::Cache::Store#delete_multi`.
2
24
 
3
25
  *Adam Renberg Tamm*
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 8
11
11
  MINOR = 0
12
12
  TINY = 0
13
- PRE = "alpha3"
13
+ PRE = "alpha4"
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: omg-activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.0.alpha3
4
+ version: 8.0.0.alpha4
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: 2024-09-17 00:00:00.000000000 Z
11
+ date: 2024-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -496,10 +496,10 @@ licenses:
496
496
  - MIT
497
497
  metadata:
498
498
  bug_tracker_uri: https://github.com/rails/rails/issues
499
- changelog_uri: https://github.com/rails/rails/blob/v8.0.0.alpha3/activesupport/CHANGELOG.md
500
- documentation_uri: https://api.rubyonrails.org/v8.0.0.alpha3/
499
+ changelog_uri: https://github.com/rails/rails/blob/v8.0.0.alpha4/activesupport/CHANGELOG.md
500
+ documentation_uri: https://api.rubyonrails.org/v8.0.0.alpha4/
501
501
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
502
- source_code_uri: https://github.com/rails/rails/tree/v8.0.0.alpha3/activesupport
502
+ source_code_uri: https://github.com/rails/rails/tree/v8.0.0.alpha4/activesupport
503
503
  rubygems_mfa_required: 'true'
504
504
  post_install_message:
505
505
  rdoc_options: