activemodel 6.0.3.2 → 6.0.3.7

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: c72e24b51aad0dbe8fb35b8387aff6a1985d4a0b3c733b99d5df7e981946ccf1
4
- data.tar.gz: 8fee375a9932f90d17a75081ada0de6d5d02975847feca52e47ac02fa11af46d
3
+ metadata.gz: 854058df35ee571bb9fc2758ef2473a65904870d54b59a7edb2f4d11db299925
4
+ data.tar.gz: e5e45e4a7d0aabbd71cd0a0f6a36e31c36812c44d44497221af99f2002241187
5
5
  SHA512:
6
- metadata.gz: 11377ef7fb923a77472eef17be41bde6d87f8e2edba93e0e098688182d60bcc9b9f32806394e462739d2deff8888eaf8f94bca7fb6d0e7e1f78307b48692f63e
7
- data.tar.gz: d1c959b3159ac159659cf001b086577c8279cbb9df7bdfbfac6a6775bdaea44f74284e98aecf5ee7316eb4ca346408dee6ef8c4f84ad211d04124a782af2e63a
6
+ metadata.gz: 8315f9bf9f372fea83fb3472268cc8fd3c17bd4e7cbdda18c7612376c4e570bd9516cbe15ae98f2089fd31c5b1ce9506966910026c555537f9a2c2afb47633c5
7
+ data.tar.gz: f2db450978c86613204027ec022e03c21083ee876b6f2f78b17ecb730fca9199423ad4ad2d7aaea44ec2ac6797b0127975956c675848fac11eee9aa156b7f867
data/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## Rails 6.0.3.7 (May 05, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 6.0.3.6 (March 26, 2021) ##
7
+
8
+ * No changes.
9
+
10
+
11
+ ## Rails 6.0.3.5 (February 10, 2021) ##
12
+
13
+ * No changes.
14
+
15
+
16
+ ## Rails 6.0.3.4 (October 07, 2020) ##
17
+
18
+ * No changes.
19
+
20
+
21
+ ## Rails 6.0.3.3 (September 09, 2020) ##
22
+
23
+ * No changes.
24
+
25
+
1
26
  ## Rails 6.0.3.2 (June 17, 2020) ##
2
27
 
3
28
  * No changes.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 6
11
11
  MINOR = 0
12
12
  TINY = 3
13
- PRE = "2"
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.3.2
4
+ version: 6.0.3.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: 2020-06-17 00:00:00.000000000 Z
11
+ date: 2021-05-05 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.3.2
19
+ version: 6.0.3.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.3.2
26
+ version: 6.0.3.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.3.2/activemodel/CHANGELOG.md
106
- documentation_uri: https://api.rubyonrails.org/v6.0.3.2/
105
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.3.7/activemodel/CHANGELOG.md
106
+ documentation_uri: https://api.rubyonrails.org/v6.0.3.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.3.2/activemodel
108
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.3.7/activemodel
109
109
  post_install_message:
110
110
  rdoc_options: []
111
111
  require_paths: