activemodel 7.0.2.2 → 7.0.2.3

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: deef4c3e0fbabc567cebfd9ab7c92b18d8be1fc4158e9866c9afae97758141a4
4
- data.tar.gz: 4899d60762c4b06633f96ca669abc17385ef27d147909bd05636a27fd5e2f4cd
3
+ metadata.gz: 7d407b2091194692aafcd3b07b4cf1e33c66e96d1518d17c6686a6a72b0f3683
4
+ data.tar.gz: 7346c3b742bf9e8b7ab16d3bc5d6b824fd6a2cf88daa327631ba8878b315183b
5
5
  SHA512:
6
- metadata.gz: 183719b84dc5c6e2fb65da0752e2a1ebc8a9326a609b77e85fda705bc572ee7eb20be06f0757b21ab7b9afbc3c658ef3fa1b34b731d0a9193c53f5b879f18746
7
- data.tar.gz: 3bd7fa1e86b12d7ce932eeacdb8e656be567c3108a49b093a18cf91a6cf68fdafca3187a87f76eea293360f5e55aac1689be84e8de1812a5c148bd3f695b837a
6
+ metadata.gz: 8ef9c0d1ce67ea7c2f6e29768d0ad369bd7dedf054557ff3f19bbcca51c217c042ac3a70956531ac6e6bd51fad67b09a20d9f838aec445b2ece6d5629a3607cb
7
+ data.tar.gz: 150d4457316ef87eadee894dd2373cafa1aa67204ade7771b8137197ae630d3ed3434ab76fe7da1c77aeaf0c36fc2436e5bd788a7d1ea8b931f760b9bc7c0286
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.0.2.3 (March 08, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.0.2.2 (February 11, 2022) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
12
  TINY = 2
13
- PRE = "2"
13
+ PRE = "3"
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: 7.0.2.2
4
+ version: 7.0.2.3
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: 7.0.2.2
19
+ version: 7.0.2.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: 7.0.2.2
26
+ version: 7.0.2.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.
@@ -107,10 +107,10 @@ licenses:
107
107
  - MIT
108
108
  metadata:
109
109
  bug_tracker_uri: https://github.com/rails/rails/issues
110
- changelog_uri: https://github.com/rails/rails/blob/v7.0.2.2/activemodel/CHANGELOG.md
111
- documentation_uri: https://api.rubyonrails.org/v7.0.2.2/
110
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.2.3/activemodel/CHANGELOG.md
111
+ documentation_uri: https://api.rubyonrails.org/v7.0.2.3/
112
112
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
113
- source_code_uri: https://github.com/rails/rails/tree/v7.0.2.2/activemodel
113
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.2.3/activemodel
114
114
  rubygems_mfa_required: 'true'
115
115
  post_install_message:
116
116
  rdoc_options: []
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  - !ruby/object:Gem::Version
128
128
  version: '0'
129
129
  requirements: []
130
- rubygems_version: 3.2.22
130
+ rubygems_version: 3.1.6
131
131
  signing_key:
132
132
  specification_version: 4
133
133
  summary: A toolkit for building modeling frameworks (part of Rails).