activemodel 5.2.0.rc2 → 5.2.0

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: 97b6d1fb9b61ef956d88c6ee764394e9ccc0fcad2333073a876066fd9c7fcb7a
4
- data.tar.gz: 86e60a71d98b585c900c3351a4c4fcf1f16ac73e4c0fc0b4595a443733c31f50
3
+ metadata.gz: 62f5923904cebf46662f51db93665e6ba4cca4147281b55ff7010de3f355de85
4
+ data.tar.gz: cff4d4f0f1df4fb16fb92876ea267c349bcee44486151936aa2af56e3b8c2a62
5
5
  SHA512:
6
- metadata.gz: 3d11a69342faac6bed87647ec40059830c8441459f30a6c9d94f3656ff2ce89a08fe3b12eed6846bae3352eb5fb929d4e30ab91611e569e7dae5f9e851fe47ba
7
- data.tar.gz: 3493c445e4a3db83fcad5b043a82d16cf1242286bd49e73755bebf82a17f6b0f8f78d9563d2eac7d6ba739dc921b8a9a8a9ce2108098e4aab72bfa335658feec
6
+ metadata.gz: defb13fa341109b9cdb821e86e8846c1091b7c11c7b95ff223b7e7511bd4c0b585f96a66699fe5719bbad430ea994b8609b96a1f84be4d526521c336def48a93
7
+ data.tar.gz: 5a15688523d7c41152bac1fb2925b1241df1f1391880592d3849168f34fde9bfe6440032873bf20a73fab7118a01c55b913276a903c46959ba9ad7ea5c25c93a
@@ -1,12 +1,9 @@
1
- ## Rails 5.2.0.rc2 (March 20, 2018) ##
1
+ ## Rails 5.2.0 (April 09, 2018) ##
2
2
 
3
3
  * Do not lose all multiple `:includes` with options in serialization.
4
4
 
5
5
  *Mike Mangino*
6
6
 
7
-
8
- ## Rails 5.2.0.rc1 (January 30, 2018) ##
9
-
10
7
  * Models using the attributes API with a proc default can now be marshalled.
11
8
 
12
9
  Fixes #31216.
@@ -17,14 +14,6 @@
17
14
 
18
15
  *Yoshiyuki Hirano*
19
16
 
20
-
21
- ## Rails 5.2.0.beta2 (November 28, 2017) ##
22
-
23
- * No changes.
24
-
25
-
26
- ## Rails 5.2.0.beta1 (November 27, 2017) ##
27
-
28
17
  * Execute `ConfirmationValidator` validation when `_confirmation`'s value is `false`.
29
18
 
30
19
  *bogdanvlviv*
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 5
11
11
  MINOR = 2
12
12
  TINY = 0
13
- PRE = "rc2"
13
+ PRE = nil
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: 5.2.0.rc2
4
+ version: 5.2.0
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: 2018-03-20 00:00:00.000000000 Z
11
+ date: 2018-04-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: 5.2.0.rc2
19
+ version: 5.2.0
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: 5.2.0.rc2
26
+ version: 5.2.0
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.
@@ -100,8 +100,8 @@ homepage: http://rubyonrails.org
100
100
  licenses:
101
101
  - MIT
102
102
  metadata:
103
- source_code_uri: https://github.com/rails/rails/tree/v5.2.0.rc2/activemodel
104
- changelog_uri: https://github.com/rails/rails/blob/v5.2.0.rc2/activemodel/CHANGELOG.md
103
+ source_code_uri: https://github.com/rails/rails/tree/v5.2.0/activemodel
104
+ changelog_uri: https://github.com/rails/rails/blob/v5.2.0/activemodel/CHANGELOG.md
105
105
  post_install_message:
106
106
  rdoc_options: []
107
107
  require_paths:
@@ -113,9 +113,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
113
113
  version: 2.2.2
114
114
  required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - ">"
116
+ - - ">="
117
117
  - !ruby/object:Gem::Version
118
- version: 1.3.1
118
+ version: '0'
119
119
  requirements: []
120
120
  rubyforge_project:
121
121
  rubygems_version: 2.7.6