This repository was archived by the owner on Sep 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- openvas (1.0.3 )
4+ openvas (1.0.4 )
55 nokogiri (~> 1.8 )
66
77GEM
88 remote: https://rubygems.org/
99 specs:
10- ast (2.3 .0 )
10+ ast (2.4 .0 )
1111 coveralls (0.8.21 )
1212 json (>= 1.8 , < 3 )
1313 simplecov (~> 0.14.1 )
1818 docile (1.1.5 )
1919 json (2.1.0 )
2020 mini_portile2 (2.3.0 )
21- nokogiri (1.8.1 )
21+ nokogiri (1.8.2 )
2222 mini_portile2 (~> 2.3.0 )
2323 parallel (1.12.1 )
24- parser (2.4 .0.2 )
25- ast (~> 2.3 )
24+ parser (2.5 .0.3 )
25+ ast (~> 2.4.0 )
2626 powerpack (0.1.1 )
2727 rainbow (3.0.0 )
2828 rake (12.3.0 )
3838 rspec-mocks (3.7.0 )
3939 diff-lcs (>= 1.2.0 , < 2.0 )
4040 rspec-support (~> 3.7.0 )
41- rspec-support (3.7.0 )
42- rubocop (0.52.1 )
41+ rspec-support (3.7.1 )
42+ rubocop (0.53.0 )
4343 parallel (~> 1.10 )
44- parser (>= 2.4.0.2 , < 3.0 )
44+ parser (>= 2.5 )
4545 powerpack (~> 0.1 )
4646 rainbow (>= 2.2.2 , < 4.0 )
4747 ruby-progressbar (~> 1.7 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Openvas
4- VERSION = '1.0.3 '
4+ VERSION = '1.0.4 '
55end
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3- lib = File . expand_path ( '../ lib' , __FILE__ )
3+ lib = File . expand_path ( 'lib' , __dir__ )
44$LOAD_PATH. unshift ( lib ) unless $LOAD_PATH. include? ( lib )
55require 'openvas/version'
66
You can’t perform that action at this time.
0 commit comments