suricata 0.2.0 → 0.2.1

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: 8a347bc8cc5e5dbf6907cdef669ea7eebc314d01
4
- data.tar.gz: e59816882b172ef88dc4567cd6f8f40333a42efb
3
+ metadata.gz: b39b7f8d5f35c88d47470c8522f3876d1aa0fd91
4
+ data.tar.gz: c739e4b101f9258a78482ba924a55eaa511e6bcb
5
5
  SHA512:
6
- metadata.gz: 81b095d2a8fdd94c61bd956b90b90cf2ae8b37aed0567052040f823ab8e9e2a256ea8d2e356663262f0ab1d3fd7d00110eb060b50c43ab23864c96f91a7c41d9
7
- data.tar.gz: 6c0d068cba65906585acde1fb1ecdc1875419e20161c9ddf5f788c859a310e57c42bdd2a9e39aaa04caeda0f3b69c7d96aa33bb0cc8aece4516c15bd7c373611
6
+ metadata.gz: bf9197361545ba0ba9d964c720aea5530541059c4fc8c59a507be4c4d0a5653f72e1243a4adf435f212035481c9b54ea7444d05ded48630fc688d55c32c17760
7
+ data.tar.gz: d7cd195979fc17983a8e337bcdfb8824e43d0478e7ce52f0e19e0874bdf74bc3affa5c670447d135c6b9095fd2fbdd6785959a9e624079f6042d3a4ce7d967b4
File without changes
@@ -21,5 +21,5 @@
21
21
 
22
22
  module Suricata
23
23
  # yes, this is the version
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
data/suricata.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
 
18
18
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
19
19
  spec.bindir = "exe"
20
- spec.executables = [ "check_suricata.rb" ]
20
+ spec.executables = [ "check_suricata" ]
21
21
  spec.require_paths = ["lib"]
22
22
 
23
23
  spec.add_development_dependency "bundler", "~> 1.12"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: suricata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wolfgang Hotwagner
@@ -57,7 +57,7 @@ description: 'This gem offers classes to handle suricata logfiles. It ships with
57
57
  email:
58
58
  - code@toscom.at
59
59
  executables:
60
- - check_suricata.rb
60
+ - check_suricata
61
61
  extensions: []
62
62
  extra_rdoc_files: []
63
63
  files:
@@ -70,7 +70,7 @@ files:
70
70
  - Rakefile
71
71
  - bin/console
72
72
  - bin/setup
73
- - exe/check_suricata.rb
73
+ - exe/check_suricata
74
74
  - lib/suricata.rb
75
75
  - lib/suricata/connection.rb
76
76
  - lib/suricata/fast.rb