-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstroke-seven-rails.gemspec
More file actions
24 lines (19 loc) · 986 Bytes
/
stroke-seven-rails.gemspec
File metadata and controls
24 lines (19 loc) · 986 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
# -*- 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"
gem.add_development_dependency "activesupport"
gem.add_development_dependency "sass-rails"
gem.required_ruby_version = '>= 1.9.3'
end