myg 2.10.0 → 2.10.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4eecc6e83a49f0bd0650c6387e64b1a7a8b6398f6a32377e3bc74066aff36937
4
- data.tar.gz: 51b17c34d0d68565eaeb7f9e1a4b9d7a2eb6306ca16f2f0e83ab2bc7fdafd156
3
+ metadata.gz: dd6c0ac70c33a00949b1bdd8d672946e5ba61a31f2ed1f23f7fe28d660a70fbf
4
+ data.tar.gz: 2c415db594ccd41a3d6b5376b1ba77864e5aa6337c82951e9f0932b320ed6a03
5
5
  SHA512:
6
- metadata.gz: 6b8a80a79943865ca3adf30ee79ed19448e0ce131c525bde0ac61b08b8f74a9a45df384c62a862d5b8efb8b12ad5df798e43d25d74d9a99bf9f7f540241dfbfc
7
- data.tar.gz: 03e40b9c3d1a48cda1aba64b697c666113b276ead5908de8ddfa5182f17c5a7e7a08474c9ff27c1191c07072851034c0a040d430b2fb33e7ad92822e958b3568
6
+ metadata.gz: ca4ce83d56121a7596fe940d41cf6ced249bbfd08783e5678b3d21343e68d4c876ba5389e71ac5cd70621f594b6d7878f554bd2f2f613919e93d32973fdb0920
7
+ data.tar.gz: '08fe6c6adbbfa16f4e7327be24289ca88ed36eb3e388f68604004b12c632d27264318c488d83b4b6bdfffb59858759cb96e44e8b9c98a610d7ca07ceffb9acc9'
@@ -4,6 +4,11 @@
4
4
 
5
5
  * nothing yet
6
6
 
7
+ ### 2.10.1 - 2018/05/20
8
+
9
+ * bugfixes
10
+ * fixed `Could not find "_elevation.scss" in any of your source paths` when running the `install` generator
11
+
7
12
  ### 2.10.0 - 2018/05/18
8
13
 
9
14
  * features
@@ -19,7 +19,6 @@ class Myg::InstallGenerator < Rails::Generators::Base
19
19
  template 'stylesheets/variables/_action-button.scss', "#{Myg.configuration&.stylesheets_dir || 'app/assets/stylesheets/myg'}/variables/_action-button.scss"
20
20
  template 'stylesheets/variables/_animate.scss', "#{Myg.configuration&.stylesheets_dir || 'app/assets/stylesheets/myg'}/variables/_animate.scss"
21
21
  template 'stylesheets/variables/_base.scss', "#{Myg.configuration&.stylesheets_dir || 'app/assets/stylesheets/myg'}/variables/_base.scss"
22
- template 'stylesheets/variables/_elevation.scss', "#{Myg.configuration&.stylesheets_dir || 'app/assets/stylesheets/myg'}/variables/_elevation.scss"
23
22
  template 'stylesheets/variables/_font.scss', "#{Myg.configuration&.stylesheets_dir || 'app/assets/stylesheets/myg'}/variables/_font.scss"
24
23
  template 'stylesheets/variables/_footer.scss', "#{Myg.configuration&.stylesheets_dir || 'app/assets/stylesheets/myg'}/variables/_footer.scss"
25
24
  template 'stylesheets/variables/_grid.scss', "#{Myg.configuration&.stylesheets_dir || 'app/assets/stylesheets/myg'}/variables/_grid.scss"
@@ -1,5 +1,5 @@
1
1
  module Myg
2
2
 
3
- VERSION = '2.10.0'
3
+ VERSION = '2.10.1'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: myg
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.0
4
+ version: 2.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Hübotter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-18 00:00:00.000000000 Z
11
+ date: 2018-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties