Projet

Général

Profil

Paste
Télécharger (2,67 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / zen / STARTERKIT / sass-extensions / zen-grids / zen-grids.gemspec @ 87dbc3bf

1 87dbc3bf Benjamin Luce
# -*- 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.license     = 'GPL-2'
11
  s.rubyforge_project =
12
13
  s.version     = '1.4'
14
  s.date        = '2013-04-02'
15
16
  s.authors     = ['John Albin Wilkins']
17
  s.email       = 'virtually.johnalbin@gmail.com'
18
19
  s.add_runtime_dependency('sass', ">= 3.1")
20
21
  s.files       = %w[
22
    LICENSE.txt
23
    README.txt
24
    lib/zen-grids.rb
25
    stylesheets/_zen.scss
26
    stylesheets/zen/_background.scss
27
    stylesheets/zen/_grids.scss
28
    templates/project/_init.scss
29
    templates/project/_layout.scss
30
    templates/project/_modules.scss
31
    templates/project/_visually-hidden.scss
32
    templates/project/example.html
33
    templates/project/manifest.rb
34
    templates/project/styles.scss
35
    templates/unit-tests/manifest.rb
36
    templates/unit-tests/README.txt
37
    templates/unit-tests/sass/function-zen-direction-flip.scss
38
    templates/unit-tests/sass/function-zen-grid-item-width.scss
39
    templates/unit-tests/sass/function-zen-half-gutter.scss
40
    templates/unit-tests/sass/function-zen-unit-width.scss
41
    templates/unit-tests/sass/zen-clear.scss
42
    templates/unit-tests/sass/zen-float.scss
43
    templates/unit-tests/sass/zen-grid-background.scss
44
    templates/unit-tests/sass/zen-grid-container.scss
45
    templates/unit-tests/sass/zen-grid-flow-item.scss
46
    templates/unit-tests/sass/zen-grid-item-base.scss
47
    templates/unit-tests/sass/zen-grid-item.scss
48
    templates/unit-tests/sass/zen-nested-container.scss
49
    templates/unit-tests/test-results/function-zen-direction-flip.css
50
    templates/unit-tests/test-results/function-zen-grid-item-width.css
51
    templates/unit-tests/test-results/function-zen-half-gutter.css
52
    templates/unit-tests/test-results/function-zen-unit-width.css
53
    templates/unit-tests/test-results/zen-clear.css
54
    templates/unit-tests/test-results/zen-float.css
55
    templates/unit-tests/test-results/zen-grid-background.css
56
    templates/unit-tests/test-results/zen-grid-container.css
57
    templates/unit-tests/test-results/zen-grid-flow-item.css
58
    templates/unit-tests/test-results/zen-grid-item-base.css
59
    templates/unit-tests/test-results/zen-grid-item.css
60
    templates/unit-tests/test-results/zen-nested-container.css
61
    zen-grids.gemspec
62
  ]
63
end