actionview 7.2.0.rc1 → 7.2.0

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
2
  SHA256:
3
- metadata.gz: 0f6d9ced84824003e3e3f485530ab7fb8c93f012cec45c501131114c8eef8410
4
- data.tar.gz: f518a432fb234cfc7d6de3829c25056f78ac5549e2a3e87e9b43636cbe57ab29
3
+ metadata.gz: 00d61ae3c549bc7d1a9cff55cfa4f096b50878775309401644a1d6fe23032c8c
4
+ data.tar.gz: 46dd30ccb2b17b5de7ac58dd981d616e3fbef55794c51a50865d68c10b6875ce
5
5
  SHA512:
6
- metadata.gz: 17a15c1407a2c3b5e6780947268d79f1067adf2b592ab498510092b7a4f9cb14012efc381d66e419c615698553e895979293f20087e68184f27274b7f534df02
7
- data.tar.gz: 4dea3011b2102130e5107fe3e4831f17f550da0485a9d7b89d19c6e6e6d0bc2964203168a8ada2767cea05e0c59152ae5bd6903556ed1872ba08d52e9d2ff069
6
+ metadata.gz: 73a1ea9695efd725f3b50f547852f1c708cc1bc63de0f2a90c6d31c79fd2161c6eb8d08feb9e019c84012d224bd30bf63d4d1535f1e874e287328935141b1f30
7
+ data.tar.gz: 818d59c9d7c22fa30695f1f1ad64d040f1187c686cf10d8f679f4f01e623bb809689acf212499cb6058314b2f4097c94b64a85d3e19aec9c708adef29ce38b39
data/CHANGELOG.md CHANGED
@@ -1,9 +1,4 @@
1
- ## Rails 7.2.0.rc1 (August 06, 2024) ##
2
-
3
- * No changes.
4
-
5
-
6
- ## Rails 7.2.0.beta3 (July 11, 2024) ##
1
+ ## Rails 7.2.0 (August 09, 2024) ##
7
2
 
8
3
  * Fix templates with strict locals to also include `local_assigns`.
9
4
 
@@ -12,13 +7,6 @@
12
7
 
13
8
  *Jean Boussier*
14
9
 
15
- ## Rails 7.2.0.beta2 (June 04, 2024) ##
16
-
17
- * No changes.
18
-
19
-
20
- ## Rails 7.2.0.beta1 (May 29, 2024) ##
21
-
22
10
  * Add queries count to template rendering instrumentation.
23
11
 
24
12
  ```
@@ -10,7 +10,7 @@ module ActionView
10
10
  MAJOR = 7
11
11
  MINOR = 2
12
12
  TINY = 0
13
- PRE = "rc1"
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: actionview
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.0.rc1
4
+ version: 7.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: 2024-08-06 00:00:00.000000000 Z
11
+ date: 2024-08-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: 7.2.0.rc1
19
+ version: 7.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: 7.2.0.rc1
26
+ version: 7.2.0
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.2.0.rc1
89
+ version: 7.2.0
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.2.0.rc1
96
+ version: 7.2.0
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.2.0.rc1
103
+ version: 7.2.0
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.2.0.rc1
110
+ version: 7.2.0
111
111
  description: Simple, battle-tested conventions and helpers for building web pages.
112
112
  email: david@loudthinking.com
113
113
  executables: []
@@ -246,10 +246,10 @@ licenses:
246
246
  - MIT
247
247
  metadata:
248
248
  bug_tracker_uri: https://github.com/rails/rails/issues
249
- changelog_uri: https://github.com/rails/rails/blob/v7.2.0.rc1/actionview/CHANGELOG.md
250
- documentation_uri: https://api.rubyonrails.org/v7.2.0.rc1/
249
+ changelog_uri: https://github.com/rails/rails/blob/v7.2.0/actionview/CHANGELOG.md
250
+ documentation_uri: https://api.rubyonrails.org/v7.2.0/
251
251
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
252
- source_code_uri: https://github.com/rails/rails/tree/v7.2.0.rc1/actionview
252
+ source_code_uri: https://github.com/rails/rails/tree/v7.2.0/actionview
253
253
  rubygems_mfa_required: 'true'
254
254
  post_install_message:
255
255
  rdoc_options: []