compass_radix 3.0.0 → 3.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
- data/README.md +9 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 435c5a5dddb20259c57b270bfad98ad1ff338f81
|
|
4
|
+
data.tar.gz: a1eed4de25e41cc6e22dfd02b3bebefa6a5dd82b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ebb4792fffbf9f875ab669a35bbfa69af65d687c4db6ea9fd5473fd72c26381088d0e8f0f37a01512794be9e0036ed396c59cb11cf1844e74bcd3a17fa5dfac1
|
|
7
|
+
data.tar.gz: 63b3f5897e6b8389e96ec1a2c6f41c696f00c4e13263e673f0986747d1f23cc0770c5cc61d65e0909d1ff38f9a28090c4bb4541a8dc10dfa8dd0efc2631d51d9
|
data/README.md
CHANGED
|
@@ -3,4 +3,12 @@ Compass Radix
|
|
|
3
3
|
|
|
4
4
|
A Compass extension for Drupal's Radix theme.
|
|
5
5
|
|
|
6
|
-
For documentation and more see [http://drupal.org/project/radix](http://drupal.org/project/radix).
|
|
6
|
+
For documentation and more see [http://drupal.org/project/radix](http://drupal.org/project/radix).
|
|
7
|
+
|
|
8
|
+
For Radix 3.x, use compass_radix 3.x.x by running:
|
|
9
|
+
|
|
10
|
+
sudo gem install compass_radix -v 3
|
|
11
|
+
|
|
12
|
+
For Radix 2.x, use compass_radix 2.x.x by running:
|
|
13
|
+
|
|
14
|
+
sudo gem install compass_radix -v 2
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass_radix
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arshad Chummun
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-02-
|
|
11
|
+
date: 2014-02-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: compass
|