activemodel 6.0.4.2 → 6.0.4.3

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: cc108d85d8012cb52fe540568da88578ace2ad4eb4d1007e004223f1924a33e4
4
- data.tar.gz: 544646ce40d2c00a8908b2d8caa0c6eb67bc64883dda8836fbfde0bc35ec0d47
3
+ metadata.gz: d38992c7fde4a7a347d55d1dc265fd711b3634e3db35890d361c172669e5d1cd
4
+ data.tar.gz: bb0817ac2809b84509fda57adfae80f6e2fba4ac369724e4baaeaab077fc2f49
5
5
  SHA512:
6
- metadata.gz: 0c492c3c67f459bbf75ac31e9a1cfca90a64f3c7b9d340152f586321ac701316eaaa562e7096ff3ac5a31155e426d3e9fb4179d0757a3feb92ed024c7d939e6a
7
- data.tar.gz: cd828c498be7dd9158c421ea6b99aba256f29b65dbb12ca032b447c9326bfc3dc9278607bba66aba1c230d453e3ed79f0b8be15de26d63c6aa3ee6709769e395
6
+ metadata.gz: d24ecb1eec7c8fdc5ff13d233d96094c4f2770976e61d4d3bcadd063ebe70d9d74bcba6db338c432e248f5b425c2295a8bac5406a3b5017d1cd78d035b60a0d7
7
+ data.tar.gz: a12faa04660dae9db5307c5c7dc58a4e01f0552ada800aa324a66b225f3884c70e15b7a1b0d32261f0407291dd69a622803a59298305f2920839a9648fde6183
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.0.4.3 (December 14, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.0.4.2 (December 14, 2021) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 6
11
11
  MINOR = 0
12
12
  TINY = 4
13
- PRE = "2"
13
+ PRE = "3"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activemodel
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.4.2
4
+ version: 6.0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.0.4.2
19
+ version: 6.0.4.3
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: 6.0.4.2
26
+ version: 6.0.4.3
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.
@@ -102,10 +102,10 @@ licenses:
102
102
  - MIT
103
103
  metadata:
104
104
  bug_tracker_uri: https://github.com/rails/rails/issues
105
- changelog_uri: https://github.com/rails/rails/blob/v6.0.4.2/activemodel/CHANGELOG.md
106
- documentation_uri: https://api.rubyonrails.org/v6.0.4.2/
105
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.4.3/activemodel/CHANGELOG.md
106
+ documentation_uri: https://api.rubyonrails.org/v6.0.4.3/
107
107
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
108
- source_code_uri: https://github.com/rails/rails/tree/v6.0.4.2/activemodel
108
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.4.3/activemodel
109
109
  post_install_message:
110
110
  rdoc_options: []
111
111
  require_paths: