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

Commit

Permalink
Bump to 1.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Wininger <fw.centrale@gmail.com>
  • Loading branch information
fwininger committed Mar 12, 2018
1 parent 472271e commit 3920638
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
openvas (1.0.3)
openvas (1.0.4)
nokogiri (~> 1.8)

GEM
remote: https://rubygems.org/
specs:
ast (2.3.0)
ast (2.4.0)
coveralls (0.8.21)
json (>= 1.8, < 3)
simplecov (~> 0.14.1)
Expand All @@ -18,11 +18,11 @@ GEM
docile (1.1.5)
json (2.1.0)
mini_portile2 (2.3.0)
nokogiri (1.8.1)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
parallel (1.12.1)
parser (2.4.0.2)
ast (~> 2.3)
parser (2.5.0.3)
ast (~> 2.4.0)
powerpack (0.1.1)
rainbow (3.0.0)
rake (12.3.0)
Expand All @@ -38,10 +38,10 @@ GEM
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
rubocop (0.52.1)
rspec-support (3.7.1)
rubocop (0.53.0)
parallel (~> 1.10)
parser (>= 2.4.0.2, < 3.0)
parser (>= 2.5)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
Expand Down
2 changes: 1 addition & 1 deletion lib/openvas/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Openvas
VERSION = '1.0.3'
VERSION = '1.0.4'
end
2 changes: 1 addition & 1 deletion openvas.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

lib = File.expand_path('../lib', __FILE__)
lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'openvas/version'

Expand Down

0 comments on commit 3920638

Please sign in to comment.