pdf_scanner.gemspec in pdf_scanner-0.1.0 vs pdf_scanner.gemspec in pdf_scanner-0.1.1
- old
+ new
@@ -6,20 +6,20 @@
spec.name = "pdf_scanner"
spec.version = PdfScanner::VERSION
spec.authors = ["shekhar-patil"]
spec.email = ["patilshekhar900@gmail.com"]
- spec.summary = "Write a short summary, because RubyGems requires one."
- spec.description = "Write a longer description or delete this line."
+ spec.summary = "Scan your PDF file for malicious threats"
+ spec.description = "This is gem built on Origami gem to support PDF scan in web applications. You can scan your PDF file for various malicious threats."
spec.homepage = "https://github.com/shekhar-patil/pdf_scanner"
spec.license = "MIT"
# spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/shekhar-patil/pdf_scanner"
- spec.metadata["changelog_uri"] = "https://github.com/shekhar-patil/pdf_scanner"
+ spec.metadata["changelog_uri"] = "https://github.com/shekhar-patil/pdf_scanner/blob/develop/CHANGELOG.md"
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }