activemodel 5.1.6 → 5.1.6.1

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
- SHA1:
3
- metadata.gz: 7a28b31d0b8017d64ddc783b9c01c504881d7cd2
4
- data.tar.gz: 96ee4cfd1ba3364c83907794b0842b29388c3201
2
+ SHA256:
3
+ metadata.gz: a0c816677ec28c35b688d261a83451abf720109137b788a0b3a6758b06996875
4
+ data.tar.gz: e7c46e6a7e51a0c83766e16f1b0e83dec16bb850e3572de7b646ade2d76620a0
5
5
  SHA512:
6
- metadata.gz: 51ce23ac1617c0749a531ccfd73d836dcf5ddc7c5a1e50f0c47dfa139f2347abcaafa9e30f08350096d05128ba29d66ddef768f3b35bcab848380a5b2e94072f
7
- data.tar.gz: 3d0a2c4f625c39c7d07197c9d410690d84a1455018c637f8f867282ebcbcded6b13e0f442c221bb93785eedc1a3f2c06bcd3bb84a62aa1119eb0a77108836be4
6
+ metadata.gz: c3a2309a0bbbb99d631f712240dcf3fa084f0da363a472693e76198c6ff316055c6e56252049a55978a19b3bb85edfe32fac4f25f3a2b0481eadc6060a662f97
7
+ data.tar.gz: 1f4d7fc095b79aee130039bcc03f9a43b3f507af4d04acb08d910cba73e6e8f290d833b08741f3dbb440f904c58e56cf51881a6a37d5cabdbfef75e7a1f566fb
@@ -1,3 +1,8 @@
1
+ ## Rails 5.1.6.1 (November 27, 2018) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 5.1.6 (March 29, 2018) ##
2
7
 
3
8
  * No changes.
@@ -8,7 +8,7 @@ module ActiveModel
8
8
  MAJOR = 5
9
9
  MINOR = 1
10
10
  TINY = 6
11
- PRE = nil
11
+ PRE = "1"
12
12
 
13
13
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
14
14
  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.1.6
4
+ version: 5.1.6.1
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-29 00:00:00.000000000 Z
11
+ date: 2018-11-27 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.1.6
19
+ version: 5.1.6.1
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.1.6
26
+ version: 5.1.6.1
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.
@@ -93,8 +93,8 @@ homepage: http://rubyonrails.org
93
93
  licenses:
94
94
  - MIT
95
95
  metadata:
96
- source_code_uri: https://github.com/rails/rails/tree/v5.1.6/activemodel
97
- changelog_uri: https://github.com/rails/rails/blob/v5.1.6/activemodel/CHANGELOG.md
96
+ source_code_uri: https://github.com/rails/rails/tree/v5.1.6.1/activemodel
97
+ changelog_uri: https://github.com/rails/rails/blob/v5.1.6.1/activemodel/CHANGELOG.md
98
98
  post_install_message:
99
99
  rdoc_options: []
100
100
  require_paths:
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  requirements: []
113
113
  rubyforge_project:
114
- rubygems_version: 2.6.14
114
+ rubygems_version: 2.7.6
115
115
  signing_key:
116
116
  specification_version: 4
117
117
  summary: A toolkit for building modeling frameworks (part of Rails).