activemodel 6.0.4.4 → 6.0.4.5

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: ae182f180131b06071d734c8ff19ea75494eef5e0a53974b76e6c3423c206ffd
4
- data.tar.gz: eb64d36ff9898e572533112eb8c4d045f7cc174cf935c81b4d44196b417cbe0b
3
+ metadata.gz: e1044ff649e720f10378bc6ed9b5e47123f1517f2a8909ae59f09871f0cf03eb
4
+ data.tar.gz: 404422cba21a4c289c9532e949149df3d375fbe40300d8f85ffc0c68d59a377c
5
5
  SHA512:
6
- metadata.gz: d7cc1915e82cb2dd1e5bd25ee5dac6178eae2eb596a68f930cbd1cbdcb7306e340311fb398b4f198d4a272bf944834233026ea1e8ca16a8a6510cd087850dcda
7
- data.tar.gz: 3037428288619544fcb7fb5296127620f2df5be6643269698502fb66eca29fe6692ae3ecd4fc63473071325d6215994fc7f9c6fccea9ade1770de2c2aefe2ecb
6
+ metadata.gz: 70d62920c005fab54a8ec1003de93b8824a45b19294911564fd63a333d4810185293d5dbcc9a1ccbd04188b05afb7558d259806394ebd4b1d910875df6fe967a
7
+ data.tar.gz: 7c0cddfb6104c30234694fd155601e3b93adf9323740f2e5af0e7b4eb4c0c20f5ee8377114f2770a8cd044c1c464bfd416a6565e25abd379bcd51688d5fe07a4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.0.4.5 (February 11, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.0.4.4 (December 15, 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 = "4"
13
+ PRE = "5"
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.4
4
+ version: 6.0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-15 00:00:00.000000000 Z
11
+ date: 2022-02-11 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.4
19
+ version: 6.0.4.5
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.4
26
+ version: 6.0.4.5
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,11 +102,11 @@ 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.4/activemodel/CHANGELOG.md
106
- documentation_uri: https://api.rubyonrails.org/v6.0.4.4/
105
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.4.5/activemodel/CHANGELOG.md
106
+ documentation_uri: https://api.rubyonrails.org/v6.0.4.5/
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.4/activemodel
109
- post_install_message:
108
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.4.5/activemodel
109
+ post_install_message:
110
110
  rdoc_options: []
111
111
  require_paths:
112
112
  - lib
@@ -121,8 +121,8 @@ 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.32
125
- signing_key:
124
+ rubygems_version: 3.2.22
125
+ signing_key:
126
126
  specification_version: 4
127
127
  summary: A toolkit for building modeling frameworks (part of Rails).
128
128
  test_files: []