fontist.gemspec in fontist-1.8.3 vs fontist.gemspec in fontist-1.8.4

- old
+ new

@@ -3,19 +3,19 @@ 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.authors = ["Ribose Inc."] + spec.email = ["open.source@ribose.com"] - spec.summary = %q{A libarary find or download fonts} - spec.description = %q{A libarary find or download fonts} + spec.summary = %q{Install openly-licensed fonts on Windows, Linux and Mac!} + spec.description = %q{Install openly-licensed fonts on Windows, Linux and Mac!} spec.homepage = "https://github.com/fontist/fontist" spec.license = "BSD-2-Clause" - spec.post_install_message = "Please run `fontist update` to fetch formulas" + 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" @@ -25,9 +25,10 @@ end spec.bindir = "exe" spec.executables = ["fontist"] spec.test_files = `git ls-files -- {spec}/*`.split("\n") + spec.add_runtime_dependency "arr-pm", "~> 0.0.1" 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"