activemodel 6.1.7.5 → 6.1.7.7

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: 43188d9f0852c6c42edc68dfb739279fe9c84afcfb4ce567856fb64027d7d837
4
- data.tar.gz: 1e84c7fa221ce0e557b0dccce8b140ced1f72442267261cd0e70c9e31ff95bdd
3
+ metadata.gz: 5a631dcf361e785eec701e73732f9953cf32f65e63976926a5eb6ff813d2f291
4
+ data.tar.gz: 2613168c187be57ee120db6d121ab4529f2c55fe19b1c9e28d9bd7f8e1ab9f2e
5
5
  SHA512:
6
- metadata.gz: b4dbcd7560962ac7ed242bd3e69aebd48c646eb6dbacf15e02772fd5a7c344f92628f29b894fe6340cbd4d08fb76b5c16d3e960415aca78c6d417c9b3535465d
7
- data.tar.gz: 753246f0b953b555c36192fa55c6f5b8dc450dfcb4381ec867aedff24741cdcd9fe7cc6da9991b2952fc93896e5218caf0238e7ab9fe19c84b4227656e142389
6
+ metadata.gz: 95a996f2c2be742479efb2dee8af8beb7187d4f8d1d1eeac57887902451da2c692a25316bce4d338dcaaf608d716dada0ee1345448e60a8eee561df34f1f543a
7
+ data.tar.gz: eb1f53db3d183009d2d8d9adbe0db108fa2344c7bebcaa5f68246360715a60e39d904276f96f887dd1d8c1309b523979f90521636457b4f21d1c15932d989f54
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## Rails 6.1.7.7 (February 21, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 6.1.7.6 (August 22, 2023) ##
7
+
8
+ * No changes.
9
+
10
+
1
11
  ## Rails 6.1.7.5 (August 22, 2023) ##
2
12
 
3
13
  * No changes.
@@ -10,7 +10,7 @@ module ActiveModel
10
10
  MAJOR = 6
11
11
  MINOR = 1
12
12
  TINY = 7
13
- PRE = "5"
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.1.7.5
4
+ version: 6.1.7.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: 2023-08-22 00:00:00.000000000 Z
11
+ date: 2024-02-21 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.7.5
19
+ version: 6.1.7.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.1.7.5
26
+ version: 6.1.7.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.
@@ -104,10 +104,10 @@ 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.7.5/activemodel/CHANGELOG.md
108
- documentation_uri: https://api.rubyonrails.org/v6.1.7.5/
107
+ changelog_uri: https://github.com/rails/rails/blob/v6.1.7.7/activemodel/CHANGELOG.md
108
+ documentation_uri: https://api.rubyonrails.org/v6.1.7.7/
109
109
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
110
- source_code_uri: https://github.com/rails/rails/tree/v6.1.7.5/activemodel
110
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.7.7/activemodel
111
111
  rubygems_mfa_required: 'true'
112
112
  post_install_message:
113
113
  rdoc_options: []
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
126
  requirements: []
127
- rubygems_version: 3.3.3
127
+ rubygems_version: 3.2.22
128
128
  signing_key:
129
129
  specification_version: 4
130
130
  summary: A toolkit for building modeling frameworks (part of Rails).