nessusdb 1.4.4
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/nessusdb.gemspec +33 -0
- metadata +73 -0
data/nessusdb.gemspec
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
|
|
2
|
+
base = __FILE__
|
|
3
|
+
$:.unshift(File.join(File.dirname(base), 'lib'))
|
|
4
|
+
|
|
5
|
+
require 'rubygems'
|
|
6
|
+
require 'nessusdb'
|
|
7
|
+
|
|
8
|
+
Gem::Specification.new do |s|
|
|
9
|
+
s.name = "#{NessusDB::APP_NAME}"
|
|
10
|
+
s.version = "#{NessusDB::VERSION}"
|
|
11
|
+
s.homepage = "http://www.hammackj.com/projects/risu/"
|
|
12
|
+
s.summary = "#{NessusDB::APP_NAME}"
|
|
13
|
+
s.description = "NessusDB has been renamed to Risu. This gem is obsolete; Please use risu"
|
|
14
|
+
s.license = "BSD"
|
|
15
|
+
|
|
16
|
+
s.author = "Jacob Hammack"
|
|
17
|
+
s.email = "jacob.hammack@hammackj.com"
|
|
18
|
+
|
|
19
|
+
s.files = ['nessusdb.gemspec']
|
|
20
|
+
s.has_rdoc = false
|
|
21
|
+
|
|
22
|
+
s.post_install_message = %q{
|
|
23
|
+
------------------------------------------------------------------------------
|
|
24
|
+
NessusDB has been renamed to Risu, The risu package was installed instead of nessusdb. For more information
|
|
25
|
+
visit the website.
|
|
26
|
+
|
|
27
|
+
* The web site at <http://hammackj.com/projects/risu>
|
|
28
|
+
|
|
29
|
+
Sorry!
|
|
30
|
+
------------------------------------------------------------------------------
|
|
31
|
+
}
|
|
32
|
+
s.add_dependency('risu', '>= 1.4.4')
|
|
33
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: nessusdb
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 1.4.4
|
|
6
|
+
platform: ruby
|
|
7
|
+
authors:
|
|
8
|
+
- Jacob Hammack
|
|
9
|
+
autorequire:
|
|
10
|
+
bindir: bin
|
|
11
|
+
cert_chain: []
|
|
12
|
+
|
|
13
|
+
date: 2011-06-20 00:00:00 -05:00
|
|
14
|
+
default_executable:
|
|
15
|
+
dependencies:
|
|
16
|
+
- !ruby/object:Gem::Dependency
|
|
17
|
+
name: risu
|
|
18
|
+
prerelease: false
|
|
19
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
20
|
+
none: false
|
|
21
|
+
requirements:
|
|
22
|
+
- - ">="
|
|
23
|
+
- !ruby/object:Gem::Version
|
|
24
|
+
version: 1.4.4
|
|
25
|
+
type: :runtime
|
|
26
|
+
version_requirements: *id001
|
|
27
|
+
description: NessusDB has been renamed to Risu. This gem is obsolete; Please use risu
|
|
28
|
+
email: jacob.hammack@hammackj.com
|
|
29
|
+
executables: []
|
|
30
|
+
|
|
31
|
+
extensions: []
|
|
32
|
+
|
|
33
|
+
extra_rdoc_files: []
|
|
34
|
+
|
|
35
|
+
files:
|
|
36
|
+
- nessusdb.gemspec
|
|
37
|
+
has_rdoc: false
|
|
38
|
+
homepage: http://www.hammackj.com/projects/risu/
|
|
39
|
+
licenses:
|
|
40
|
+
- BSD
|
|
41
|
+
post_install_message: "\n\
|
|
42
|
+
------------------------------------------------------------------------------\n\
|
|
43
|
+
NessusDB has been renamed to Risu, The risu package was installed instead of nessusdb. For more information \n\
|
|
44
|
+
visit the website.\n\n\
|
|
45
|
+
* The web site at <http://hammackj.com/projects/risu>\n\
|
|
46
|
+
\t\n\
|
|
47
|
+
Sorry!\n\
|
|
48
|
+
------------------------------------------------------------------------------\n"
|
|
49
|
+
rdoc_options: []
|
|
50
|
+
|
|
51
|
+
require_paths:
|
|
52
|
+
- lib
|
|
53
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
54
|
+
none: false
|
|
55
|
+
requirements:
|
|
56
|
+
- - ">="
|
|
57
|
+
- !ruby/object:Gem::Version
|
|
58
|
+
version: "0"
|
|
59
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
60
|
+
none: false
|
|
61
|
+
requirements:
|
|
62
|
+
- - ">="
|
|
63
|
+
- !ruby/object:Gem::Version
|
|
64
|
+
version: "0"
|
|
65
|
+
requirements: []
|
|
66
|
+
|
|
67
|
+
rubyforge_project:
|
|
68
|
+
rubygems_version: 1.6.2
|
|
69
|
+
signing_key:
|
|
70
|
+
specification_version: 3
|
|
71
|
+
summary: nessusdb
|
|
72
|
+
test_files: []
|
|
73
|
+
|