p006/api/img/octicons/10.0.0/lib/octicons_gem/octicons.gemspec

16 lines
583 B
Ruby
Raw Normal View History

2022-11-29 22:06:03 +05:00
require File.expand_path("../lib/octicons/version", __FILE__)
Gem::Specification.new do |s|
s.name = "octicons"
s.version = Octicons::VERSION
s.summary = "GitHub's octicons gem"
s.platform = Gem::Platform::RUBY
s.description = "A package that distributes Octicons in a gem"
s.authors = ["GitHub Inc."]
s.email = ["support@github.com"]
s.files = Dir["{lib}/**/*"] + ["LICENSE", "README.md"]
s.homepage = "https://github.com/primer/octicons"
s.license = "MIT"
s.add_dependency "nokogiri", ">= 1.6.3.1"
end