Skip to content
This repository was archived by the owner on Sep 29, 2022. It is now read-only.

Commit 3920638

Browse files
committed
Bump to 1.0.4
Signed-off-by: Florian Wininger <fw.centrale@gmail.com>
1 parent 472271e commit 3920638

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PATH
22
remote: .
33
specs:
4-
openvas (1.0.3)
4+
openvas (1.0.4)
55
nokogiri (~> 1.8)
66

77
GEM
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)
@@ -18,11 +18,11 @@ GEM
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)
@@ -38,10 +38,10 @@ GEM
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)

lib/openvas/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Openvas
4-
VERSION = '1.0.3'
4+
VERSION = '1.0.4'
55
end

openvas.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)
55
require 'openvas/version'
66

0 commit comments

Comments
 (0)