forked from JohnAlbin/zen-grids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzen-grids.gemspec
34 lines (27 loc) · 1.11 KB
/
zen-grids.gemspec
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
# -*- 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 includes a fluid responsive grid system with an intuitive, flexible layout mechanism that leverages the natural source order of your content. With an easy-to-use Sass mixin set, the Zen Grids system can be applied to an infinite number of layouts, including adaptive and fixed-width layouts.}
s.homepage = 'http://zengrids.com'
s.rubyforge_project =
s.version = '1.0.rc.1'
s.date = '2012-02-18'
s.authors = ['John Albin Wilkins']
s.email = '[email protected]'
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
zen-grids.gemspec
]
end