ruby_clamdscan 0.1.1 → 0.1.2

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: b7a8da5150aeff1cdcb9fcda9e6d898e5c58847e6a73d9d4c62291cf8ec01f28
4
- data.tar.gz: a530c4ec6b0b937d506682c1eca2ce0ec2e938a0173bf1f5aa41600ad8194ceb
3
+ metadata.gz: 761b30b0097a5134e14f00417a2c2684762dd45caaaab0308a84e35002125647
4
+ data.tar.gz: 06435db3a0774fbd6810a80f28f39624ee2f592407e91fd3a57723292314dd87
5
5
  SHA512:
6
- metadata.gz: 0a2505078b6335e3b9ad0e4df85be094e3fa18291659a348c8eb26a538e1e059512504e2749b6c61c15050221fafbd8d511b3cc42acfa0ce83f585cd54c02a2d
7
- data.tar.gz: 394fc501e68f4896bd2be28c9ec9963333e35073b39956783af1265d2d7e84fc2c999d3ce7f5fcc5f35a1c61db646107a745a29b6b4f00f149b7af1c505f322a
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.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_clamdscan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
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
@@ -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: []