rex-exploitation 0.1.2 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 02e623f1343b1983ea79dc35d69d646882e53297
4
- data.tar.gz: 4d1e0bbfb3b2ad9b70ed5804f473b5a72eb00a88
3
+ metadata.gz: db83c76f7bf06ed1b44befaf6ea881c32b07f73d
4
+ data.tar.gz: 3c57b994f8c5484e25e6bf7dd17da346227dac29
5
5
  SHA512:
6
- metadata.gz: bd0922bf257b7c561d49c7d739199d894f0f5863fdc63bd926133a181aa1965d14e3af8b8b629e61f982e1e0f2dffe32ef68d13f5cb17425be6560b334462ccd
7
- data.tar.gz: 111bc7f5a52cb59011c8ddb6f83bd0c7ba2e6295091e3368385f4f2452d010ed8a3b90743141fc22de5c3164a38b83ca9ba02cf2a36ca0a77b8e22c6ea69d13e
6
+ metadata.gz: 777be5970698c74ba085fe7fcc7c5db0f5ddb2c1745d77dc2ab581c3d6622ed23ce2498b09539d1511aa093a15da699894b415cd073acd38ef0994515c7d7bb8
7
+ data.tar.gz: cff271b09dd699abc5df5b30e366c7bd1f678022d7a720a03bda41e1fbce3fb1b15da0a8ea0eca9f50d791223fcd718ddfbb02cec203005eaea2c2c3f57d0753
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/.gitignore CHANGED
@@ -7,3 +7,5 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ /.ruby-version
11
+ /.ruby-gemset
data/.travis.yml CHANGED
@@ -1,5 +1,6 @@
1
1
  sudo: false
2
+ group: stable
3
+ cache: bundler
2
4
  language: ruby
3
5
  rvm:
4
- - 2.3.1
5
- before_install: gem install bundler -v 1.13.1
6
+ - 2.3.2
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Exploitation
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rex-exploitation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
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: 2016-11-10 00:00:00.000000000 Z
91
+ date: 2016-11-21 00:00:00.000000000 Z
92
92
  dependencies:
93
93
  - !ruby/object:Gem::Dependency
94
94
  name: bundler
metadata.gz.sig CHANGED
Binary file