blob: c3c851b89343329356c41465e0159bb01be2f8dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = 'zen-grids'
s.summary = %q{A Compass plugin for Zen Grids, a fluid responsive grid system}
s.description = %q{Zen Grids is an intuitive, flexible grid system that leverages the natural source order of your content to make it easier to create fluid responsive designs. With an easy-to-use Sass mixin set, the Zen Grids system can be applied to an infinite number of layouts, including responsive, adaptive, fluid and fixed-width layouts.}
s.homepage = 'http://zengrids.com'
s.rubyforge_project =
s.version = '1.2'
s.date = '2012-05-04'
s.authors = ['John Albin Wilkins']
s.email = 'virtually.johnalbin@gmail.com'
s.add_runtime_dependency('sass', ">= 3.1")
s.files = %w[
LICENSE.txt
README.txt
lib/zen-grids.rb
stylesheets/_zen.scss
stylesheets/zen/_background-grid.scss
stylesheets/zen/_grids.scss
templates/project/example.html
templates/project/manifest.rb
templates/project/common.scss
templates/project/layout.scss
templates/project/styles.scss
templates/unit-tests/manifest.rb
templates/unit-tests/README.txt
templates/unit-tests/sass/function-zen-direction-flip.scss
templates/unit-tests/sass/function-zen-grid-item-width.scss
templates/unit-tests/sass/function-zen-half-gutter.scss
templates/unit-tests/sass/function-zen-unit-width.scss
templates/unit-tests/sass/zen-clear.scss
templates/unit-tests/sass/zen-float.scss
templates/unit-tests/sass/zen-grid-container.scss
templates/unit-tests/sass/zen-grid-flow-item.scss
templates/unit-tests/sass/zen-grid-item-base.scss
templates/unit-tests/sass/zen-grid-item.scss
templates/unit-tests/sass/zen-nested-container.scss
templates/unit-tests/test-results/function-zen-direction-flip.css
templates/unit-tests/test-results/function-zen-grid-item-width.css
templates/unit-tests/test-results/function-zen-half-gutter.css
templates/unit-tests/test-results/function-zen-unit-width.css
templates/unit-tests/test-results/zen-clear.css
templates/unit-tests/test-results/zen-float.css
templates/unit-tests/test-results/zen-grid-container.css
templates/unit-tests/test-results/zen-grid-flow-item.css
templates/unit-tests/test-results/zen-grid-item-base.css
templates/unit-tests/test-results/zen-grid-item.css
templates/unit-tests/test-results/zen-nested-container.css
zen-grids.gemspec
]
end
|