view_component 2.67.0 → 2.68.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 +4 -4
- data/LICENSE.txt +1 -1
- data/docs/CHANGELOG.md +10 -0
- data/lib/view_component/base.rb +1 -0
- data/lib/view_component/version.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc70b125c7bf45480588c0161df7993d19ce3f3c67f9303c2e7c09d836bc3b5e
|
|
4
|
+
data.tar.gz: 7cbaec3b7b25d762cfc8068f932520135c4e989a549754cdb9733d6c356853f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5afca6dd4a94bf0ee395fa72d577a7ce0031f590b6d6cd4c1fd7625422d71c5ebe6cce52111f9350b66803d3421cf504c694f8b35229fc726e2bd1d32dd414db
|
|
7
|
+
data.tar.gz: 185329894deb2a89735087da12093040e08a2009ba8b9fe934b83731539f93c479d130e2cd3a7d112895ad489b268167f0c8c71712ef42582921975e729eb59d
|
data/LICENSE.txt
CHANGED
data/docs/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,16 @@ title: Changelog
|
|
|
9
9
|
|
|
10
10
|
## main
|
|
11
11
|
|
|
12
|
+
## 2.68.0
|
|
13
|
+
|
|
14
|
+
* Update `gemspec` author to be ViewComponent team.
|
|
15
|
+
|
|
16
|
+
*Joel Hawksley*
|
|
17
|
+
|
|
18
|
+
* Fix bug where `ViewComponent::Compiler` wasn't required.
|
|
19
|
+
|
|
20
|
+
*Joel Hawksley*
|
|
21
|
+
|
|
12
22
|
## 2.67.0
|
|
13
23
|
|
|
14
24
|
* Use ViewComponent::Base.config as the internal endpoint for config.
|
data/lib/view_component/base.rb
CHANGED
|
@@ -4,6 +4,7 @@ require "action_view"
|
|
|
4
4
|
require "active_support/configurable"
|
|
5
5
|
require "view_component/collection"
|
|
6
6
|
require "view_component/compile_cache"
|
|
7
|
+
require "view_component/compiler"
|
|
7
8
|
require "view_component/config"
|
|
8
9
|
require "view_component/content_areas"
|
|
9
10
|
require "view_component/polymorphic_slots"
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: view_component
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.68.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- ViewComponent Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -104,16 +104,16 @@ dependencies:
|
|
|
104
104
|
name: bundler
|
|
105
105
|
requirement: !ruby/object:Gem::Requirement
|
|
106
106
|
requirements:
|
|
107
|
-
- - "
|
|
107
|
+
- - "~>"
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version:
|
|
109
|
+
version: '2'
|
|
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:
|
|
116
|
+
version: '2'
|
|
117
117
|
- !ruby/object:Gem::Dependency
|
|
118
118
|
name: erb_lint
|
|
119
119
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -300,19 +300,18 @@ dependencies:
|
|
|
300
300
|
name: yard-activesupport-concern
|
|
301
301
|
requirement: !ruby/object:Gem::Requirement
|
|
302
302
|
requirements:
|
|
303
|
-
- - "
|
|
303
|
+
- - "~>"
|
|
304
304
|
- !ruby/object:Gem::Version
|
|
305
|
-
version:
|
|
305
|
+
version: 0.0.1
|
|
306
306
|
type: :development
|
|
307
307
|
prerelease: false
|
|
308
308
|
version_requirements: !ruby/object:Gem::Requirement
|
|
309
309
|
requirements:
|
|
310
|
-
- - "
|
|
310
|
+
- - "~>"
|
|
311
311
|
- !ruby/object:Gem::Version
|
|
312
|
-
version:
|
|
312
|
+
version: 0.0.1
|
|
313
313
|
description:
|
|
314
314
|
email:
|
|
315
|
-
- opensource+view_component@github.com
|
|
316
315
|
executables: []
|
|
317
316
|
extensions: []
|
|
318
317
|
extra_rdoc_files: []
|
|
@@ -385,7 +384,7 @@ files:
|
|
|
385
384
|
- lib/view_component/version.rb
|
|
386
385
|
- lib/view_component/with_content_helper.rb
|
|
387
386
|
- lib/yard/mattr_accessor_handler.rb
|
|
388
|
-
homepage: https://
|
|
387
|
+
homepage: https://viewcomponent.org
|
|
389
388
|
licenses:
|
|
390
389
|
- MIT
|
|
391
390
|
metadata:
|
|
@@ -408,5 +407,6 @@ requirements: []
|
|
|
408
407
|
rubygems_version: 3.2.32
|
|
409
408
|
signing_key:
|
|
410
409
|
specification_version: 4
|
|
411
|
-
summary:
|
|
410
|
+
summary: A framework for building reusable, testable & encapsulated view components
|
|
411
|
+
in Ruby on Rails.
|
|
412
412
|
test_files: []
|