-
Notifications
You must be signed in to change notification settings - Fork 0
/
dropcloth.gemspec
37 lines (30 loc) · 1.05 KB
/
dropcloth.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
35
36
37
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = 'dropcloth'
s.summary = %q{A Compass plugin for Drupal.}
s.description = %q{Dropcloth provides a set of base styles for Drupal theming.}
s.homepage = 'https://github.com/kaidjohnson/dropcloth'
s.rubyforge_project =
s.version = '0.2.1'
s.date = '2013-12-09'
s.license = 'GPL-2'
s.authors = ['Kai Johnson']
s.email = 'kaidjohnson@gmail.com'
s.add_runtime_dependency('sass', '>= 3.2')
s.add_runtime_dependency('compass', '>= 0.12')
s.files = %w[
LICENSE.txt
README.md
lib/dropcloth.rb
stylesheets/dropcloth/base/_mixins.scss
stylesheets/dropcloth/modules/_admin-menu.scss
stylesheets/dropcloth/modules/_blocks.scss
stylesheets/dropcloth/modules/_breadcrumbs.scss
stylesheets/dropcloth/modules/_elements.scss
stylesheets/dropcloth/modules/_navigation.scss
stylesheets/dropcloth/modules/_regions.scss
stylesheets/dropcloth/_light.scss
stylesheets/_dropcloth.scss
dropcloth.gemspec
]
end