Sha256: 0beb5e338203a71536190f605d256ccedc58550e8d8bdedc6b56f352b0318693

Contents?: true

Size: 1.97 KB

Versions: 3

Compression:

Stored size: 1.97 KB

Contents

lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "fontist/version"

Gem::Specification.new do |spec|
  spec.name          = "fontist"
  spec.version       = Fontist::VERSION
  spec.authors       = ["Ribose Inc.", "Abu Nashir"]
  spec.email         = ["operations@ribose.com", "abunashir@gmail.com"]

  spec.summary       = %q{A libarary find or download fonts}
  spec.description   = %q{A libarary find or download fonts}
  spec.homepage      = "https://github.com/fontist/fontist"
  spec.license       = "BSD-2-Clause"

  spec.post_install_message = "Please run `fontist update` to fetch formulas"

  spec.metadata["homepage_uri"] = spec.homepage
  spec.metadata["source_code_uri"] = "https://github.com/fontist/fontist"
  spec.metadata["changelog_uri"] = "https://github.com/fontist/fontist"

  spec.require_paths = ["lib"]
  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "bin"
  spec.executables   = ["fontist"]
  spec.test_files    = `git ls-files -- {spec}/*`.split("\n")

  spec.add_runtime_dependency "down", "~> 5.0"
  spec.add_runtime_dependency "libmspack", "~> 0.1.0"
  spec.add_runtime_dependency "rubyzip", "~> 2.3.0"
  spec.add_runtime_dependency "seven_zip_ruby", "~> 1.0"
  spec.add_runtime_dependency "ruby-ole", "~> 1.0"
  spec.add_runtime_dependency "thor", "~> 1.0.1"
  spec.add_runtime_dependency "git", "~> 1.0"
  spec.add_runtime_dependency "ttfunk", "~> 1.0"

  spec.add_development_dependency "extract_ttc", "~> 0.1"
  spec.add_development_dependency "pry"
  spec.add_development_dependency "bundler", "~> 2.0"
  spec.add_development_dependency "rake", "~> 12.3.3"
  spec.add_development_dependency "rspec", "~> 3.0"
  spec.add_development_dependency "rubocop", "0.75.0"
  spec.add_development_dependency "rubocop-rails"
  spec.add_development_dependency "rubocop-performance"
  spec.add_development_dependency "ruby-protocol-buffers", "~> 1.0"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fontist-1.7.3 fontist.gemspec
fontist-1.7.2 fontist.gemspec
fontist-1.7.1 fontist.gemspec