gauntlt 1.0.10 → 1.0.11
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/.travis.yml +9 -5
- data/README.md +2 -2
- data/gauntlt.gemspec +1 -1
- data/lib/gauntlt/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 542c7503470b428ccd400e71110ffac1a82053d3
|
4
|
+
data.tar.gz: 42029378c6e716bfc73eb924cdf110304089808a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca7e58ded74004dcefc122acd80ac027f1079fcc213f9896c1490f5bc0a492be1058309a3004f82f9af6f26a526e9189ce9a1fc852a12c1e9ae8a0c4c6e752be
|
7
|
+
data.tar.gz: c6df1f16395c1e4ed4650397fe0106bc9f0f6a705cfcaa1122f86b694c3d0220024cb372fa9c606f642c6434291f472b76b48844493cb8a0708a721d975c304d
|
data/.travis.yml
CHANGED
@@ -1,15 +1,19 @@
|
|
1
1
|
language: ruby
|
2
2
|
rvm:
|
3
3
|
- 1.9.3
|
4
|
+
- 2.0.0
|
5
|
+
- 2.1.2
|
4
6
|
before_install:
|
5
7
|
- git submodule update --init --recursive
|
6
8
|
before_script:
|
7
|
-
|
8
|
-
|
9
|
-
|
9
|
+
#- go get github.com/FiloSottile/Heartbleed
|
10
|
+
#- go install github.com/FiloSottile/Heartbleed
|
11
|
+
#- which Heartbleed
|
12
|
+
- sudo apt-get update
|
10
13
|
- sudo apt-get install nmap
|
11
14
|
- sudo apt-get install wget
|
12
|
-
- sudo apt-get install
|
15
|
+
- sudo apt-get install golang
|
16
|
+
#- sudo apt-get install unzip
|
13
17
|
- sudo apt-get install libcurl4-openssl-dev
|
14
18
|
- export SSLYZE_PATH="/home/travis/build/gauntlt/gauntlt/vendor/sslyze/sslyze.py"
|
15
19
|
- export SQLMAP_PATH="/home/travis/build/gauntlt/gauntlt/vendor/sqlmap/sqlmap.py"
|
@@ -19,7 +23,7 @@ before_script:
|
|
19
23
|
|
20
24
|
matrix:
|
21
25
|
allow_failures:
|
22
|
-
- rvm:
|
26
|
+
- rvm: 2.1.2
|
23
27
|
|
24
28
|
notifications:
|
25
29
|
irc:
|
data/README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
[](http://travis-ci.org/gauntlt/gauntlt) [](https://codeclimate.com/github/gauntlt/gauntlt) [](http://badge.fury.io/rb/gauntlt)
|
2
2
|
|
3
3
|
# gauntlt
|
4
|
-
|
4
|
+
Gauntlt is a ruggedization framework that is enables security testing that is usable by devs, ops and security
|
5
5
|
|
6
6
|
## PROJECT STATUS
|
7
7
|
|
8
|
-
|
8
|
+
Gauntlt is under active development and we welcome community feedback and contributions. Please file issues via github and follow the project on twitter: [@gauntlt](https://twitter.com/gauntlt).
|
9
9
|
|
10
10
|
Have questions? Ask us anything on the [gauntlt google group](http://bit.ly/gauntlt_group) or find us on irc at [#gauntlt](http://webchat.freenode.net/?channels=gauntlt) (irc.freenode.net).
|
11
11
|
|
data/gauntlt.gemspec
CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
|
23
23
|
s.add_development_dependency 'rake', '~> 10.1'
|
24
24
|
s.add_development_dependency 'arachni', '= 0.4.6'
|
25
25
|
|
26
|
-
s.add_runtime_dependency 'cucumber', '= 1.3.
|
26
|
+
s.add_runtime_dependency 'cucumber', '= 1.3.20'
|
27
27
|
s.add_runtime_dependency 'aruba', '= 0.5.4'
|
28
28
|
s.add_runtime_dependency 'nokogiri', '= 1.6.1'
|
29
29
|
s.add_runtime_dependency 'trollop', '~> 2.0'
|
data/lib/gauntlt/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gauntlt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Wickett
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2015-11-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -45,14 +45,14 @@ dependencies:
|
|
45
45
|
requirements:
|
46
46
|
- - '='
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 1.3.
|
48
|
+
version: 1.3.20
|
49
49
|
type: :runtime
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - '='
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: 1.3.
|
55
|
+
version: 1.3.20
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: aruba
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
189
189
|
version: '0'
|
190
190
|
requirements: []
|
191
191
|
rubyforge_project:
|
192
|
-
rubygems_version: 2.
|
192
|
+
rubygems_version: 2.0.14
|
193
193
|
signing_key:
|
194
194
|
specification_version: 4
|
195
195
|
summary: behaviour-driven security using cucumber
|