shoelace 0.1.4 → 0.1.5

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
  SHA1:
3
- metadata.gz: 478c1cb1ff1d97f796fa0b78a189c2dfcd918db1
4
- data.tar.gz: b4391579b77d84c8ed1507416a0de5fdf9337dd8
3
+ metadata.gz: 3ba86af1ca172c711fab4f9cd9f1888079cad0a0
4
+ data.tar.gz: fcf757c557299b10a0efaeb90ea382f9ab9d11e6
5
5
  SHA512:
6
- metadata.gz: d68e7379bcb52bfdb9281a437b5998c5f09d8ca4bd8ffc57b6c4e64813925d6029139d34ebe6a24412a7f8f8dc2ae60080772446ae6a5a6edb3c5b6fa94a0f3a
7
- data.tar.gz: 6fc96abedca61e599c6de6dd1d577ce3e10e4d9125d093b3a68b725d276da71224fba2fef0ce1ace31077012daa848169bbebb157058bd664572877573dee769
6
+ metadata.gz: f7a80cfd1b4701c1c929482e557a62c84504e5c145463cc9ce905098d4dfcaaaf2b58d914c62673d36639166f8ddff2d688fe32e05ab7afde4bfdf9079d64df8
7
+ data.tar.gz: ddde2d9b44a0a7ab58351856a3810a3763757dbda3fea94655be85922510439a4bca354344e0a1bebbaa7c7078b9622c2e9c4642ba0c995754543baaddb1efc2
@@ -0,0 +1,9 @@
1
+ module Shoelace
2
+ module Rails
3
+ class Engine < ::Rails::Engine
4
+ initializer 'shoelace.engine', :group => :all do |app|
5
+ app.config.assets.paths << root.join('assets', 'stylesheets')
6
+ end
7
+ end
8
+ end
9
+ end
@@ -1,3 +1,3 @@
1
1
  module Shoelace
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoelace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Norman
@@ -85,6 +85,7 @@ files:
85
85
  - bin/console
86
86
  - bin/setup
87
87
  - lib/shoelace.rb
88
+ - lib/shoelace/engine.rb
88
89
  - lib/shoelace/version.rb
89
90
  - shoelace.gemspec
90
91
  homepage: https://github.com/tenforwardconsulting/shoelace