activemodel 6.1.5 → 6.1.6

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: fa1374c8ad08249d841d95a4cb181adfba7603e7db398ad5acc1d469cc651d4b
4
- data.tar.gz: 781c692d2d1bdcb09ab8b9958b25be20826bcd720814142f74d62cb3bd617466
3
+ metadata.gz: 15ef1039a8a4a01a81a57c80d8975ea6e389ebf877e798c2a5ddc1fab89424f4
4
+ data.tar.gz: 1c7f70389ee698d87c8ec352a87caeab6aa6d79c5875dada5c26aa58ee7b3f29
5
5
  SHA512:
6
- metadata.gz: cf65a865cd62f0b68ec5e12548cfef4c51463dc1985b9452994eaaad934e21f9d1f148cdd8409d15e3b489fffd4dd052263dd640db74d066b45d88f3da75a083
7
- data.tar.gz: 9ad9756a581ccb6c76b6973778d9a9352f245b3a450687456ab03747f949ad1afa8b727f85d13b51115cbcc24f281bb641af78a2238a2f5089885d5a4e0d6f24
6
+ metadata.gz: c1769b3fd1e97c2a33e8bda08cf82449942f5ba6d41066299b63fab616ea8d97e9b7b6c445e313108fb0aa86c77a7a74a22604aa379fe54e932334e17858d61f
7
+ data.tar.gz: 10d653af9fff2fc2f0c65abd0bcfb4f42e0bbeef8b4d03493511e7691d8a948ccf7109bbb9e35fea4e1309e15d40157d70fa481c647d68ede0d86e5168030bcf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.1.5.1 (April 26, 2022) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.1.5 (March 09, 2022) ##
2
7
 
3
8
  * Clear secure password cache if password is set to `nil`
@@ -9,7 +9,7 @@ module ActiveModel
9
9
  module VERSION
10
10
  MAJOR = 6
11
11
  MINOR = 1
12
- TINY = 5
12
+ TINY = 6
13
13
  PRE = nil
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.1.5
4
+ version: 6.1.6
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: 2022-03-10 00:00:00.000000000 Z
11
+ date: 2022-05-09 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.1.5
19
+ version: 6.1.6
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.1.5
26
+ version: 6.1.6
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.
@@ -104,12 +104,12 @@ licenses:
104
104
  - MIT
105
105
  metadata:
106
106
  bug_tracker_uri: https://github.com/rails/rails/issues
107
- changelog_uri: https://github.com/rails/rails/blob/v6.1.5/activemodel/CHANGELOG.md
108
- documentation_uri: https://api.rubyonrails.org/v6.1.5/
107
+ changelog_uri: https://github.com/rails/rails/blob/v6.1.6/activemodel/CHANGELOG.md
108
+ documentation_uri: https://api.rubyonrails.org/v6.1.6/
109
109
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
110
- source_code_uri: https://github.com/rails/rails/tree/v6.1.5/activemodel
110
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.6/activemodel
111
111
  rubygems_mfa_required: 'true'
112
- post_install_message:
112
+ post_install_message:
113
113
  rdoc_options: []
114
114
  require_paths:
115
115
  - lib
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubygems_version: 3.3.7
128
- signing_key:
128
+ signing_key:
129
129
  specification_version: 4
130
130
  summary: A toolkit for building modeling frameworks (part of Rails).
131
131
  test_files: []