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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b36099809877d70c55cb66df8439e244291a42aeca061465b9b2f2055d5fe5fb
4
- data.tar.gz: 5aa278dc5c2fb4a47b751145ff8486b550036d97109b8e6e40e1f8db04995234
3
+ metadata.gz: 217041fa2973beac3d0ba93d8e1dcfa0c3b0d54cb600d2ed2b3b68ccf9a7fea3
4
+ data.tar.gz: 7620c40cd75ce89812a7d7656333241cb0732325e11f3e9765e36a8e33d12b8e
5
5
  SHA512:
6
- metadata.gz: 3e64f866c8d56768615c5e256bcf04b360b1fdb0f7cb5fc7eac5985de33623de12a96277d39548334bb6ca714b0141d46e2b0aa5be5e82a202cb4e3a2153dd2e
7
- data.tar.gz: bbc60f733c1d08783cf044ab53db4ac3bc5f1f21d2e063ef135a2dbd61fbbe5c1526f5e5ad1929027d0e96222b782a918faa7472df862840112f7c69c7c665d9
6
+ metadata.gz: 4f26b3209d3acd14adaa35143fc268ee6b3766907b31a03eb1a7511f3f0ac05884887bf8c13c1367368c4ae36f42e3f114400426fee5956346f5f94e479aca6b
7
+ data.tar.gz: 962ed42d5318b3e07fbd781d1aac1ce324a6aaee38f6026150114ed3493b82e53e867a0cfd595ba3811d5c01511b8e29f5f9f3be100e9cc9d072eae1f2dc5f70
@@ -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
@@ -1,3 +1,3 @@
1
1
  module WildayUi
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wilday_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - davidwinalda