Package not found. Please check the package name and try again.

myg 2.0.0 → 2.0.1

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: 55cef74361c47b08c31b7f964505ae27eca66fddae39e3affb5949d315e146bf
4
- data.tar.gz: b9c42791739b28782f876b6894029b0430b889178948178f2873627cdc1467d6
3
+ metadata.gz: '09f5697e480e1443cdb068feb7fdf544e7fae3213c6144bd782586211ee88703'
4
+ data.tar.gz: 49f0bab3162a78ae135982c443ba7d2c528bde0c0e553b288518f7d8037c1025
5
5
  SHA512:
6
- metadata.gz: '0816eab69e1891006b65e78cda7226fd44a1f58d8790bae4b05f09f41697f84305e84344159cffd6c066d3ad716b233306b8c0b4482e73856b4708a6de03841b'
7
- data.tar.gz: 4ebad2ef55260fd0a86249a399aa356b89773b401b720a4ab0ebf6b1c54331965e47085b718e84f8b1bc71e06d99062656c207ad9949b646813d2d6b9a08ca47
6
+ metadata.gz: 299a38aa4839637e93d0e33d0eb940ce3f86cf6308d3b28833a1864782c8fbdaf1a7240b7c6717db76f8f43007b625c2ab753fff670f5f33f21139859205f2b4
7
+ data.tar.gz: 41b41f87c32f035e52acdd44d2a9b61cc2c887c7816ad1a335eb8b9d1f260949ebe049dd1170e945b32fbdae8c3a667e001dbca5ebf984e468abdec125db331b
data/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@
4
4
 
5
5
  * nothing yet
6
6
 
7
+ ### 2.0.1 - 2018/02/16
8
+
9
+ * bugfixes
10
+ * fixed generated initializer
11
+ * fixed generated `_variables.sass` file
12
+
7
13
  ### 2.0.0 - 2018/02/16
8
14
 
9
15
  * features
@@ -4,7 +4,7 @@ Myg.configure do |config|
4
4
  # config.javascripts_dir = 'app/assets/javascripts/myg'
5
5
 
6
6
  # Path to Myg stylehseets directory
7
- # config.stylehseets_dir = 'app/assets/stylesheets/myg'
7
+ # config.stylesheets_dir = 'app/assets/stylesheets/myg'
8
8
 
9
9
  # Enable or disable Webpack (ES6)
10
10
  # config.es6 = true
@@ -1,6 +1,7 @@
1
1
  @import "theme/_default"
2
2
 
3
3
  @import "variables/_action-button"
4
+ @import "variables/_animate"
4
5
  @import "variables/_base"
5
6
  @import "variables/_elevation"
6
7
  @import "variables/_font"
@@ -10,14 +11,3 @@
10
11
  @import "variables/_spacing"
11
12
  @import "variables/_text"
12
13
  @import "variables/_theme"
13
- @import "variables/_animate"
14
- @import "variables/_animate"
15
- @import "variables/_animate"
16
- @import "variables/_animate"
17
- @import "variables/_animate"
18
- @import "variables/_animate"
19
- @import "variables/_animate"
20
- @import "variables/_animate"
21
- @import "variables/_animate"
22
- @import "variables/_animate"
23
- @import "variables/_animate"
data/lib/myg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Myg
2
2
 
3
- VERSION = '2.0.0'
3
+ VERSION = '2.0.1'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: myg
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Hübotter
@@ -52,20 +52,6 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '5.0'
55
- - !ruby/object:Gem::Dependency
56
- name: sass-rails
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - "~>"
60
- - !ruby/object:Gem::Version
61
- version: '5.0'
62
- type: :runtime
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - "~>"
67
- - !ruby/object:Gem::Version
68
- version: '5.0'
69
55
  - !ruby/object:Gem::Dependency
70
56
  name: mozaic
71
57
  requirement: !ruby/object:Gem::Requirement