forked from ksmandersen/compass-normalize
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompass-normalize.gemspec
More file actions
25 lines (21 loc) · 879 Bytes
/
compass-normalize.gemspec
File metadata and controls
25 lines (21 loc) · 879 Bytes
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
Gem::Specification.new do |s|
# Release information
s.version = "2.0"
s.date = "2014-04-01"
# Gem details
s.name = "compass-normalize"
s.authors = ["Kristian Andersen", "Michaël Gallego", "Frederic Hemberger", "Sam Richard", "Ian Carrico"]
s.summary = %q{A compass plugin for using normalize.css}
s.description = %q{This simple plugin for Compass enables you to use normalize.css in your stylesheets without having to download it.}
s.email = ["me@kristianandersen.me", "mail@frederic-hemberger.de"]
s.homepage = "http://github.com/ksmandersen/compass-normalize/"
s.has_rdoc = false
# Gem files
s.files = %w(README.md)
s.files += Dir.glob("lib/**/*.*")
s.files += Dir.glob("stylesheets/**/*.*")
s.files += Dir.glob("templates/**/*.*")
# Gem specifics
s.rubygems_version = %q{1.3.6}
s.add_dependency("compass", [">= 1.0.0.alpha.18"])
end