Sha256: c8b74490bbef5e3b76b9cea91826e5311116de2bb0d3c9a44cdef1e824bee3e2
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 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.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`.split("\n") spec.test_files = `git ls-files -- {spec}/*`.split("\n") spec.add_development_dependency "bundler", "~> 2.0" spec.add_development_dependency "rake", "~> 12.3.3" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fontist-0.1.0 | fontist.gemspec |