Project

General

Profile

Download (2.45 KB) Statistics
| Branch: | Tag: | Revision:
1
# -*- encoding: utf-8 -*-
2

    
3
Gem::Specification.new do |s|
4
  s.name        = 'zen-grids'
5

    
6
  s.summary     = %q{A Compass plugin for Zen Grids, a fluid responsive grid system}
7
  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.}
8

    
9
  s.homepage    = 'http://zengrids.com'
10
  s.rubyforge_project =
11

    
12
  s.version     = '1.2'
13
  s.date        = '2012-05-04'
14

    
15
  s.authors     = ['John Albin Wilkins']
16
  s.email       = 'virtually.johnalbin@gmail.com'
17

    
18
  s.add_runtime_dependency('sass', ">= 3.1")
19

    
20
  s.files       = %w[
21
    LICENSE.txt
22
    README.txt
23
    lib/zen-grids.rb
24
    stylesheets/_zen.scss
25
    stylesheets/zen/_background-grid.scss
26
    stylesheets/zen/_grids.scss
27
    templates/project/example.html
28
    templates/project/manifest.rb
29
    templates/project/common.scss
30
    templates/project/layout.scss
31
    templates/project/styles.scss
32
    templates/unit-tests/manifest.rb
33
    templates/unit-tests/README.txt
34
    templates/unit-tests/sass/function-zen-direction-flip.scss
35
    templates/unit-tests/sass/function-zen-grid-item-width.scss
36
    templates/unit-tests/sass/function-zen-half-gutter.scss
37
    templates/unit-tests/sass/function-zen-unit-width.scss
38
    templates/unit-tests/sass/zen-clear.scss
39
    templates/unit-tests/sass/zen-float.scss
40
    templates/unit-tests/sass/zen-grid-container.scss
41
    templates/unit-tests/sass/zen-grid-flow-item.scss
42
    templates/unit-tests/sass/zen-grid-item-base.scss
43
    templates/unit-tests/sass/zen-grid-item.scss
44
    templates/unit-tests/sass/zen-nested-container.scss
45
    templates/unit-tests/test-results/function-zen-direction-flip.css
46
    templates/unit-tests/test-results/function-zen-grid-item-width.css
47
    templates/unit-tests/test-results/function-zen-half-gutter.css
48
    templates/unit-tests/test-results/function-zen-unit-width.css
49
    templates/unit-tests/test-results/zen-clear.css
50
    templates/unit-tests/test-results/zen-float.css
51
    templates/unit-tests/test-results/zen-grid-container.css
52
    templates/unit-tests/test-results/zen-grid-flow-item.css
53
    templates/unit-tests/test-results/zen-grid-item-base.css
54
    templates/unit-tests/test-results/zen-grid-item.css
55
    templates/unit-tests/test-results/zen-nested-container.css
56
    zen-grids.gemspec
57
  ]
58
end
(4-4/4)