forked from bimovidia/stroke-seven-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stroke-seven-rails.gemspec
24 lines (19 loc) · 995 Bytes
/
stroke-seven-rails.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/stroke-seven-rails/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["bimovidia"]
gem.email = ["bimo.wijoyo@gmail.com"]
gem.description = "I like Stroke 7 fonts. I like the asset pipeline. I like semantic versioning. If you do too, you're welcome."
gem.summary = "an asset gemification of the Stroke 7 icon font library"
gem.homepage = "https://github.com/bimovidia/stroke-seven-rails"
gem.licenses = ["MIT", "SIL Open Font License"]
gem.files = Dir["{app,lib}/**/*"] + ["LICENSE", "Rakefile", "README.md"]
gem.test_files = Dir["test/**/*"]
gem.name = "stroke-seven-rails"
gem.require_paths = ["lib"]
gem.version = StrokeSeven::Rails::VERSION
gem.add_dependency "railties", ">= 3.2", "< 5.1"
gem.add_development_dependency "activesupport"
gem.add_development_dependency "sass-rails"
gem.required_ruby_version = '>= 1.9.3'
end