clamby 1.2.3 → 1.2.4

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: a0f8672d1e481408177605c4a020b61cb2ba2b04
4
- data.tar.gz: af740ac229c5d94f45fc373974ff0037cd83f02d
3
+ metadata.gz: f4ec4a88600a8ac38d350f1d05a1c10ea3b4eca4
4
+ data.tar.gz: 9630ac5dd4a3eb82940765bb17d5aa95f2164488
5
5
  SHA512:
6
- metadata.gz: 8c21b02bcaba49ba3697ef7c341e9f96aca534173af89bc1d36e0caa161c0e08fb3c708ea6f9d785db933bde9df85aa2e523d10809d6ca1bde1a9d9a27a4d8af
7
- data.tar.gz: f8a5a9b28257286b459ecda30c31966d4233e75b9e526cb389b3c061675fc295248c37cd84d7664341f586adc37a6f4841b5887f633dc85189cf54410c9da5b1
6
+ metadata.gz: b2dd5f30f7cb404a3b9ddfa44d9d42bc668f921cd0b926e28d4b9f6b86c85586a541894d0d0835748b4f2397625e21f83402378b8b4d62ef5deca5d8f01a710c
7
+ data.tar.gz: ae85ecf347ea698b1d3433cfd9ae70a2781e4015ffad88e433f9ed8d678c37f32c6d873955f7fd278e1ab33bd0e0ca9424aa77e42b17ee326d9ebd2d4e6511bf
@@ -40,7 +40,7 @@ module Clamby
40
40
  return true if scanner
41
41
  return false unless @config[:error_clamscan_missing]
42
42
 
43
- raise Exceptions::clamdscanMissing.new("#{clamd_executable_name} application not found. Check your installation and path.")
43
+ raise Exceptions::ClamscanMissing.new("#{clamd_executable_name} application not found. Check your installation and path.")
44
44
  end
45
45
 
46
46
  def self.file_exists?(path)
@@ -1,3 +1,3 @@
1
1
  module Clamby
2
- VERSION = "1.2.3"
2
+ VERSION = "1.2.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clamby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - kobaltz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-05 00:00:00.000000000 Z
11
+ date: 2017-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  requirements: []
99
99
  rubyforge_project:
100
- rubygems_version: 2.6.8
100
+ rubygems_version: 2.6.10
101
101
  signing_key:
102
102
  specification_version: 4
103
103
  summary: Scan file uploads with ClamAV