actionview 7.0.9 → 7.0.10
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/action_view/gem_version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f4eb583b9710b5c18978f3953c62b5594764250581eaf7a1aa863f309858f31
|
|
4
|
+
data.tar.gz: e3a5022bba53db90db7ed048ea68aeb68a69af979278f940c613f07189aaed44
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eadcabcaf3b0edb1650b9c7eb4655ff54cff9605e7f47866dcd725b6c4bf2024844f821d2987ef4ef5c6661164e73831668f4e98405b3a5f5cf76c5819de849e
|
|
7
|
+
data.tar.gz: 2b821a3e24c7ab8ac0c26a5475e050ac037c7d3cec5aeb7a4a59172d95ea7c3b88f920d4fd9935f0e26797684798368a4cc305c65c2d8dc0635f72aa4fd46ae6
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: actionview
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.0.
|
|
4
|
+
version: 7.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - '='
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 7.0.
|
|
18
|
+
version: 7.0.10
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - '='
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 7.0.
|
|
25
|
+
version: 7.0.10
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: builder
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -91,28 +91,28 @@ dependencies:
|
|
|
91
91
|
requirements:
|
|
92
92
|
- - '='
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
|
-
version: 7.0.
|
|
94
|
+
version: 7.0.10
|
|
95
95
|
type: :development
|
|
96
96
|
prerelease: false
|
|
97
97
|
version_requirements: !ruby/object:Gem::Requirement
|
|
98
98
|
requirements:
|
|
99
99
|
- - '='
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
|
-
version: 7.0.
|
|
101
|
+
version: 7.0.10
|
|
102
102
|
- !ruby/object:Gem::Dependency
|
|
103
103
|
name: activemodel
|
|
104
104
|
requirement: !ruby/object:Gem::Requirement
|
|
105
105
|
requirements:
|
|
106
106
|
- - '='
|
|
107
107
|
- !ruby/object:Gem::Version
|
|
108
|
-
version: 7.0.
|
|
108
|
+
version: 7.0.10
|
|
109
109
|
type: :development
|
|
110
110
|
prerelease: false
|
|
111
111
|
version_requirements: !ruby/object:Gem::Requirement
|
|
112
112
|
requirements:
|
|
113
113
|
- - '='
|
|
114
114
|
- !ruby/object:Gem::Version
|
|
115
|
-
version: 7.0.
|
|
115
|
+
version: 7.0.10
|
|
116
116
|
description: Simple, battle-tested conventions and helpers for building web pages.
|
|
117
117
|
email: david@loudthinking.com
|
|
118
118
|
executables: []
|
|
@@ -245,10 +245,10 @@ 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.0.
|
|
249
|
-
documentation_uri: https://api.rubyonrails.org/v7.0.
|
|
248
|
+
changelog_uri: https://github.com/rails/rails/blob/v7.0.10/actionview/CHANGELOG.md
|
|
249
|
+
documentation_uri: https://api.rubyonrails.org/v7.0.10/
|
|
250
250
|
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
|
|
251
|
-
source_code_uri: https://github.com/rails/rails/tree/v7.0.
|
|
251
|
+
source_code_uri: https://github.com/rails/rails/tree/v7.0.10/actionview
|
|
252
252
|
rubygems_mfa_required: 'true'
|
|
253
253
|
rdoc_options: []
|
|
254
254
|
require_paths:
|