magic_stylez 0.0.0.4 → 0.0.0.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: 0050bfa48a766c4901d04eff60ebdc69b5c46878
4
- data.tar.gz: 10acc0f9c6464f5307a85fd43dff6d6de392eb53
3
+ metadata.gz: 002b82a4085ef9612f0d2020a94203208e32fb70
4
+ data.tar.gz: f9ee9c8613bf13ef52f3671c5b40519f6bff9ed1
5
5
  SHA512:
6
- metadata.gz: 81ec4cfa3df80e2976172b4bb60a5126a0e0cec2be653682d8a770fbc56b4a8917ad022d6111e028aca955324ca9818aad5d8487cdb8a8a47add71618209dc0a
7
- data.tar.gz: 2e06d27a0a3cabed51aaef1a01360b818225183e5e217b3729fe5f98581bc0d66d65630970555f824067d580bd7608e2457956ca5bd45700bea2c90f9b0d7fdd
6
+ metadata.gz: f840f55d5ebb803e7ffbded5a7a9f8eea116963b568a7084fb4c4c67b06e8150a935e326a855e8a66cf2e558f2540aa4095f5f5fc8d6a8c0a535ee22ba4f44f6
7
+ data.tar.gz: 96699a0d7429dc28a43457a0a03b5768516e7235174631f76c34bdb19b2dd777bbdf908bfc45b279f80cefc9b58afeda37b9da3875eb0a6152154e1a97246b64
@@ -8,8 +8,9 @@ module MagicStylez
8
8
  config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
9
9
  config.assets.precompile += %w(*.eot *.svg *.ttf *.woff)
10
10
 
11
- Sass.load_paths << stylesheets_path("bourbon")
12
- Sass.load_paths << stylesheets_path("bootstrap")
11
+ config.sass.load_paths << stylesheets_path("bourbon")
12
+ config.sass.load_paths << stylesheets_path("bootstrap")
13
+ config.sass.load_paths << javascripts_path("bootstrap")
13
14
  end
14
15
  end
15
16
  end
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.4"
2
+ VERSION = "0.0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_stylez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.4
4
+ version: 0.0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel