singularitygs 1.2.0.rc.6 → 1.2.0
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/lib/singularitygs.rb +10 -7
- data/stylesheets/singularitygs/helpers/_background-grid.scss +0 -10
- metadata +5 -19
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d018aca546f8881889bc917ed41e55c35f8f05e6
|
|
4
|
+
data.tar.gz: dc5664fdaae15f77173c353225891a21c3cf8aca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90134b227c9287796d4215edbd2596877a06be6898948d387a7dfde10258ad5320a714c25d2c0fe4160fe8eb838a7bbbca573a08dd416d59c9fb50b1a95bc532
|
|
7
|
+
data.tar.gz: ee0a0137a6c437a9061ba011b911bd3024240409d85c199b0e4b52584e41076c1d1c8d3453c2c9e8acd0cc55442b9d551d9db113e3660051a56d528acb7e5ade
|
data/lib/singularitygs.rb
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
require 'breakpoint'
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
if (defined? Compass)
|
|
2
|
+
require 'breakpoint'
|
|
3
|
+
Compass::Frameworks.register(
|
|
4
|
+
"singularitygs",
|
|
5
|
+
:path => "#{File.dirname(__FILE__)}/.."
|
|
6
|
+
)
|
|
7
|
+
end
|
|
5
8
|
|
|
6
9
|
module SingularityGS
|
|
7
|
-
VERSION = "1.2.0
|
|
8
|
-
DATE = "2014-
|
|
9
|
-
end
|
|
10
|
+
VERSION = "1.2.0"
|
|
11
|
+
DATE = "2014-03-11"
|
|
12
|
+
end
|
|
@@ -217,20 +217,10 @@
|
|
|
217
217
|
|
|
218
218
|
@if $bkpt != -1px {
|
|
219
219
|
@include breakpoint($bkpt) {
|
|
220
|
-
@if mixin-exists(background-image) and function-exists(linear-gradient) {
|
|
221
|
-
@include background-image(
|
|
222
|
-
linear-gradient($Direction, $Gradient)
|
|
223
|
-
);
|
|
224
|
-
}
|
|
225
220
|
background-image: linear-gradient(to opposite-direction($Direction), $Gradient);
|
|
226
221
|
}
|
|
227
222
|
}
|
|
228
223
|
@else {
|
|
229
|
-
@if mixin-exists(background-image) and function-exists(linear-gradient) {
|
|
230
|
-
@include background-image(
|
|
231
|
-
linear-gradient($Direction, $Gradient)
|
|
232
|
-
);
|
|
233
|
-
}
|
|
234
224
|
background-image: linear-gradient(to opposite-direction($Direction), $Gradient);
|
|
235
225
|
}
|
|
236
226
|
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: singularitygs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.0
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Scott Kellum
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-03-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass
|
|
@@ -17,28 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - ~>
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 3.3.0
|
|
20
|
+
version: 3.3.0
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - ~>
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 3.3.0
|
|
28
|
-
- !ruby/object:Gem::Dependency
|
|
29
|
-
name: compass
|
|
30
|
-
requirement: !ruby/object:Gem::Requirement
|
|
31
|
-
requirements:
|
|
32
|
-
- - ~>
|
|
33
|
-
- !ruby/object:Gem::Version
|
|
34
|
-
version: 1.0.0.alpha.13
|
|
35
|
-
type: :runtime
|
|
36
|
-
prerelease: false
|
|
37
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
38
|
-
requirements:
|
|
39
|
-
- - ~>
|
|
40
|
-
- !ruby/object:Gem::Version
|
|
41
|
-
version: 1.0.0.alpha.13
|
|
27
|
+
version: 3.3.0
|
|
42
28
|
- !ruby/object:Gem::Dependency
|
|
43
29
|
name: breakpoint
|
|
44
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -138,7 +124,7 @@ rubygems_version: 2.0.3
|
|
|
138
124
|
signing_key:
|
|
139
125
|
specification_version: 4
|
|
140
126
|
summary: Singularity is a fluid grid system that can generate uniform columns as well
|
|
141
|
-
as asymmetric and compound grids. It is designed to be
|
|
127
|
+
as asymmetric and compound grids. It is designed to be extensible, adding additional
|
|
142
128
|
outputs or grid generators are easy, and the core syntax is simple to build upon
|
|
143
129
|
for custom input syntaxes.
|
|
144
130
|
test_files: []
|