File: compass-normalize.gemspec

package info (click to toggle)
compass-normalize-plugin 1.5~20140508-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 152 kB
  • ctags: 6
  • sloc: makefile: 30; ruby: 26
file content (25 lines) | stat: -rw-r--r-- 879 bytes parent folder | download
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