dap 1.2.8 → 1.2.9
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/.gitignore +3 -0
- data/Dockerfile.testing +2 -2
- data/Gemfile +3 -3
- data/Gemfile.lock +58 -18
- data/lib/dap/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 269ac8cdd229ae3024579e464a7328e0c03fd63475db4ea00f27062881b7a584
|
|
4
|
+
data.tar.gz: bb7eccc16da408a3612e425063391f04598fa9f2a2588d1e5bc76044d82ab966
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03df4ab5d19b8c9658fd00d74973d28fec5e7fafcdaa8c0b5f6b4f88eddd07d439918f133990a099b86b92ec2a7ccb6ee14e1167663b9583e90da493b71e73dc
|
|
7
|
+
data.tar.gz: ef55c2efa82bfafa533085895aed89a4dd0aeb059b6bc1fd9a054329d7f06873c130c46234bbb8d174df89add716dbb863e830717085a4119cbfff0c8a9c1187
|
data/.gitignore
CHANGED
data/Dockerfile.testing
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
FROM ubuntu:
|
|
1
|
+
FROM ubuntu:20.04
|
|
2
2
|
|
|
3
3
|
ENV TEST_DIR /opt/bats_testing
|
|
4
4
|
|
|
@@ -14,7 +14,7 @@ RUN /bin/bash -l -c "rvm requirements"
|
|
|
14
14
|
RUN /bin/bash -l -c "rvm install 2.4.5"
|
|
15
15
|
RUN /bin/bash -l -c "rvm use 2.4.5 && gem update --system && gem install bundler"
|
|
16
16
|
ADD Gemfile* $TEST_DIR/
|
|
17
|
-
RUN /bin/bash -l -c "cd $TEST_DIR && rvm use 2.4.5 && bundle install"
|
|
17
|
+
RUN /bin/bash -l -c "cd $TEST_DIR && rvm use 2.4.5 && bundle update --bundler && bundle install"
|
|
18
18
|
|
|
19
19
|
# install maxmind legacy data
|
|
20
20
|
RUN mkdir /var/lib/geoip
|
data/Gemfile
CHANGED
|
@@ -6,10 +6,10 @@ gem 'net-dns'
|
|
|
6
6
|
gem 'bit-struct'
|
|
7
7
|
gem 'geoip-c'
|
|
8
8
|
gem 'maxmind-db', '~> 1.0.0'
|
|
9
|
-
gem 'recog', '>=2.3.
|
|
9
|
+
gem 'recog', '>=2.3.21'
|
|
10
10
|
|
|
11
11
|
group :test do
|
|
12
12
|
gem 'rspec', '~> 3.9.0'
|
|
13
|
-
gem 'cucumber', '~>
|
|
14
|
-
gem 'aruba', '~> 0.6.
|
|
13
|
+
gem 'cucumber', '~> 4.0.0'
|
|
14
|
+
gem 'aruba', '~> 0.6.2'
|
|
15
15
|
end
|
data/Gemfile.lock
CHANGED
|
@@ -1,33 +1,67 @@
|
|
|
1
1
|
GEM
|
|
2
2
|
remote: https://rubygems.org/
|
|
3
3
|
specs:
|
|
4
|
+
activesupport (5.2.4.4)
|
|
5
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
6
|
+
i18n (>= 0.7, < 2)
|
|
7
|
+
minitest (~> 5.1)
|
|
8
|
+
tzinfo (~> 1.1)
|
|
4
9
|
aruba (0.6.2)
|
|
5
10
|
childprocess (>= 0.3.6)
|
|
6
11
|
cucumber (>= 1.1.1)
|
|
7
12
|
rspec-expectations (>= 2.7.0)
|
|
8
13
|
bit-struct (0.16)
|
|
9
14
|
builder (3.2.4)
|
|
10
|
-
childprocess (
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
childprocess (4.0.0)
|
|
16
|
+
concurrent-ruby (1.1.7)
|
|
17
|
+
cucumber (4.0.1)
|
|
18
|
+
builder (~> 3.2, >= 3.2.3)
|
|
19
|
+
cucumber-core (~> 7.0, >= 7.0.0)
|
|
20
|
+
cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
|
|
21
|
+
cucumber-gherkin (~> 13.0, >= 13.0.0)
|
|
22
|
+
cucumber-html-formatter (~> 6.0, >= 6.0.1)
|
|
23
|
+
cucumber-messages (~> 12.1, >= 12.1.1)
|
|
24
|
+
cucumber-wire (~> 3.0, >= 3.0.0)
|
|
25
|
+
diff-lcs (~> 1.3, >= 1.3, < 1.4)
|
|
26
|
+
multi_test (~> 0.1, >= 0.1.2)
|
|
27
|
+
sys-uname (~> 1.0, >= 1.0.2)
|
|
28
|
+
cucumber-core (7.0.0)
|
|
29
|
+
cucumber-gherkin (~> 13.0, >= 13.0.0)
|
|
30
|
+
cucumber-messages (~> 12.1, >= 12.1.1)
|
|
31
|
+
cucumber-tag-expressions (~> 2.0, >= 2.0.4)
|
|
32
|
+
cucumber-cucumber-expressions (10.3.0)
|
|
33
|
+
cucumber-gherkin (13.0.0)
|
|
34
|
+
cucumber-messages (~> 12.0, >= 12.0.0)
|
|
35
|
+
cucumber-html-formatter (6.0.3)
|
|
36
|
+
cucumber-messages (~> 12.1, >= 12.1.1)
|
|
37
|
+
cucumber-messages (12.4.0)
|
|
38
|
+
protobuf-cucumber (~> 3.10, >= 3.10.8)
|
|
39
|
+
cucumber-tag-expressions (2.0.4)
|
|
40
|
+
cucumber-wire (3.0.0)
|
|
41
|
+
cucumber-core (~> 7.0, >= 7.0.0)
|
|
42
|
+
cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
|
|
43
|
+
cucumber-messages (~> 12.1, >= 12.1.1)
|
|
17
44
|
diff-lcs (1.3)
|
|
45
|
+
ffi (1.13.1)
|
|
18
46
|
geoip-c (0.9.1)
|
|
19
|
-
gherkin (2.12.2)
|
|
20
|
-
multi_json (~> 1.3)
|
|
21
47
|
htmlentities (4.3.4)
|
|
48
|
+
i18n (1.8.5)
|
|
49
|
+
concurrent-ruby (~> 1.0)
|
|
22
50
|
maxmind-db (1.0.0)
|
|
51
|
+
middleware (0.1.0)
|
|
23
52
|
mini_portile2 (2.4.0)
|
|
24
|
-
|
|
53
|
+
minitest (5.14.2)
|
|
25
54
|
multi_test (0.1.2)
|
|
26
55
|
net-dns (0.9.0)
|
|
27
|
-
nokogiri (1.10.
|
|
56
|
+
nokogiri (1.10.10)
|
|
28
57
|
mini_portile2 (~> 2.4.0)
|
|
29
58
|
oj (3.10.6)
|
|
30
|
-
|
|
59
|
+
protobuf-cucumber (3.10.8)
|
|
60
|
+
activesupport (>= 3.2)
|
|
61
|
+
middleware
|
|
62
|
+
thor
|
|
63
|
+
thread_safe
|
|
64
|
+
recog (2.3.21)
|
|
31
65
|
nokogiri
|
|
32
66
|
rspec (3.9.0)
|
|
33
67
|
rspec-core (~> 3.9.0)
|
|
@@ -35,28 +69,34 @@ GEM
|
|
|
35
69
|
rspec-mocks (~> 3.9.0)
|
|
36
70
|
rspec-core (3.9.2)
|
|
37
71
|
rspec-support (~> 3.9.3)
|
|
38
|
-
rspec-expectations (3.9.
|
|
72
|
+
rspec-expectations (3.9.3)
|
|
39
73
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
40
74
|
rspec-support (~> 3.9.0)
|
|
41
75
|
rspec-mocks (3.9.1)
|
|
42
76
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
43
77
|
rspec-support (~> 3.9.0)
|
|
44
|
-
rspec-support (3.9.
|
|
78
|
+
rspec-support (3.9.4)
|
|
79
|
+
sys-uname (1.2.1)
|
|
80
|
+
ffi (>= 1.0.0)
|
|
81
|
+
thor (1.0.1)
|
|
82
|
+
thread_safe (0.3.6)
|
|
83
|
+
tzinfo (1.2.7)
|
|
84
|
+
thread_safe (~> 0.1)
|
|
45
85
|
|
|
46
86
|
PLATFORMS
|
|
47
87
|
ruby
|
|
48
88
|
|
|
49
89
|
DEPENDENCIES
|
|
50
|
-
aruba (~> 0.6.
|
|
90
|
+
aruba (~> 0.6.2)
|
|
51
91
|
bit-struct
|
|
52
|
-
cucumber (~>
|
|
92
|
+
cucumber (~> 4.0.0)
|
|
53
93
|
geoip-c
|
|
54
94
|
htmlentities
|
|
55
95
|
maxmind-db (~> 1.0.0)
|
|
56
96
|
net-dns
|
|
57
97
|
oj
|
|
58
|
-
recog (>= 2.3.
|
|
98
|
+
recog (>= 2.3.21)
|
|
59
99
|
rspec (~> 3.9.0)
|
|
60
100
|
|
|
61
101
|
BUNDLED WITH
|
|
62
|
-
|
|
102
|
+
1.17.3
|
data/lib/dap/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rapid7 Research
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|