gridle 1.3.11 → 1.3.12
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/_mixins.scss +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28c9e72856eab87288fc70d69b51a57817932236
|
4
|
+
data.tar.gz: 502dbd41a4d3becb0228dd2321a3b04eb400c707
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 575712c715ce1f27c76bb2517a41739094158e2adba6fffc7e53d2dc792d9a45217320eed396e6594488aba4a9c0f54a18f9e5d85b6d3433f41f3287da4d1dba
|
7
|
+
data.tar.gz: 5c1fc0fe8942bd530661885de8acdcb0e74ab8fc9b32fc7515f4b3c1c1d5f6adf144b5f7cd606840bf49023d1729135ae18c7471baa6893ad9bc91f096b41a71
|
data/lib/gridle.rb
CHANGED
@@ -16,8 +16,8 @@
|
|
16
16
|
# a prerelease version
|
17
17
|
# Date is in the form of YYYY-MM-DD
|
18
18
|
module Extension
|
19
|
-
VERSION = "1.3.
|
20
|
-
DATE = "
|
19
|
+
VERSION = "1.3.12"
|
20
|
+
DATE = "2013-05-16"
|
21
21
|
end
|
22
22
|
|
23
23
|
# This is where any custom SassScript should be placed. The functions will be
|
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.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Olivier Bossel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2013-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
61
|
version: 1.3.6
|
62
62
|
requirements: []
|
63
63
|
rubyforge_project: gridle
|
64
|
-
rubygems_version: 2.0.
|
64
|
+
rubygems_version: 2.0.3
|
65
65
|
signing_key:
|
66
66
|
specification_version: 4
|
67
67
|
summary: Gridle is a set of complete and simple settings, mixins and classes that
|