metasploit-credential 0.7.10.pre.core.pre.search → 0.7.10
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 +8 -8
- data/lib/metasploit/credential/version.rb +0 -2
- data/spec/dummy/log/development.log +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NThmN2ExNGNiODdjOGJmZTNkMjBmNDNlNTFlMjIyM2ExMWM4NjMzZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MDA1ZTg3YWQ2ZjkzOWRmZWNhYjllMTE4NTc3YWMyNTQyNDM0YzQyMA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YzUwZTAzODlhMmE0NzI1YTA0ODMzY2Q1NzI2YTQzOTM1Mjc2MWFhNDYyMWYz
|
|
10
|
+
M2UxNzdmY2NjYmQ4YmYyYjMzMzdlZWM2NDM5NzllN2FhNWIyZDAxMjE1NDQ1
|
|
11
|
+
MzEyYTgxYTM2NjM4Y2ZjNTA3Yzc1MDVmNzliZDJiMTZmZTkxM2Y=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDM0YmZmOTA2MDk2NDJhNDdiMTQzZTkyNjE1ZmUxOGYwZmZiZGJjNWVkZWM0
|
|
14
|
+
YzI3NmViYmE5NzFlMjlhY2I0NWNhMTJmZTE2ODg4NTVmOTE0ZmFmMzVkMTIx
|
|
15
|
+
NzdiNDE1MzcxODYzMmExYTFmYTJhZDNhOTFmODM5ODAzODExMTk=
|
|
@@ -8,8 +8,6 @@ module Metasploit
|
|
|
8
8
|
MINOR = 7
|
|
9
9
|
# The patch number, scoped to the {MINOR} version number.
|
|
10
10
|
PATCH = 10
|
|
11
|
-
# The prerelease name of the given {MAJOR}.{MINOR}.{PATCH} version number. Will not be defined on master.
|
|
12
|
-
PRERELEASE = 'core-search'
|
|
13
11
|
|
|
14
12
|
# The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the {PRERELEASE} in the
|
|
15
13
|
# {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
|
|
@@ -48351,3 +48351,4 @@ Connecting to database specified by database.yml
|
|
|
48351
48351
|
[1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130531144949')[0m
|
|
48352
48352
|
[1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130604145732')
|
|
48353
48353
|
[1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130717150737')[0m
|
|
48354
|
+
Connecting to database specified by database.yml
|
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: 0.7.10
|
|
4
|
+
version: 0.7.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Luke Imhoff
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-07-
|
|
12
|
+
date: 2014-07-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: metasploit-concern
|
|
@@ -277,9 +277,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
277
277
|
version: '0'
|
|
278
278
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
279
279
|
requirements:
|
|
280
|
-
- - ! '
|
|
280
|
+
- - ! '>='
|
|
281
281
|
- !ruby/object:Gem::Version
|
|
282
|
-
version:
|
|
282
|
+
version: '0'
|
|
283
283
|
requirements: []
|
|
284
284
|
rubyforge_project:
|
|
285
285
|
rubygems_version: 2.2.2
|