nexpose 0.9.4 → 0.9.5
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 +4 -4
- data/lib/nexpose/version.rb +1 -1
- data/nexpose.gemspec +2 -2
- metadata +6 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a5335ef79b8475f47962eef38d900a725884a17
|
|
4
|
+
data.tar.gz: 8900b1a1479b53be0f51856592f1630b6522a3b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6e77bc50a09f1daacef6ac5709e813736dc53816f3d52fe35568e7102f2cc8a59d764e21f3a7343517d6a54a2d3b6313c83b03d0a218ba60287bbcd05388e0f
|
|
7
|
+
data.tar.gz: 670ca7fe9660f3f98d6a7b7e562ef47a6112d53dcee5f7b0d1b8973c586ca3e2020dea25506d704f7914a9e1d7f2c6e75af85627586e0ad4236a907b523733fd
|
data/lib/nexpose/version.rb
CHANGED
data/nexpose.gemspec
CHANGED
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.summary = 'Ruby API for Rapid7 Nexpose'
|
|
11
11
|
s.description = 'This gem provides a Ruby API to the Nexpose vulnerability management product by Rapid7.'
|
|
12
12
|
s.license = 'BSD'
|
|
13
|
-
s.authors = ['HD Moore', 'Chris Lee', 'Michael Daines', 'Brandon Turner']
|
|
14
|
-
s.email = ['hd_moore@rapid7.com', 'christopher_lee@rapid7.com', 'michael_daines@rapid7.com', 'brandon_turner@rapid7.com' ]
|
|
13
|
+
s.authors = ['HD Moore', 'Chris Lee', 'Michael Daines', 'Brandon Turner', 'Gavin Schneider', 'Scott Green']
|
|
14
|
+
s.email = ['hd_moore@rapid7.com', 'christopher_lee@rapid7.com', 'michael_daines@rapid7.com', 'brandon_turner@rapid7.com', 'gavin_schneider@rapid7.com', 'scott_green@rapid7.com']
|
|
15
15
|
s.files = Dir['[A-Z]*'] + Dir['lib/**/*']
|
|
16
16
|
s.require_paths = ['lib']
|
|
17
17
|
s.extra_rdoc_files = ['README.markdown']
|
metadata
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nexpose
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- HD Moore
|
|
8
8
|
- Chris Lee
|
|
9
9
|
- Michael Daines
|
|
10
10
|
- Brandon Turner
|
|
11
|
+
- Gavin Schneider
|
|
12
|
+
- Scott Green
|
|
11
13
|
autorequire:
|
|
12
14
|
bindir: bin
|
|
13
15
|
cert_chain: []
|
|
14
|
-
date: 2015-
|
|
16
|
+
date: 2015-02-09 00:00:00.000000000 Z
|
|
15
17
|
dependencies:
|
|
16
18
|
- !ruby/object:Gem::Dependency
|
|
17
19
|
name: rex
|
|
@@ -54,6 +56,8 @@ email:
|
|
|
54
56
|
- christopher_lee@rapid7.com
|
|
55
57
|
- michael_daines@rapid7.com
|
|
56
58
|
- brandon_turner@rapid7.com
|
|
59
|
+
- gavin_schneider@rapid7.com
|
|
60
|
+
- scott_green@rapid7.com
|
|
57
61
|
executables: []
|
|
58
62
|
extensions: []
|
|
59
63
|
extra_rdoc_files:
|