ruby_clamdscan 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9995bfdde05d9739b8a3da61453266cb9a30b417521c5ae6f7f621fd34a91fd8
4
- data.tar.gz: 0c5252a3a91cad7c3ea509b0069cc5dec8226f6603468c4c54598b57efd09864
3
+ metadata.gz: 761b30b0097a5134e14f00417a2c2684762dd45caaaab0308a84e35002125647
4
+ data.tar.gz: 06435db3a0774fbd6810a80f28f39624ee2f592407e91fd3a57723292314dd87
5
5
  SHA512:
6
- metadata.gz: 0b3d8c6bf1c9e4a798a38d239f2132758b75417c8c9d59e50208762f200e833bf4a1689621e5c7e33ea112eda2027b73477e4e0058b77fc1900a935e25117346
7
- data.tar.gz: 70b9a866150e838784cbc2bb62ac9938379adf3598df5ba8e655054c840b12dcbdaa85850e29b319c35fa55034b95f36899a2bb9a37c9ea8564dd8d8ac799718
6
+ metadata.gz: 7854440fdeea3c7b9a979141a0fad877480d38daa6a720b282ee67e80d8437b7df4155a908e72b6492d3525dfe84262ed426a446d886b6e171af34a07a274ac3
7
+ data.tar.gz: 79d47810175c6642a12a9af984bec3a7d67573bfdcf6bbacde02ffe62805ae98e4fec952207cefc4c4e872081e4c502b9b1b3ea9dd09724f5f6e7b44552385d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
- ## [Unreleased]
1
+ ## [Released]
2
2
 
3
- ## [0.1.0] - 2022-09-07
3
+ ## [0.1.2] - 2023-03-08
4
+
5
+ - Fix docs a bit, increase version
6
+
7
+ ## [0.1.0] - 2023-03-08
4
8
 
5
9
  - Initial release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_clamdscan (0.1.0)
4
+ ruby_clamdscan (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyClamdscan
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_clamdscan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Schwartz
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2023-05-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Implements most commands for clamdscan using socket communcation so that
14
- you don't needClamAV or clamdscan installed on the same host as your service
14
+ you don't need ClamAV or clamdscan installed on the same host as your service
15
15
  email:
16
16
  - jacob.ray.schwartz@gmail.com
17
17
  executables: []
@@ -55,7 +55,7 @@ metadata:
55
55
  homepage_uri: https://jacobrayschwartz.com
56
56
  source_code_uri: https://github.com/jacobrayschwartz/ruby_clamdscan
57
57
  changelog_uri: https://github.com/jacobrayschwartz/ruby_clamdscan/blob/main/CHANGELOG.md
58
- post_install_message:
58
+ post_install_message:
59
59
  rdoc_options: []
60
60
  require_paths:
61
61
  - lib
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  version: '0'
72
72
  requirements: []
73
73
  rubygems_version: 3.3.26
74
- signing_key:
74
+ signing_key:
75
75
  specification_version: 4
76
76
  summary: Wrapper around TCP socket communication with a clamd instance
77
77
  test_files: []