ddr-antivirus 1.3.2 → 1.3.3

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
  SHA1:
3
- metadata.gz: b58d6f83c9173427169af66c7d2ccb1a483a81a9
4
- data.tar.gz: bf079fc09190effa086373ffb297666bab0aaf27
3
+ metadata.gz: 45edd3ab36b7e24c365064108e8f5ed6566fb458
4
+ data.tar.gz: b4ec40b9b605251d6a33b7e14f8b6d81c0086ae1
5
5
  SHA512:
6
- metadata.gz: 7b90cccfce3fc9c011637c97388541b807f45f6db96f791af66b23aeecdac0acf2fd1f301e34ca7945d494fce2100e3c6de1b71eb56eeebfa280d65be2bb1acb
7
- data.tar.gz: 7e170161b67ecb23e110b1917b3f818e42935c13d345949da0e479e2fb7fbf36fa8de32ad437fab8086e9ef0167e98f8f0ee99794289c21955e3ca7558ec279d
6
+ metadata.gz: ed04f9f8030a1990b446a924f420084a1376448261f13c89e1bca713480cdb635865791347b0e05536589a9ba574f8eae6866909efe4c7127561a69c88da068d
7
+ data.tar.gz: 06fcf4d60add02d1b24fae522ffb2b5eb0d913ce8edd0dbe35ff016df0342e1fc39fbbd255466f5e6b63ff01c24c29cbb5f39c36c63661681fa4e556dbfd7da7
@@ -26,7 +26,7 @@ module Ddr
26
26
  private
27
27
 
28
28
  def command(path)
29
- `clamdscan --no-summary #{path}`.strip
29
+ `clamdscan --no-summary "#{path}"`.strip
30
30
  end
31
31
 
32
32
  end
@@ -1,5 +1,5 @@
1
1
  module Ddr
2
2
  module Antivirus
3
- VERSION = "1.3.2"
3
+ VERSION = "1.3.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddr-antivirus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Chandek-Stark
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-29 00:00:00.000000000 Z
11
+ date: 2015-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  version: '0'
134
134
  requirements: []
135
135
  rubyforge_project:
136
- rubygems_version: 2.2.2
136
+ rubygems_version: 2.4.6
137
137
  signing_key:
138
138
  specification_version: 4
139
139
  summary: Pluggable antivirus scanning service.