spark_components 1.3.0 → 1.3.1
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/lib/spark_components/engine.rb +4 -0
- data/lib/spark_components/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b60e313109acdaadd7bb6a3d476e36048be57ee1c4bcb5688dd53dd05fdadc5b
|
|
4
|
+
data.tar.gz: 55c14f9ceeb0a0dbe1000e30b97d2d6934e2d98f11ed8b425b6e6086934e76aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: efa20e3956e31053642f038f4cbce2e3deede58c6635b6fb907b7f4ef26b02c81aaf2ef9ac46f2793ffc1e13845d6717a3a25b21f21cf53dd5926dc034c31f9a
|
|
7
|
+
data.tar.gz: f41dc7b8e7b6dc7ff9d643bce6a07dfd6646e76695856936c09264a78542c1d94907640b9cf134160c84ba16feeaef2a0750431d6bc4a68ec235037e1b665825
|
|
@@ -8,6 +8,10 @@ module SparkComponents
|
|
|
8
8
|
app.config.assets.paths << SparkComponents.components_path if app.config.respond_to?(:assets)
|
|
9
9
|
end
|
|
10
10
|
|
|
11
|
+
initializer 'components.autoload', :before => :set_autoload_paths do |app|
|
|
12
|
+
app.config.autoload_paths << File.join(app.root, 'app/components')
|
|
13
|
+
end
|
|
14
|
+
|
|
11
15
|
initializer "components.view_helpers" do
|
|
12
16
|
ActiveSupport.on_load :action_controller do
|
|
13
17
|
helper SparkComponents::ComponentHelper
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spark_components
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandon Mathis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-09-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|