SassyLists 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -0
- data/lib/SassyLists.rb +2 -2
- data/stylesheets/SassyLists/_prepend.scss +1 -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: 5eaa4083a1a28198d2f0c464963ee950330bcf2a
|
4
|
+
data.tar.gz: 49dabd33892af67244430c144a7b025313f61381
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92100eddaf4fbabfc5688ddff79c89100d9cfdf799bbd2bc1a24114729abacbddd1b6778588f28e08e9ca0d4b23d1a2adf8d3ec4860f4e1b335d86c7825c5d57
|
7
|
+
data.tar.gz: 4b218a6e01215c618f35fa460e9a1cb07659364cb552b7c176c3c9e801b42817ac906bd3df06fdeed231367444aabf889e8e180110af6f328c1fac9b7bd316f3
|
data/CHANGELOG.md
CHANGED
data/lib/SassyLists.rb
CHANGED
@@ -15,7 +15,7 @@ end
|
|
15
15
|
# Version is a number. If a version contains alphas, it will be created as a prerelease version
|
16
16
|
# Date is in the form of YYYY-MM-DD
|
17
17
|
module SassyLists
|
18
|
-
VERSION = "2.1.
|
19
|
-
DATE = "2014-07-
|
18
|
+
VERSION = "2.1.1"
|
19
|
+
DATE = "2014-07-02"
|
20
20
|
end
|
21
21
|
|
@@ -10,7 +10,7 @@
|
|
10
10
|
// @return {List}
|
11
11
|
|
12
12
|
@function sl-prepend($list, $value) {
|
13
|
-
@if missing-dependencies(sl-is-true) == true { @return null; }
|
13
|
+
@if sl-missing-dependencies(sl-is-true) == true { @return null; }
|
14
14
|
|
15
15
|
@if sl-is-true($value) {
|
16
16
|
@return join($value, $list, list-separator($list));
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: SassyLists
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hugo Giraudel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|