activemodel 6.0.4.6 → 6.0.4.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 71959a62773641e1874aecc67db2f57b60149c490460d03bc09a29a057acef86
4
- data.tar.gz: 41c0f7ce6eb65f6327b5384ebb73115da359bbbbe4c912e8845d37b1a8d1e38b
3
+ metadata.gz: cca7bdd1a1dc67d697cca4095ebbb3722fb4bf2b8e99b5c3fb3883424d1163b9
4
+ data.tar.gz: f76fefbd3e4e99617d858a2d7064a9ae7c5d7da0eee5a618bdb9bb308965fac1
5
5
  SHA512:
6
- metadata.gz: ad69a3ba36d179916c1ddda99416b426040589920f6b091f3c48a8136b812ccfa62b969c70ad8b09da7a6cf380e650a9859bc06e5a0617064a1847c1a03a7268
7
- data.tar.gz: 130055a2039128507efcadf3453f0842b828d6eb0938074e37d10663cf0d4079fb0f9f0af5f120eb4dff97b39754812edf3098c2df1d1a34f9f6a6ab0d71186c
6
+ metadata.gz: 6fed336005c969222058168b773d7ee5a876c5c5e227e608d6263b9db41879b2fa43b49c9db5d7305bf62f4c3003f8d15a85d2da0b036c295f3ad103f772ff76
7
+ data.tar.gz: 1831e54fe1c29a2995a1c328dee89cb4f8fd8b4f2748810d9102bf39a5995cf7770c4349fc4714b51477c002cefef9fcf28cf826547d7b83e8499e67c60fbf92
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.0.4.7 (March 08, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.0.4.6 (February 11, 2022) ##
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 = "6"
13
+ PRE = "7"
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: activemodel
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.4.6
4
+ version: 6.0.4.7
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: 2022-02-11 00:00:00.000000000 Z
11
+ date: 2022-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.0.4.6
19
+ version: 6.0.4.7
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.6
26
+ version: 6.0.4.7
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.6/activemodel/CHANGELOG.md
106
- documentation_uri: https://api.rubyonrails.org/v6.0.4.6/
105
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.4.7/activemodel/CHANGELOG.md
106
+ documentation_uri: https://api.rubyonrails.org/v6.0.4.7/
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.6/activemodel
108
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.4.7/activemodel
109
109
  post_install_message:
110
110
  rdoc_options: []
111
111
  require_paths:
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  - !ruby/object:Gem::Version
122
122
  version: '0'
123
123
  requirements: []
124
- rubygems_version: 3.2.22
124
+ rubygems_version: 3.1.6
125
125
  signing_key:
126
126
  specification_version: 4
127
127
  summary: A toolkit for building modeling frameworks (part of Rails).