metasploit-credential 3.0.2 → 3.0.3
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/metasploit/credential/version.rb +1 -1
- data/spec/dummy/config/database.yml +2 -2
- data/spec/dummy/db/structure.sql +276 -281
- metadata +7 -7
- metadata.gz.sig +0 -0
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metasploit-credential
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Luke Imhoff
|
|
@@ -89,7 +89,7 @@ cert_chain:
|
|
|
89
89
|
G+Hmcg1v810agasPdoydE0RTVZgEOOMoQ07qu7JFXVWZ9ZQpHT7qJATWL/b2csFG
|
|
90
90
|
8mVuTXnyJOKRJA==
|
|
91
91
|
-----END CERTIFICATE-----
|
|
92
|
-
date:
|
|
92
|
+
date: 2019-02-05 00:00:00.000000000 Z
|
|
93
93
|
dependencies:
|
|
94
94
|
- !ruby/object:Gem::Dependency
|
|
95
95
|
name: metasploit-concern
|
|
@@ -207,16 +207,16 @@ dependencies:
|
|
|
207
207
|
name: pg
|
|
208
208
|
requirement: !ruby/object:Gem::Requirement
|
|
209
209
|
requirements:
|
|
210
|
-
- - "
|
|
210
|
+
- - ">="
|
|
211
211
|
- !ruby/object:Gem::Version
|
|
212
|
-
version: '0
|
|
212
|
+
version: '0'
|
|
213
213
|
type: :runtime
|
|
214
214
|
prerelease: false
|
|
215
215
|
version_requirements: !ruby/object:Gem::Requirement
|
|
216
216
|
requirements:
|
|
217
|
-
- - "
|
|
217
|
+
- - ">="
|
|
218
218
|
- !ruby/object:Gem::Version
|
|
219
|
-
version: '0
|
|
219
|
+
version: '0'
|
|
220
220
|
description: The Metasploit::Credential namespace and its ActiveRecord::Base subclasses
|
|
221
221
|
email:
|
|
222
222
|
- luke_imhoff@rapid7.com
|
|
@@ -432,7 +432,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
432
432
|
version: '0'
|
|
433
433
|
requirements: []
|
|
434
434
|
rubyforge_project:
|
|
435
|
-
rubygems_version: 2.6.
|
|
435
|
+
rubygems_version: 2.6.13
|
|
436
436
|
signing_key:
|
|
437
437
|
specification_version: 4
|
|
438
438
|
summary: Credential models for metasploit-framework and Metasploit Pro
|
metadata.gz.sig
CHANGED
|
Binary file
|