actionview 7.0.5.1 → 7.0.6

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: 669ba14dda8ef3ee5c2304771c5b05ad4fb415d5b9c3f9fdfbcad7d8952d289a
4
- data.tar.gz: 14ca3464c2a22831298f5a21d9ba4dcd5e5ae5d53aef064a4ce79d764c1bf3a8
3
+ metadata.gz: f57ef65d88131e8219b715bdea12c94d887fb424c8a971a97aab3cf0a59de9b9
4
+ data.tar.gz: 93ebbe585c3a8d0947324de248724a9dfa4e18f7c4d8420d0dde6471cfb01f39
5
5
  SHA512:
6
- metadata.gz: 925efbd24580118f9cc04ac94e2aa1477e32a17b04f838b55c9f0b3cdf81ba3c1056c2fd03fe18c7bb61b31c7a44e3f1407e713b21a33c984a9b7502a38641f7
7
- data.tar.gz: 8bdd404d1c71ddcce86a140cfe1dbbd6ee102437f2b0eaa66062963dd0564599e6d8451d9c2d2d7975265c34d2269184968b9f27ac703b721034af848fac4e12
6
+ metadata.gz: 61d79153b519577a9a4200403a54123341cfc9793188ba3abebc8ded45273482c538bfecdc8e3e9f497fcb66ec6b3ba1f2d600fa89158ea97be9ff9e6ac76d72
7
+ data.tar.gz: 7efc390ba184dfbc4143bc7bfcf27a34ee024afb9a122569b7899451ae64fd167236dbf323a48ed2fc006e467c8391051b694574a1e37026106049dbc1a192ec
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.0.6 (June 29, 2023) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.0.5.1 (June 26, 2023) ##
2
7
 
3
8
  * No changes.
data/README.rdoc CHANGED
@@ -13,7 +13,7 @@ The latest version of Action View can be installed with RubyGems:
13
13
 
14
14
  $ gem install actionview
15
15
 
16
- Source code can be downloaded as part of the Rails project on GitHub:
16
+ Source code can be downloaded as part of the \Rails project on GitHub:
17
17
 
18
18
  * https://github.com/rails/rails/tree/main/actionview
19
19
 
@@ -31,7 +31,7 @@ API documentation is at
31
31
 
32
32
  * https://api.rubyonrails.org
33
33
 
34
- Bug reports for the Ruby on Rails project can be filed here:
34
+ Bug reports for the Ruby on \Rails project can be filed here:
35
35
 
36
36
  * https://github.com/rails/rails/issues
37
37
 
@@ -9,8 +9,8 @@ module ActionView
9
9
  module VERSION
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
- TINY = 5
13
- PRE = "1"
12
+ TINY = 6
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.0.5.1
4
+ version: 7.0.6
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: 2023-06-26 00:00:00.000000000 Z
11
+ date: 2023-06-29 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.0.5.1
19
+ version: 7.0.6
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.0.5.1
26
+ version: 7.0.6
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: builder
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -92,28 +92,28 @@ dependencies:
92
92
  requirements:
93
93
  - - '='
94
94
  - !ruby/object:Gem::Version
95
- version: 7.0.5.1
95
+ version: 7.0.6
96
96
  type: :development
97
97
  prerelease: false
98
98
  version_requirements: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - '='
101
101
  - !ruby/object:Gem::Version
102
- version: 7.0.5.1
102
+ version: 7.0.6
103
103
  - !ruby/object:Gem::Dependency
104
104
  name: activemodel
105
105
  requirement: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - '='
108
108
  - !ruby/object:Gem::Version
109
- version: 7.0.5.1
109
+ version: 7.0.6
110
110
  type: :development
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - '='
115
115
  - !ruby/object:Gem::Version
116
- version: 7.0.5.1
116
+ version: 7.0.6
117
117
  description: Simple, battle-tested conventions and helpers for building web pages.
118
118
  email: david@loudthinking.com
119
119
  executables: []
@@ -246,12 +246,12 @@ 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.0.5.1/actionview/CHANGELOG.md
250
- documentation_uri: https://api.rubyonrails.org/v7.0.5.1/
249
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.6/actionview/CHANGELOG.md
250
+ documentation_uri: https://api.rubyonrails.org/v7.0.6/
251
251
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
252
- source_code_uri: https://github.com/rails/rails/tree/v7.0.5.1/actionview
252
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.6/actionview
253
253
  rubygems_mfa_required: 'true'
254
- post_install_message:
254
+ post_install_message:
255
255
  rdoc_options: []
256
256
  require_paths:
257
257
  - lib
@@ -267,8 +267,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
267
267
  version: '0'
268
268
  requirements:
269
269
  - none
270
- rubygems_version: 3.3.3
271
- signing_key:
270
+ rubygems_version: 3.4.13
271
+ signing_key:
272
272
  specification_version: 4
273
273
  summary: Rendering framework putting the V in MVC (part of Rails).
274
274
  test_files: []