jekyll-compass 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 +4 -4
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffcf011e993c125962a624b9385b1a912b55c79a
|
|
4
|
+
data.tar.gz: 0dcfb30b964ecc3c534551b145dad649f6bd1f2d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ead1639c2633d67cd0a74ebcb08e42aa5aa46c63f7bcac1c9b4e87cd8b0d060a2e64f92c83a62d3a4078cf1acda3e3d973646043a66dbd170ba50d519c827d4
|
|
7
|
+
data.tar.gz: 7ed7f809c25a2058f8260e7fad3e8c83a667391abfcc50f7add81e9ebfcffe972a7e57d8001b7cdff3c311af5ad0ba63461fc8b60f074d95e7fd27370f824a4a
|
metadata
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-compass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Scharley
|
|
8
|
+
- Jean-Denis Vauguet
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
@@ -39,9 +40,9 @@ dependencies:
|
|
|
39
40
|
- !ruby/object:Gem::Version
|
|
40
41
|
version: '3.0'
|
|
41
42
|
description: |2
|
|
42
|
-
|
|
43
|
+
A Jekyll plugin enabling the Compass framework.
|
|
43
44
|
Jekyll website. Compass is an extension library for the CSS preprocessor Sass.
|
|
44
|
-
email:
|
|
45
|
+
email: jd@vauguet.fr
|
|
45
46
|
executables: []
|
|
46
47
|
extensions: []
|
|
47
48
|
extra_rdoc_files: []
|
|
@@ -55,7 +56,7 @@ files:
|
|
|
55
56
|
- lib/jekyll/compass/compass_file.rb
|
|
56
57
|
- lib/jekyll/compass/compass_installer.rb
|
|
57
58
|
- lib/jekyll/compass/generator.rb
|
|
58
|
-
homepage: https://github.com/
|
|
59
|
+
homepage: https://github.com/chikamichi/jekyll-compass
|
|
59
60
|
licenses:
|
|
60
61
|
- MIT
|
|
61
62
|
metadata: {}
|