omg-actionview 8.0.0.alpha4 → 8.0.0.alpha7

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: 5977da97fcce9b2aa864742bb1ba8aa424bb63ee3bf5710cc8ccab641759fb79
4
- data.tar.gz: d4b583ebac69e30e68ea3a37422b7016333f0db57923977b8e71ade08b506118
3
+ metadata.gz: 2b42c9cfbeb02ce97fcc7a874ddd37aba6fceb54a2b125bb22215aea90af96ec
4
+ data.tar.gz: fd2b1c8bc5db3426ba12c7e67e2930b376b3aab387e9aa9e2a1fb6ae17aff068
5
5
  SHA512:
6
- metadata.gz: e0b3f5d767d82b8ff43b884b95efeafd5f1af8aa446fd6092ac5cfc2b7b583801b3b21cf9d8ca0b5c4ac7fe9586963270ab99710f63fcc8abfeea13164404227
7
- data.tar.gz: af7ed79e9993b7d44866cbb7629086e0943986587ea22cb99d23c81d538c6a289b267dae29cdbe376d69508c5e5f6ba84652a06d93caab02adbe90fe84f6e714
6
+ metadata.gz: 85a0d7f1cc8f3ae3fb708902d6a07c2f5ba0b2fafa3787532e75f00f19c6462b08fbc8b6a15f5704437f1a80e1cbcf03e7c117ea8fe0bf9f2b499187e590f88d
7
+ data.tar.gz: 672e07394f1f4ec0860790eea2d5934afdb20b18aee4a4799abc2d0c1a56642b54502e9dcb6dc850f987fed59fc5e23fa6cb81e05bdb841106cf4c9fde31fe7a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## Rails 8.0.0.alpha7 (September 18, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
6
+ ## Rails 8.0.0.alpha6 (September 18, 2024) ##
7
+
8
+ * No changes.
9
+
10
+
11
+ ## Rails 8.0.0.alpha5 (September 18, 2024) ##
12
+
13
+ * No changes.
14
+
15
+
16
+ ## Rails 8.0.0.alpha5 (September 18, 2024) ##
17
+
18
+ * No changes.
19
+
20
+
21
+ ## Rails 8.0.0.alpha4 (September 18, 2024) ##
22
+
23
+ * No changes.
24
+
25
+
1
26
  ## Rails 8.0.0.alpha4 (September 18, 2024) ##
2
27
 
3
28
  * No changes.
@@ -10,7 +10,7 @@ module ActionView
10
10
  MAJOR = 8
11
11
  MINOR = 0
12
12
  TINY = 0
13
- PRE = "alpha4"
13
+ PRE = "alpha7"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omg-actionview
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.0.alpha4
4
+ version: 8.0.0.alpha7
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 8.0.0.alpha4
19
+ version: 8.0.0.alpha7
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: 8.0.0.alpha4
26
+ version: 8.0.0.alpha7
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: 8.0.0.alpha4
89
+ version: 8.0.0.alpha7
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: 8.0.0.alpha4
96
+ version: 8.0.0.alpha7
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: omg-activemodel
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - '='
102
102
  - !ruby/object:Gem::Version
103
- version: 8.0.0.alpha4
103
+ version: 8.0.0.alpha7
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: 8.0.0.alpha4
110
+ version: 8.0.0.alpha7
111
111
  description: Simple, battle-tested conventions and helpers for building web pages.
112
112
  email: david@loudthinking.com
113
113
  executables: []
@@ -247,10 +247,10 @@ licenses:
247
247
  - MIT
248
248
  metadata:
249
249
  bug_tracker_uri: https://github.com/rails/rails/issues
250
- changelog_uri: https://github.com/rails/rails/blob/v8.0.0.alpha4/actionview/CHANGELOG.md
251
- documentation_uri: https://api.rubyonrails.org/v8.0.0.alpha4/
250
+ changelog_uri: https://github.com/rails/rails/blob/v8.0.0.alpha7/actionview/CHANGELOG.md
251
+ documentation_uri: https://api.rubyonrails.org/v8.0.0.alpha7/
252
252
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
253
- source_code_uri: https://github.com/rails/rails/tree/v8.0.0.alpha4/actionview
253
+ source_code_uri: https://github.com/rails/rails/tree/v8.0.0.alpha7/actionview
254
254
  rubygems_mfa_required: 'true'
255
255
  post_install_message:
256
256
  rdoc_options: []
@@ -268,7 +268,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
268
268
  version: '0'
269
269
  requirements:
270
270
  - none
271
- rubygems_version: 3.5.11
271
+ rubygems_version: 3.5.16
272
272
  signing_key:
273
273
  specification_version: 4
274
274
  summary: Rendering framework putting the V in MVC (part of Rails).