wilday_ui 0.5.1 → 0.5.2
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/wilday_ui/engine.rb +2 -2
- data/lib/wilday_ui/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 217041fa2973beac3d0ba93d8e1dcfa0c3b0d54cb600d2ed2b3b68ccf9a7fea3
|
4
|
+
data.tar.gz: 7620c40cd75ce89812a7d7656333241cb0732325e11f3e9765e36a8e33d12b8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f26b3209d3acd14adaa35143fc268ee6b3766907b31a03eb1a7511f3f0ac05884887bf8c13c1367368c4ae36f42e3f114400426fee5956346f5f94e479aca6b
|
7
|
+
data.tar.gz: 962ed42d5318b3e07fbd781d1aac1ce324a6aaee38f6026150114ed3493b82e53e867a0cfd595ba3811d5c01511b8e29f5f9f3be100e9cc9d072eae1f2dc5f70
|
data/lib/wilday_ui/engine.rb
CHANGED
@@ -6,8 +6,8 @@ module WildayUi
|
|
6
6
|
isolate_namespace WildayUi
|
7
7
|
|
8
8
|
# Add lib to autoload paths
|
9
|
-
config.autoload_paths << root.join("lib")
|
10
|
-
config.eager_load_paths << root.join("lib")
|
9
|
+
# config.autoload_paths << root.join("lib")
|
10
|
+
# config.eager_load_paths << root.join("lib")
|
11
11
|
|
12
12
|
# Initialize theme configuration
|
13
13
|
initializer "wilday_ui.configuration", before: :load_config_initializers do
|
data/lib/wilday_ui/version.rb
CHANGED