susy 2.2.6 → 2.2.7
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/LICENSE.txt +1 -1
- data/README.md +1 -1
- data/VERSION +1 -1
- data/docs/changelog.rst +1 -1
- metadata +4 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1e16ae194054bc18e04c7a3d6727d952bf5ea63
|
|
4
|
+
data.tar.gz: ade05fb8524780fa5d3207236a8983b8d5f05882
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73aa8e056cc4dcf0d259a7773b1521c40923eea94800337bcabdbe64f8e549c3b4dd80b0a44edfd4b7291f257da0b296b7d7f03baec7591b0347823729ca9380
|
|
7
|
+
data.tar.gz: 4a64f9279fb2af89507643cd11a61cbaa07f7b65b17fa2982ceda16894a130578b09e7d3d8754fd1ab06d27c6f60e828e003fa28e6bf43e4964ac31050e61df7
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Power Tools For The Web
|
|
2
2
|
=======================
|
|
3
3
|
|
|
4
|
-
[](https://travis-ci.org/oddbird/susy)
|
|
5
5
|
|
|
6
6
|
Susy is an agnostic set of tools
|
|
7
7
|
for creating powerful, custom layouts.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.2.
|
|
1
|
+
2.2.6
|
data/docs/changelog.rst
CHANGED
|
@@ -365,7 +365,7 @@ Backwards Incompatible:
|
|
|
365
365
|
to ``$show-grids`` setting.
|
|
366
366
|
``show`` will show both columns/baseline, default is ``show-columns``.
|
|
367
367
|
|
|
368
|
-
.. _True: http://
|
|
368
|
+
.. _True: http://miriamsuzanne.com/true/
|
|
369
369
|
|
|
370
370
|
|
|
371
371
|
2.0.0.alpha.2 — May 7 2013
|
metadata
CHANGED
|
@@ -1,19 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: susy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Eric Suzanne
|
|
8
|
-
- Tsachi Shlidor
|
|
9
|
-
- Aaron Gray
|
|
10
|
-
- Rachel Nabors
|
|
11
|
-
- Jina Bolton
|
|
12
|
-
- Danny Palmer
|
|
7
|
+
- Miriam Eric Suzanne
|
|
13
8
|
autorequire:
|
|
14
9
|
bindir: bin
|
|
15
10
|
cert_chain: []
|
|
16
|
-
date:
|
|
11
|
+
date: 2015-09-01 00:00:00.000000000 Z
|
|
17
12
|
dependencies:
|
|
18
13
|
- !ruby/object:Gem::Dependency
|
|
19
14
|
name: sass
|
|
@@ -38,12 +33,7 @@ dependencies:
|
|
|
38
33
|
description: Susy is a toolkit for building layouts of all types with a simple, natural
|
|
39
34
|
syntax.
|
|
40
35
|
email:
|
|
41
|
-
-
|
|
42
|
-
- tsi.shlidor@gmail.com
|
|
43
|
-
- aaron@hellometa.com
|
|
44
|
-
- rachelnabors@gmail.com
|
|
45
|
-
- jina@sushiandrobots.com
|
|
46
|
-
- danny@dannyprose.com
|
|
36
|
+
- miriam@oddbird.net
|
|
47
37
|
executables: []
|
|
48
38
|
extensions: []
|
|
49
39
|
extra_rdoc_files:
|