flint-gs 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/flint.rb +1 -1
- data/{sass → stylesheets}/_flint.scss +0 -0
- data/{sass → stylesheets}/flint/config/_config.scss +0 -0
- data/{sass → stylesheets}/flint/functions/_functions.scss +0 -0
- data/{sass → stylesheets}/flint/functions/helpers/_helpers.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_calc-breakpoint.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_calc-margin.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_calc-width.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_exists.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_family-instance-exists.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_fluid-width.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_get-index.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_get-instance-value.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_get-substring.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_get-value.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_instance.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_last.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_list-to-string.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_map-fetch.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_next-index.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_purge.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_remove.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_replace.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_steal-key.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_steal-values.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_string-to-list.scss +0 -0
- data/{sass → stylesheets}/flint/functions/lib/_string-to-number.scss +0 -0
- data/{sass → stylesheets}/flint/globals/_globals.scss +0 -0
- data/{sass → stylesheets}/flint/mixins/_mixins.scss +0 -0
- data/{sass → stylesheets}/flint/mixins/lib/_clearfix.scss +0 -0
- data/{sass → stylesheets}/flint/mixins/lib/_flint-calculate.scss +0 -0
- data/{sass → stylesheets}/flint/mixins/lib/_flint-main.scss +0 -0
- data/{sass → stylesheets}/flint/mixins/lib/_new-instance.scss +0 -0
- data/{sass → stylesheets}/flint/mixins/lib/_print-instance.scss +0 -0
- metadata +48 -40
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5c1fc5c02e2fc79ade92b495b3532364ff068ec
|
4
|
+
data.tar.gz: 6472b95f9fdde3bddfb4a394163595900abd9e6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97cd4167c25e3388930d65385c8f79c224e5f16fa9595f92a1c4f614474305b7f4d1bd1dfb7157f814b750c56a617fcf9c1645eecf19e804dfaf04db8705f785
|
7
|
+
data.tar.gz: 6a4ef462aa12946238d45929c8f22f484319e0bbb0245f34285070011b307bf308cfdad47ce7e3c4f97640ca65a07190695c4f83f577520e0fe016058a20619c
|
data/lib/flint.rb
CHANGED
@@ -5,7 +5,7 @@ Compass::Frameworks.register('flint', :path => extension_path)
|
|
5
5
|
# Version is a number. If a version contains alphas, it will be created as a prerelease version
|
6
6
|
# Date is in the form of YYYY-MM-DD
|
7
7
|
module Flint
|
8
|
-
VERSION = "0.1.
|
8
|
+
VERSION = "0.1.6"
|
9
9
|
DATE = "2014-04-21"
|
10
10
|
end
|
11
11
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flint-gs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ezekiel Gabrielse
|
@@ -15,9 +15,6 @@ dependencies:
|
|
15
15
|
name: sass
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- - "~>"
|
19
|
-
- !ruby/object:Gem::Version
|
20
|
-
version: '3.3'
|
21
18
|
- - ">="
|
22
19
|
- !ruby/object:Gem::Version
|
23
20
|
version: 3.3.0
|
@@ -25,12 +22,23 @@ dependencies:
|
|
25
22
|
prerelease: false
|
26
23
|
version_requirements: !ruby/object:Gem::Requirement
|
27
24
|
requirements:
|
28
|
-
- - "~>"
|
29
|
-
- !ruby/object:Gem::Version
|
30
|
-
version: '3.3'
|
31
25
|
- - ">="
|
32
26
|
- !ruby/object:Gem::Version
|
33
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: 0.12.1
|
35
|
+
type: :runtime
|
36
|
+
prerelease: false
|
37
|
+
version_requirements: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - ">="
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: 0.12.1
|
34
42
|
description: Flint is designed to be a flexible layout toolkit that developers can
|
35
43
|
use for any responsive grid-based project.
|
36
44
|
email:
|
@@ -43,39 +51,39 @@ files:
|
|
43
51
|
- LICENSE
|
44
52
|
- README.md
|
45
53
|
- lib/flint.rb
|
46
|
-
-
|
47
|
-
-
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
51
|
-
-
|
52
|
-
-
|
53
|
-
-
|
54
|
-
-
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
-
|
59
|
-
-
|
60
|
-
-
|
61
|
-
-
|
62
|
-
-
|
63
|
-
-
|
64
|
-
-
|
65
|
-
-
|
66
|
-
-
|
67
|
-
-
|
68
|
-
-
|
69
|
-
-
|
70
|
-
-
|
71
|
-
-
|
72
|
-
-
|
73
|
-
-
|
74
|
-
-
|
75
|
-
-
|
76
|
-
-
|
77
|
-
-
|
78
|
-
-
|
54
|
+
- stylesheets/_flint.scss
|
55
|
+
- stylesheets/flint/config/_config.scss
|
56
|
+
- stylesheets/flint/functions/_functions.scss
|
57
|
+
- stylesheets/flint/functions/helpers/_helpers.scss
|
58
|
+
- stylesheets/flint/functions/lib/_calc-breakpoint.scss
|
59
|
+
- stylesheets/flint/functions/lib/_calc-margin.scss
|
60
|
+
- stylesheets/flint/functions/lib/_calc-width.scss
|
61
|
+
- stylesheets/flint/functions/lib/_exists.scss
|
62
|
+
- stylesheets/flint/functions/lib/_family-instance-exists.scss
|
63
|
+
- stylesheets/flint/functions/lib/_fluid-width.scss
|
64
|
+
- stylesheets/flint/functions/lib/_get-index.scss
|
65
|
+
- stylesheets/flint/functions/lib/_get-instance-value.scss
|
66
|
+
- stylesheets/flint/functions/lib/_get-substring.scss
|
67
|
+
- stylesheets/flint/functions/lib/_get-value.scss
|
68
|
+
- stylesheets/flint/functions/lib/_instance.scss
|
69
|
+
- stylesheets/flint/functions/lib/_last.scss
|
70
|
+
- stylesheets/flint/functions/lib/_list-to-string.scss
|
71
|
+
- stylesheets/flint/functions/lib/_map-fetch.scss
|
72
|
+
- stylesheets/flint/functions/lib/_next-index.scss
|
73
|
+
- stylesheets/flint/functions/lib/_purge.scss
|
74
|
+
- stylesheets/flint/functions/lib/_remove.scss
|
75
|
+
- stylesheets/flint/functions/lib/_replace.scss
|
76
|
+
- stylesheets/flint/functions/lib/_steal-key.scss
|
77
|
+
- stylesheets/flint/functions/lib/_steal-values.scss
|
78
|
+
- stylesheets/flint/functions/lib/_string-to-list.scss
|
79
|
+
- stylesheets/flint/functions/lib/_string-to-number.scss
|
80
|
+
- stylesheets/flint/globals/_globals.scss
|
81
|
+
- stylesheets/flint/mixins/_mixins.scss
|
82
|
+
- stylesheets/flint/mixins/lib/_clearfix.scss
|
83
|
+
- stylesheets/flint/mixins/lib/_flint-calculate.scss
|
84
|
+
- stylesheets/flint/mixins/lib/_flint-main.scss
|
85
|
+
- stylesheets/flint/mixins/lib/_new-instance.scss
|
86
|
+
- stylesheets/flint/mixins/lib/_print-instance.scss
|
79
87
|
homepage: https://github.com/ezekg/flint/
|
80
88
|
licenses:
|
81
89
|
- MIT
|