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:
1111 - LABEL=unit_tests
1212 after_success :
1313 - coveralls
14- - rvm : 2.5.0
14+ - rvm : 2.5.1
1515 env :
1616 - LABEL=unit_tests
17- - rvm : 2.4.3
17+ - rvm : 2.4.4
1818 env :
1919 - LABEL=unit_tests
2020 - rvm : 2.3.6
2121 env :
2222 - 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
2431 env :
2532 - LABEL=gem_integration_tests
2633 script :
Original file line number Diff line number Diff line change 11module SSHScan
2- VERSION = '0.0.34 '
2+ VERSION = '0.0.35 '
33end
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
3232
3333 s . add_dependency ( 'bindata' , '~> 2.0' )
3434 s . add_dependency ( 'netaddr' , '1.5.1' )
35- s . add_dependency ( 'net-ssh' )
35+ s . add_dependency ( 'net-ssh' , '~> 4.2' )
3636 s . add_dependency ( 'sshkey' )
3737 s . add_development_dependency ( 'pry' )
3838 s . add_development_dependency ( 'rspec' , '~> 3.0' )
You can’t perform that action at this time.
0 commit comments