gridle 1.3.25 → 1.3.26
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gridle.rb +2 -2
- data/stylesheets/gridle/_gridle.scss +4 -4
- data/stylesheets/gridle/_settings-mixins.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: 64d0c4a9dffc6f133c9c8253e08b12529c74c511
|
4
|
+
data.tar.gz: f1397a73c4233a25bc6af14fe1a4273647fdf6ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 545b8606dec17014a896fd3f4732a88b0eaf3e26983a78fc1a8a37ab072e7de016d7944c94d0aad3bacd69cf20b7cb8d947e547657bec6e0032b1fad87470fc8
|
7
|
+
data.tar.gz: 2fa77f60f586947c6b85965ac2a1f3f65ae079fa71a1d971b64e55b867bc4e2aac88b804319454cf1d2b36cd7a6da5ed06ef8cc2584bba4690ee13261ea8b65d
|
data/lib/gridle.rb
CHANGED
@@ -17,8 +17,8 @@ Compass::Frameworks.register('gridle', :path => extension_path)
|
|
17
17
|
# a prerelease version
|
18
18
|
# Date is in the form of YYYY-MM-DD
|
19
19
|
module Extension
|
20
|
-
VERSION = "1.3.
|
21
|
-
DATE = "2014-
|
20
|
+
VERSION = "1.3.26"
|
21
|
+
DATE = "2014-07-08"
|
22
22
|
end
|
23
23
|
|
24
24
|
# This is where any custom SassScript should be placed. The functions will be
|
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
// |------------------------------------------------------
|
10
10
|
// |------------------------------------------------------
|
11
|
-
// Copyright (c)
|
11
|
+
// Copyright (c) 2014 Olivier Bossel
|
12
12
|
|
13
13
|
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
14
14
|
// documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
@@ -29,13 +29,13 @@
|
|
29
29
|
// |------------------------------------------------------
|
30
30
|
// |------------------------------------------------------
|
31
31
|
// @created 25.03.13
|
32
|
-
// @updated
|
32
|
+
// @updated 08.07.14
|
33
33
|
// @author Olivier Bossel <olivier.bossel@gmail.com>
|
34
|
-
// @version 1.3.
|
34
|
+
// @version 1.3.26
|
35
35
|
// |------------------------------------------------------
|
36
36
|
// |------------------------------------------------------
|
37
37
|
|
38
|
-
$_gridle-version : "1.3.
|
38
|
+
$_gridle-version : "1.3.26";
|
39
39
|
|
40
40
|
|
41
41
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gridle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.26
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Olivier Bossel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|