activemodel 6.0.3.rc1 → 6.0.3.4

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: 595c281f790035eac513203ea725bf7a50aa7e504965776c94f46a33ca502532
4
- data.tar.gz: c33cec437112dd55798c8523aa7d2dbc94d6f7b0af0ecbae328e0efb9ecceb82
3
+ metadata.gz: 86ec2634e2357d939729f9c02269a2bc92978e78896724276eaa97e35856999b
4
+ data.tar.gz: 864dfd17b31fcd79df8a17a8fee1582693be410433ac950c588f609abf383782
5
5
  SHA512:
6
- metadata.gz: 7c9c0c71976e3affc15397abf6512ed0c234b799fcab6037bb8253472a30b2e4456ba69cc2c1a0f3980079a407bc0d34736928a8649cc45641662fc674332666
7
- data.tar.gz: 94a1fa2806e4d298845874f1a533c5d94ed5356f69df39ba12f44645a38ec615db23bb88f139374a4901e437cfebfb1c07731fee69cc6e4017a87a8e03c59911
6
+ metadata.gz: b157e2de3984dafcda3e589300bd91caa02a7de7fd5257d7078068a8bf98e2a850a461ed0e1e8a53e35999691c95bcd06f892394ab8de5b1ea012e730b40eca8
7
+ data.tar.gz: f1a27fa1759dd46ce4dc16dc03c652d6aaf66b136e279253f2c2db5f8cc71620ef91306fe7d73bf0bb96d413f4ae42c8f0597f444ddc3465cdeb841c21846934
@@ -1,4 +1,24 @@
1
- ## Rails 6.0.3.rc1 (April 30, 2020) ##
1
+ ## Rails 6.0.3.4 (October 07, 2020) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 6.0.3.3 (September 09, 2020) ##
7
+
8
+ * No changes.
9
+
10
+
11
+ ## Rails 6.0.3.2 (June 17, 2020) ##
12
+
13
+ * No changes.
14
+
15
+
16
+ ## Rails 6.0.3.1 (May 18, 2020) ##
17
+
18
+ * No changes.
19
+
20
+
21
+ ## Rails 6.0.3 (May 06, 2020) ##
2
22
 
3
23
  * No changes.
4
24
 
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 6
11
11
  MINOR = 0
12
12
  TINY = 3
13
- PRE = "rc1"
13
+ PRE = "4"
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.rc1
4
+ version: 6.0.3.4
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: 2020-05-01 00:00:00.000000000 Z
11
+ date: 2020-10-07 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.rc1
19
+ version: 6.0.3.4
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.rc1
26
+ version: 6.0.3.4
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.3.rc1/activemodel/CHANGELOG.md
106
- documentation_uri: https://api.rubyonrails.org/v6.0.3.rc1/
105
+ changelog_uri: https://github.com/rails/rails/blob/v6.0.3.4/activemodel/CHANGELOG.md
106
+ documentation_uri: https://api.rubyonrails.org/v6.0.3.4/
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.rc1/activemodel
109
- post_install_message:
108
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.3.4/activemodel
109
+ post_install_message:
110
110
  rdoc_options: []
111
111
  require_paths:
112
112
  - lib
@@ -117,12 +117,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
117
  version: 2.5.0
118
118
  required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  requirements:
120
- - - ">"
120
+ - - ">="
121
121
  - !ruby/object:Gem::Version
122
- version: 1.3.1
122
+ version: '0'
123
123
  requirements: []
124
- rubygems_version: 3.1.2
125
- signing_key:
124
+ rubygems_version: 3.1.4
125
+ signing_key:
126
126
  specification_version: 4
127
127
  summary: A toolkit for building modeling frameworks (part of Rails).
128
128
  test_files: []