This repository was archived by the owner on Jan 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,23 @@ matrix:
11
11
- LABEL=unit_tests
12
12
after_success :
13
13
- coveralls
14
- - rvm : 2.5.0
14
+ - rvm : 2.5.1
15
15
env :
16
16
- LABEL=unit_tests
17
- - rvm : 2.4.3
17
+ - rvm : 2.4.4
18
18
env :
19
19
- LABEL=unit_tests
20
20
- rvm : 2.3.6
21
21
env :
22
22
- LABEL=unit_tests
23
- - rvm : 2.3.6
23
+ - rvm : 2.5.1
24
+ env :
25
+ - LABEL=gem_integration_tests
26
+ script :
27
+ - gem install ssh_scan
28
+ - chmod 755 ./spec/ssh_scan/integration.sh
29
+ - ./spec/ssh_scan/integration.sh
30
+ - rvm : 2.4.4
24
31
env :
25
32
- LABEL=gem_integration_tests
26
33
script :
Original file line number Diff line number Diff line change 1
1
module SSHScan
2
- VERSION = '0.0.34 '
2
+ VERSION = '0.0.35 '
3
3
end
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
32
32
33
33
s . add_dependency ( 'bindata' , '~> 2.0' )
34
34
s . add_dependency ( 'netaddr' , '1.5.1' )
35
- s . add_dependency ( 'net-ssh' )
35
+ s . add_dependency ( 'net-ssh' , '~> 4.2' )
36
36
s . add_dependency ( 'sshkey' )
37
37
s . add_development_dependency ( 'pry' )
38
38
s . add_development_dependency ( 'rspec' , '~> 3.0' )
You can’t perform that action at this time.
0 commit comments