forked from JohnAlbin/zen-grids
-
Notifications
You must be signed in to change notification settings - Fork 1
/
zen-grids.gemspec
29 lines (22 loc) · 1.03 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
# -*- encoding: utf-8 -*-
Gem::Specification.new do |spec|
spec.name = 'zen-grids'
spec.summary = %q{A Sass module to build responsive grid systems}
spec.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.}
spec.homepage = 'http://zengrids.com'
spec.rubyforge_project =
spec.version = '2.0.3'
spec.date = '2016-05-22'
spec.licenses = ['GPL-2.0']
spec.authors = ['John Albin Wilkins']
spec.email = '[email protected]'
spec.add_runtime_dependency('sass', '~> 3.3')
spec.files = `git ls-files`.split($/).select {|f| File.exist?(f) && f =~ %r{^(lib|sass)/} }
spec.files += %w(
bower.json
LICENSE.md
package.json
README.md
zen-grids.gemspec
)
end