jekyll-compass 0.1.0.rc.2 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f257ab29075f66febfbd240d2f1e37ea96fba5b
|
4
|
+
data.tar.gz: 5f5d4e5e58029ff025b953dd69c64a17bc64e929
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc468f21456350f469e69b65f513e5c2b9c62a4a90c0c6bf22b209b82bb5c43019fcf3fa6630bc26c50dea49404acd570d6eff7a864b65fab9d2e9aaecfa140d
|
7
|
+
data.tar.gz: 54ac19ff2216236862bd5b9567f1f784833edf7b9b0e55fe9e2d9d77c1036fdf6af2e63871d86fa4f5a3a0b8bc59822aeeb4bbbd67258c7b074d8421b5677964
|
data/README.md
CHANGED
@@ -12,7 +12,7 @@ Synopsis
|
|
12
12
|
--------
|
13
13
|
|
14
14
|
jekyll-compass is a jekyll plugin that provides an interface between Jekyll's building commands and the Compass
|
15
|
-
libraries to automatically build your Compass
|
15
|
+
libraries to automatically build your Compass Sass files during a regular website build. This means your CSS files
|
16
16
|
end up directly in your `_site` output folder and never need to be checked into your version control.
|
17
17
|
|
18
18
|
Installation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-compass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew Scharley
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-11-
|
11
|
+
date: 2013-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: compass
|
@@ -30,17 +30,17 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '>='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 1.3
|
33
|
+
version: '1.3'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 1.3
|
40
|
+
version: '1.3'
|
41
41
|
description: |2
|
42
42
|
This project is a plugin for the Jekyll static website generator to allow for using Compass projects with your
|
43
|
-
Jekyll website. Compass is an extension library for the CSS preprocessor
|
43
|
+
Jekyll website. Compass is an extension library for the CSS preprocessor Sass.
|
44
44
|
email: matt.scharley@gmail.com
|
45
45
|
executables: []
|
46
46
|
extensions: []
|
@@ -65,9 +65,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
65
65
|
version: '0'
|
66
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
|
-
- - '
|
68
|
+
- - '>='
|
69
69
|
- !ruby/object:Gem::Version
|
70
|
-
version:
|
70
|
+
version: '0'
|
71
71
|
requirements: []
|
72
72
|
rubyforge_project:
|
73
73
|
rubygems_version: 2.0.3
|