forked from at-import/sassytextshadow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsassytextshadow.gemspec
More file actions
25 lines (21 loc) · 828 Bytes
/
sassytextshadow.gemspec
File metadata and controls
25 lines (21 loc) · 828 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
require './lib/sassy-text-shadow'
Gem::Specification.new do |s|
# Release Specific Information
s.version = SassyTextShadow::VERSION
s.date = SassyTextShadow::DATE
# Gem Details
s.name = "sassy-text-shadow"
s.description = %q{Sassy Text Shadow created curved shadows.}
s.summary = %q{Sassy Text Shadow created curved shadows. Inspired by and adapted from Paul Irish's http://mothereffingtextshadow.com.}
s.authors = ["Mason Wendell"]
s.email = ["mason@zivtech.com"]
s.homepage = "http://sassymothereffingtextshadow.com"
# Gem Files
s.files = ["README.mdown"]
s.files += Dir.glob("lib/**/*.*")
s.files += Dir.glob("stylesheets/_sassy-text-shadow.scss")
# Gem Bookkeeping
s.required_rubygems_version = ">= 1.3.5"
s.rubygems_version = %q{1.3.5}
s.add_dependency("compass", [">= 0.11.5"])
end