forked from midnox/compass-retina
-
Notifications
You must be signed in to change notification settings - Fork 0
/
compass-retina.gemspec
19 lines (16 loc) · 953 Bytes
/
compass-retina.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/compass-retina/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Corey Woodcox", "Josh Dean"]
gem.email = ["[email protected]", "[email protected]"]
gem.description = %q{Compass plugin to insert retina background images if they exist}
gem.summary = %q{This awesome compass plugin inspired by Joe Lambert's mixin is awesome and inserts retina background images if they exist right alongside the regular ones and uses a media query to use the correct one.}
gem.homepage = ""
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "compass-retina"
gem.require_paths = ["lib"]
gem.version = Compass::Retina::VERSION
gem.add_dependency "compass", ">=0.12.2"
end