unified2 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog.rdoc CHANGED
@@ -1,3 +1,12 @@
1
+ === 0.2.1 / 2011-03-09
2
+
3
+ * minor bug fixes and typos
4
+
5
+ === 0.2.0 / 2011-03-09
6
+
7
+ * Removed signature references
8
+ * updated example for mysql adaptor
9
+
1
10
  === 0.1.1 / 2011-03-09
2
11
 
3
12
  * minor documentation fixes
@@ -6,4 +15,3 @@
6
15
  === 0.1.0 / 2011-03-08
7
16
 
8
17
  * Initial release:
9
-
data/example/example.rb CHANGED
@@ -15,7 +15,7 @@ Unified2.configuration do
15
15
  sensor :interface => 'en1', :name => 'Example Sensor'
16
16
 
17
17
  # Load signatures, generators & classifications into memory
18
- load :signatures, 'seeds/sid-msg.map'
18
+ load :signatures, 'seeds/d'
19
19
  load :generators, 'seeds/gen-msg.map'
20
20
  load :classifications, 'seeds/classification.config'
21
21
 
@@ -1,4 +1,4 @@
1
1
  module Unified2
2
2
  # unified2 version
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: unified2
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.0
5
+ version: 0.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dustin Willis Webber
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-12 00:00:00 -05:00
13
+ date: 2011-03-13 00:00:00 -05:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency