vstheme2scss 0.0.3 → 0.0.6

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: aeea3c82899e814679d22e09f9e6b1d741f5a4dc11c22b30ab2a762c1ddd7b27
4
- data.tar.gz: 49cd6d5f964b09df052e73235f1deefa2b30f869239aab532bf36508ff6f3eb4
3
+ metadata.gz: 428e92178eb55151fc38447233e37f4979e2743f079c3acd53a6e7e0dbc6f4d1
4
+ data.tar.gz: 2e492bfcf1a7347cae98c779196aa02e359b713641ae5846dac738ef8f772868
5
5
  SHA512:
6
- metadata.gz: 9ec1c40a6d4d70919d74795ef43147946ea96475827c8ab144f00d77b57f244c6753b29dd7ff524ebd2cf1740a7428aaaf5d2b3e8ca51d8340bad686bd7cd428
7
- data.tar.gz: 6a730f369b1a0faa3afccaa21d8c90b5630dbc80efefc6480ec02ac1fc5e769fcbb23810469d903e541694e0c63bcc8433a0101da7b1a9f1c4a47bcb51fad63b
6
+ metadata.gz: 4e74d5bac942fd08cb0d90decbe02eeae4e4d2a9cd7fd1bc421b3c7e16c904cac9e52472cff81617a44aa655749f17ec8f541cb08360dd471767374389699816
7
+ data.tar.gz: 7028c4325de52d2b4acb8cdf4dbda203515dec36e97189ab2f1f97c7f6f38fa86321a48d127416abd6e2b45785eec685206a3c842c97e7d13adec5489bc9ef41
data/lib/converter.rb ADDED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vstheme2scss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Kruhlmann
@@ -12,11 +12,13 @@ date: 2020-01-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: ''
14
14
  email: kruhlmann@protonmail.com
15
- executables: []
15
+ executables:
16
+ - vstheme2scss
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
19
- - lib/vstheme2scss.rb
20
+ - bin/vstheme2scss
21
+ - lib/converter.rb
20
22
  homepage: https://github.com/Kruhlmann/vs-theme-2-scss
21
23
  licenses:
22
24
  - GPL-3.0-or-later
File without changes