scandb 0.0.9 → 0.1.0

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/History.txt CHANGED
@@ -1,6 +1,4 @@
1
- === 1.0.0 / 2008-07-08
1
+ === 1.0.0 / 2008-07-31
2
2
 
3
- * 1 major enhancement
4
-
5
- * Birthday!
3
+ * Fixed a bug where LibXML wasn't being included for ScanDB::Nmap.
6
4
 
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ Hoe.new('scandb', ScanDB::VERSION) do |p|
11
11
  ['do_sqlite3', '>=0.9.3'],
12
12
  ['dm-core', '>=0.9.3'],
13
13
  ['dm-types', '>=0.9.3'],
14
- ['libxml-ruby']
14
+ 'libxml-ruby'
15
15
  ]
16
16
  end
17
17
 
data/lib/scandb/nmap.rb CHANGED
@@ -28,6 +28,8 @@ require 'libxml'
28
28
 
29
29
  module ScanDB
30
30
  module Nmap
31
+ include LibXML
32
+
31
33
  #
32
34
  # Imports scan information from a Nmap XML scan file, specified by
33
35
  # the _path_. Returns an Array of Host objects.
@@ -23,5 +23,5 @@
23
23
 
24
24
  module ScanDB
25
25
  # ScanDB version
26
- VERSION = '0.0.9'
26
+ VERSION = '0.1.0'
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scandb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Postmodern Modulus III
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-07-27 00:00:00 -07:00
12
+ date: 2008-07-31 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency