rex-socket 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/LICENSE +6 -2
- data/lib/rex/socket/version.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 45e63c96f43ce1a396ae66d768dcd81ec1011ff0
|
4
|
+
data.tar.gz: b7a437a850478ea990a69d7535ef15863a254aca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6bed61fc49182786494aa9d29ebace8912cdfbc3df7d08fc6b3eb97b4d0b51c3acaa4f7aec432fbfac64b8317a86ac2b38b3812c890a490ed9da19cce5fb0997
|
7
|
+
data.tar.gz: e7ebf9c541ef8e34b92715dc45636c86fb5875df525d597436b3e05dcaa8cc637539784d6e5dc24fd5a9f75160b3ebf7348bb65430ef641ebd26f69bf7a654a4
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/LICENSE
CHANGED
@@ -1,5 +1,9 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
2
|
+
Source: http://www.metasploit.com/
|
3
|
+
|
4
|
+
Files: *
|
5
|
+
Copyright: 2006-2017, Rapid7, Inc.
|
6
|
+
License: BSD-3-clause
|
3
7
|
|
4
8
|
Redistribution and use in source and binary forms, with or without modification,
|
5
9
|
are permitted provided that the following conditions are met:
|
data/lib/rex/socket/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rex-socket
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Maloney
|
@@ -88,7 +88,7 @@ cert_chain:
|
|
88
88
|
G+Hmcg1v810agasPdoydE0RTVZgEOOMoQ07qu7JFXVWZ9ZQpHT7qJATWL/b2csFG
|
89
89
|
8mVuTXnyJOKRJA==
|
90
90
|
-----END CERTIFICATE-----
|
91
|
-
date: 2017-04-
|
91
|
+
date: 2017-04-07 00:00:00.000000000 Z
|
92
92
|
dependencies:
|
93
93
|
- !ruby/object:Gem::Dependency
|
94
94
|
name: bundler
|
metadata.gz.sig
CHANGED
Binary file
|