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 +4 -4
- data/CHANGELOG.md +1 -1
- data/Gemfile.lock +1 -1
- data/lib/pdf_scanner/version.rb +1 -1
- data/pdf_scanner.gemspec +3 -3
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3b9e32852643920f091c1462d1bf02189a381233700699cf70882119c809cf1
|
4
|
+
data.tar.gz: ce362a431b180999c510113354c49f7819bafc49d28378551543cb9fc740a7c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36e6d9087a5b218d33f5e275de2604fb5ef6a869312666997223c9f5416ed3ece6a2484d02e28997c7913f94803bc23fd40c5658ae5be95a3f3e14dcc7f6eee4
|
7
|
+
data.tar.gz: acced6abdd339d8c3b437df8892b25b201788209448912789d276fa919047b72541994299f0b81fd9e20cc3ac7828a8ab95a883d83d59563a64ac42aaa58b46f
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/lib/pdf_scanner/version.rb
CHANGED
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 = "
|
12
|
-
spec.description = "
|
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.
|
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:
|
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:
|
77
|
+
summary: Scan your PDF file for malicious threats
|
77
78
|
test_files: []
|