yamlcss 1.0.2 → 1.0.3

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
  SHA1:
3
- metadata.gz: 70c259aa001b8abbec0c749379c51c3267919e8c
4
- data.tar.gz: 2a356c40876e5aef21e46bee815812bc31423879
3
+ metadata.gz: 6493f753c7afdeea9c7585b20fa77e4036b48af2
4
+ data.tar.gz: 76cb8f9192f5dd08df04a67df424a5054c47290d
5
5
  SHA512:
6
- metadata.gz: e6561fe43847106854bcad080bed4bc5900dcdf018295beda387cfed3a16dc9697cb7c92b25d14d090275e8547908ce2ef58a2142025b607565118389abb7226
7
- data.tar.gz: a4ab80901fb0d6e79b7d408fd0da81bc2be4044640dff0b440c024d1bac20770f7ccc88bb296aff1d2c5c69ae48207ccd6776c0b9f04882c0cd6231cc997dd5f
6
+ metadata.gz: bd11d2e1a3e2e12efc004e29f5e5abbaf17886e472f80b797e0af610af17836af7b8f8846cbe1bdb8fd8d08e79363ecf6f647ada4a92892c3f1fbe5297866019
7
+ data.tar.gz: 1a0fe612a9e48c2a8f1b2d62f0656fdbb7aabefab4427c9cb1cfde4fc87cce0e0f88cb64aa26f25cc5d0be96a858152afab06d01a70bc7e7da86f1f37922aec1
data/Readme.md CHANGED
@@ -44,7 +44,7 @@ stylesheets must be imported below YAML:
44
44
 
45
45
  YAML includes an easy way to generate a directory with all the necessary
46
46
  files.
47
- For command line help: `$ yaml help`
47
+ For command line help: `$ yamlcss help`
48
48
 
49
49
  ### Install (YAML v4.1+)
50
50
 
@@ -52,7 +52,7 @@ For command line help: `$ yaml help`
52
52
 
53
53
  Install YAML into the current directory by generating the `yaml` folder:
54
54
 
55
- yaml install
55
+ yamlcss install
56
56
 
57
57
  The generated folder will contain all the YAML files (CSS & Sass). It is
58
58
  recommended not to add or modify the YAML files so that you can update YAML
@@ -60,7 +60,7 @@ easily.
60
60
 
61
61
  You can specify a target directory using the `path` flag:
62
62
 
63
- yaml install --path my/custom/path/
63
+ yamlcss install --path my/custom/path/
64
64
 
65
65
  ### Import Sass
66
66
 
@@ -2,6 +2,7 @@
2
2
 
3
3
  | Gem | YAML |
4
4
  |--------|--------|
5
+ | 1.0.3 | ↾ |
5
6
  | 1.0.2 | ↾ |
6
7
  | 1.0.1 | ↾ |
7
- | 1.0.0 | 4.2.1 |
8
+ | 1.0.0 | 4.1.2 |
@@ -1,4 +1,4 @@
1
1
  # Set the Gem version number.
2
2
  module YamlCss
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yamlcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Schulze