Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltz committed Sep 4, 2017
1 parent 0f9ad1a commit f787801
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,33 @@
#v1.3.0
# v1.3.1
- [zealot128](https://github.com/kobaltz/clamby/commits/master?author=zealot128) added `silence_output` option

# v1.3.0
- Fixed Dangerous Send on `system_command` method

#v1.2.5
# v1.2.5
- [bess](https://github.com/kobaltz/clamby/commits/master?author=bess) added `fdpass` option

#v1.2.3
# v1.2.3
- Fixed typo in config check `error_clamscan_missing` instead of `error_clamdscan_missing`

#v1.1.1
# v1.1.1
- Daemonize option added
- Refactor of logic
- Cleanup
- Thanks to @hderms for contributing!

#v1.1.0
# v1.1.0
- Changed `scan()` to `safe?()`
- Added `virus?()`
- Added/Changed `rspec` to accomodate new/changed functionality

#v1.0.5
# v1.0.5
- Made default virus detection not throw a warning
- If scanning a file that doesn't exist, `scan(path)` will return nil.
- If scanning a file where `clamscan` doesn't exist, `scan(path)` will return nil.
- Added test for nil result on scanning a file that doesn't exist

#v1.0.4
# v1.0.4
- Added tests. This WILL download a file with a virus signature. It is a safe file, but is used for the purposes of testing the detection of a virus. Regardless, use caution when running rspec as this could be potentially harmful (doubtful, but be warned).

```ruby
Expand Down Expand Up @@ -56,7 +59,7 @@ Finished in 17.79 seconds

- Changed `scanner_exists?` method to check `clamscan -V` for version instead of just `clamscan` which was causing a virus scan on the local folder. This ended up throwing false checks since I had a virus test file in the root of the directory.

#v1.0.3
# v1.0.3
- Added exceptions
- New configuration options

Expand Down
2 changes: 1 addition & 1 deletion lib/clamby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Clamby
VERSION = "1.3.0"
VERSION = "1.3.1"
end

0 comments on commit f787801

Please sign in to comment.