activemodel 6.0.5.1 → 6.0.6.1

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: 1f0766373fdc352849fce61c172c8747e48d707599807f788989f6beedcc051a
4
- data.tar.gz: 88ee4db2e53a6dea33714f1a20100e10285567b0224b94106ee8fb3fb80665a7
3
+ metadata.gz: 186b71a33dc404ff631b27cfdd72896a9d5781d07fba7f8238f399f03e9dcc17
4
+ data.tar.gz: d0171f0cba7b4d82d9a27319e3eaf1ac06b4b580435c4792ce1f25f8ac619716
5
5
  SHA512:
6
- metadata.gz: ee554d451a35c6300734d752c05e29be152dd6eb375f49019fe902fe1415ddeba411970edc8b3a547dea3559244d37058a664b0b2d22a320ceb5a93b27e7e3a3
7
- data.tar.gz: 5c927a1e8340ab81d92ecdd4cd3bd6cea736fbd6fb617a9894e796b6737c2e6491293a41f6ac6efb001a72fb7305a7584f5299eff9b55dbd3d1c087d272da4e1
6
+ metadata.gz: bbeefb791624e227b5b54f0da17c83f78194d750114e5e08a78f5ffc29d43dee7923a349b19cf56e95dc9b2e5488f04a2dc194585eed86ff58b3cdccda638ca2
7
+ data.tar.gz: c2bb1200ffb43a7dce74be1812065d867752555bd6a9dfef4ae7b8d2f4907b8abb54d992635d5b883478bdf3af19ec5bfee73ed105fc20cbdd863fa6c412387a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## Rails 6.0.6.1 (January 17, 2023) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 6.0.6 (September 09, 2022) ##
7
+
8
+ * No changes.
9
+
10
+
1
11
  ## Rails 6.0.5.1 (July 12, 2022) ##
2
12
 
3
13
  * No changes.
@@ -9,7 +9,7 @@ module ActiveModel
9
9
  module VERSION
10
10
  MAJOR = 6
11
11
  MINOR = 0
12
- TINY = 5
12
+ TINY = 6
13
13
  PRE = "1"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
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.5.1
4
+ version: 6.0.6.1
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-07-12 00:00:00.000000000 Z
11
+ date: 2023-01-17 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.5.1
19
+ version: 6.0.6.1
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.5.1
26
+ version: 6.0.6.1
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.5.1/activemodel/CHANGELOG.md
106
- documentation_uri: https://api.rubyonrails.org/v6.0.5.1/
105
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.6.1/activemodel/CHANGELOG.md
106
+ documentation_uri: https://api.rubyonrails.org/v6.0.6.1/
107
107
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
108
- source_code_uri: https://github.com/rails/rails/tree/v6.0.5.1/activemodel
108
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.6.1/activemodel
109
109
  rubygems_mfa_required: 'true'
110
110
  post_install_message:
111
111
  rdoc_options: []
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  - !ruby/object:Gem::Version
123
123
  version: '0'
124
124
  requirements: []
125
- rubygems_version: 3.3.3
125
+ rubygems_version: 3.4.3
126
126
  signing_key:
127
127
  specification_version: 4
128
128
  summary: A toolkit for building modeling frameworks (part of Rails).