actionview 7.1.4 → 7.1.4.2

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: 1e499333fb2ea016310a5740e8eb185601d196aab1df2123fe53943a9be2b995
4
- data.tar.gz: e403e031c7c4c8e2f5ad7a34ba96f7c4ec7dc47a8517431a845b9796f808a23d
3
+ metadata.gz: 61174e6ac940d3045ad60a8e49eaa1bf03677e2eceeb9c66a15314f94a2d9cba
4
+ data.tar.gz: 96cd3e308bf1c0f85b7b7439e3c7f0f85accdd13793903a297c0f2efd87a5680
5
5
  SHA512:
6
- metadata.gz: c26f521ba261d70f54f246ee7484a28ce3d94824efc7c9e58114fc2edcd71a1b278b0ac5704fe3c3a465c6077eabd35e10963d950dc064ddab98aaef4968b182
7
- data.tar.gz: 36070331e026d4f6e5850dbdea75ec8303dbff52eafaef46cbd00e58cd3902fa39bb961b4425963f4a178d00ac0c094ce73fa1458fee96c85a653800a748f23b
6
+ metadata.gz: 17b6c4c7d4667a62ef2c69dc92bfa3c1f0cddb3f674b41bf6471a5823fe2d032bd535ffc46799d2481b69d08793bc1ae761f9fddfbe745b263cbbc9151a9ba6c
7
+ data.tar.gz: 43ff69787e9ed45c1492885b85c0f458c6fd34607b10cae99a30cc229f36b498d470094473c823a90c031ada71c2665bd7ce6a1db56442755536965d2163dd42
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## Rails 7.1.4.2 (October 23, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 7.1.4.1 (October 15, 2024) ##
7
+
8
+ * No changes.
9
+
10
+
1
11
  ## Rails 7.1.4 (August 22, 2024) ##
2
12
 
3
13
  * Action View Test Case `rendered` memoization.
@@ -10,7 +10,7 @@ module ActionView
10
10
  MAJOR = 7
11
11
  MINOR = 1
12
12
  TINY = 4
13
- PRE = nil
13
+ PRE = "2"
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: actionview
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.4
4
+ version: 7.1.4.2
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: 2024-08-22 00:00:00.000000000 Z
11
+ date: 2024-10-23 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: 7.1.4
19
+ version: 7.1.4.2
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: 7.1.4
26
+ version: 7.1.4.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: builder
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -86,28 +86,28 @@ dependencies:
86
86
  requirements:
87
87
  - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: 7.1.4
89
+ version: 7.1.4.2
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - '='
95
95
  - !ruby/object:Gem::Version
96
- version: 7.1.4
96
+ version: 7.1.4.2
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: activemodel
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - '='
102
102
  - !ruby/object:Gem::Version
103
- version: 7.1.4
103
+ version: 7.1.4.2
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - '='
109
109
  - !ruby/object:Gem::Version
110
- version: 7.1.4
110
+ version: 7.1.4.2
111
111
  description: Simple, battle-tested conventions and helpers for building web pages.
112
112
  email: david@loudthinking.com
113
113
  executables: []
@@ -245,12 +245,12 @@ licenses:
245
245
  - MIT
246
246
  metadata:
247
247
  bug_tracker_uri: https://github.com/rails/rails/issues
248
- changelog_uri: https://github.com/rails/rails/blob/v7.1.4/actionview/CHANGELOG.md
249
- documentation_uri: https://api.rubyonrails.org/v7.1.4/
248
+ changelog_uri: https://github.com/rails/rails/blob/v7.1.4.2/actionview/CHANGELOG.md
249
+ documentation_uri: https://api.rubyonrails.org/v7.1.4.2/
250
250
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
251
- source_code_uri: https://github.com/rails/rails/tree/v7.1.4/actionview
251
+ source_code_uri: https://github.com/rails/rails/tree/v7.1.4.2/actionview
252
252
  rubygems_mfa_required: 'true'
253
- post_install_message:
253
+ post_install_message:
254
254
  rdoc_options: []
255
255
  require_paths:
256
256
  - lib
@@ -266,8 +266,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
266
266
  version: '0'
267
267
  requirements:
268
268
  - none
269
- rubygems_version: 3.5.11
270
- signing_key:
269
+ rubygems_version: 3.5.16
270
+ signing_key:
271
271
  specification_version: 4
272
272
  summary: Rendering framework putting the V in MVC (part of Rails).
273
273
  test_files: []