pdf_scanner 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc0823c094b7fde9fecb5f4c9611d44dc6b5f02f3448a7d0946d82941bf8b293
4
- data.tar.gz: e9939027ff27ae2e72b8ac99e4f5d967120144ec6c31f6056f5c5ce9838682ff
3
+ metadata.gz: f3b9e32852643920f091c1462d1bf02189a381233700699cf70882119c809cf1
4
+ data.tar.gz: ce362a431b180999c510113354c49f7819bafc49d28378551543cb9fc740a7c1
5
5
  SHA512:
6
- metadata.gz: 4d1d787b01125f6fd8821905f174b0d6a517cf485347f08276ec5e7edf49dc8acb5c6cab984710ca0278d5e752c895f159352feb6502958bfcad452142c0feb2
7
- data.tar.gz: 58a07aaa802f72018c64ec0565d5a0f5164a767ff727a8ec2f362522f1a165331f332eda025a26d4085f1e12fa18c9b0f3889353f39cb7b7684b4c98dab4c22a
6
+ metadata.gz: 36e6d9087a5b218d33f5e275de2604fb5ef6a869312666997223c9f5416ed3ece6a2484d02e28997c7913f94803bc23fd40c5658ae5be95a3f3e14dcc7f6eee4
7
+ data.tar.gz: acced6abdd339d8c3b437df8892b25b201788209448912789d276fa919047b72541994299f0b81fd9e20cc3ac7828a8ab95a883d83d59563a64ac42aaa58b46f
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## [Unreleased]
1
+ ## [Released]
2
2
 
3
3
  ## [0.1.0] - 2023-02-17
4
4
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pdf_scanner (0.1.0)
4
+ pdf_scanner (0.1.1)
5
5
  origami (~> 2.1.0)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PdfScanner
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
data/pdf_scanner.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["shekhar-patil"]
9
9
  spec.email = ["patilshekhar900@gmail.com"]
10
10
 
11
- spec.summary = "Write a short summary, because RubyGems requires one."
12
- spec.description = "Write a longer description or delete this line."
11
+ spec.summary = "Scan your PDF file for malicious threats"
12
+ 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."
13
13
  spec.homepage = "https://github.com/shekhar-patil/pdf_scanner"
14
14
  spec.license = "MIT"
15
15
  # spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
 
19
19
  spec.metadata["homepage_uri"] = spec.homepage
20
20
  spec.metadata["source_code_uri"] = "https://github.com/shekhar-patil/pdf_scanner"
21
- spec.metadata["changelog_uri"] = "https://github.com/shekhar-patil/pdf_scanner"
21
+ spec.metadata["changelog_uri"] = "https://github.com/shekhar-patil/pdf_scanner/blob/develop/CHANGELOG.md"
22
22
 
23
23
  # Specify which files should be added to the gem when it is released.
24
24
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdf_scanner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - shekhar-patil
@@ -24,7 +24,8 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 2.1.0
27
- description: Write a longer description or delete this line.
27
+ description: This is gem built on Origami gem to support PDF scan in web applications.
28
+ You can scan your PDF file for various malicious threats.
28
29
  email:
29
30
  - patilshekhar900@gmail.com
30
31
  executables: []
@@ -54,7 +55,7 @@ metadata:
54
55
  allowed_push_host: https://rubygems.org
55
56
  homepage_uri: https://github.com/shekhar-patil/pdf_scanner
56
57
  source_code_uri: https://github.com/shekhar-patil/pdf_scanner
57
- changelog_uri: https://github.com/shekhar-patil/pdf_scanner
58
+ changelog_uri: https://github.com/shekhar-patil/pdf_scanner/blob/develop/CHANGELOG.md
58
59
  post_install_message:
59
60
  rdoc_options: []
60
61
  require_paths:
@@ -73,5 +74,5 @@ requirements: []
73
74
  rubygems_version: 3.0.8
74
75
  signing_key:
75
76
  specification_version: 4
76
- summary: Write a short summary, because RubyGems requires one.
77
+ summary: Scan your PDF file for malicious threats
77
78
  test_files: []