omg-activemodel 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: 602f7b5a2d0a0d355e1e106ae830b04f43408cfa769a2359fbdbd7695aa9abf6
4
- data.tar.gz: 7efb8669d743565214fabd8221847fdd4865b9339f8777b4081346304eb07093
3
+ metadata.gz: b7789d5e1f39b614c6603801d07e456fabeb642e4d3dba127d993fc625dcf1a0
4
+ data.tar.gz: 9a3483865db361f5c85a45b29dc4537987671a4ca45740d8ca5fb7c5aefbb324
5
5
  SHA512:
6
- metadata.gz: ad10db292d8a6441912a4a5d2cfb81fb4de4843b3c28a60dd10372de47de7551fbe44e508afc787d0ce3d3fc3b6d564942ccc4fcfa28d0b6058630a47b8d5a8b
7
- data.tar.gz: a6556ed1247cf4ae5021d128f79820b7848214dd5d95b904adf3c8d086ddaa6911689af6854919ae0e91b45e16dd3a555e104e374d1c2d7fa8396f879c5bcf21
6
+ metadata.gz: 87d450ccc603ec83c6716b52635ca6af87adc4b994921743c866e40a0ae97219188c197bf65d2bed2671a7f42d43f0a6978e99363402fde178e6f5538d579c7c
7
+ data.tar.gz: 4318a1e796206a1ccaecbc47895f160313de609f0b820f7cc2408e1c699813c1ba8556b0e641b1f5b08c9f9503ab521dda1dbac97aa18c7fce76010e663a5f25
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
  * Add a default token generator for password reset tokens when using `has_secure_password`.
2
24
 
3
25
  ```ruby
@@ -10,7 +10,7 @@ module ActiveModel
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-activemodel
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: omg-activesupport
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 8.0.0.alpha3
19
+ version: 8.0.0.alpha4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 8.0.0.alpha3
26
+ version: 8.0.0.alpha4
27
27
  description: A toolkit for building modeling frameworks like Active Record. Rich support
28
28
  for attributes, callbacks, validations, serialization, internationalization, and
29
29
  testing.
@@ -112,10 +112,10 @@ licenses:
112
112
  - MIT
113
113
  metadata:
114
114
  bug_tracker_uri: https://github.com/rails/rails/issues
115
- changelog_uri: https://github.com/rails/rails/blob/v8.0.0.alpha3/activemodel/CHANGELOG.md
116
- documentation_uri: https://api.rubyonrails.org/v8.0.0.alpha3/
115
+ changelog_uri: https://github.com/rails/rails/blob/v8.0.0.alpha4/activemodel/CHANGELOG.md
116
+ documentation_uri: https://api.rubyonrails.org/v8.0.0.alpha4/
117
117
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
118
- source_code_uri: https://github.com/rails/rails/tree/v8.0.0.alpha3/activemodel
118
+ source_code_uri: https://github.com/rails/rails/tree/v8.0.0.alpha4/activemodel
119
119
  rubygems_mfa_required: 'true'
120
120
  post_install_message:
121
121
  rdoc_options: []