forked from bendyworks/fam-fam-icons-on-rails
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfamfamfam.gemspec
19 lines (16 loc) · 872 Bytes
/
famfamfam.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/famfamfam/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Matthew Savage"]
gem.email = ["[email protected]"]
gem.description = %q{A gem version of the fam-fam-fam-icons-on-rails plugin, originally by Dayne Broderson}
gem.summary = %q{The famfamfam icon set is the original works of Mark James (http://www.famfamfam.com/lab/icons/silk/)}
gem.homepage = "https://github.com/amasses/fam-fam-icons-on-rails"
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 = "famfamfam"
gem.require_paths = ["lib"]
gem.version = Famfamfam::VERSION
gem.add_dependency "railties", ">= 3.2.0", "< 5.0"
end