unified2 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.
- data/ChangeLog.rdoc +9 -1
- data/example/example.rb +1 -1
- data/lib/unified2/version.rb +1 -1
- metadata +2 -2
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/
|
|
18
|
+
load :signatures, 'seeds/d'
|
|
19
19
|
load :generators, 'seeds/gen-msg.map'
|
|
20
20
|
load :classifications, 'seeds/classification.config'
|
|
21
21
|
|
data/lib/unified2/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: unified2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.2.
|
|
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-
|
|
13
|
+
date: 2011-03-13 00:00:00 -05:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|