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

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Wininger <[email protected]>
  • Loading branch information
fwininger committed Jan 9, 2018
1 parent 9734df2 commit efcd954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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 = '0.3.0'
VERSION = '1.0.0'
end
3 changes: 1 addition & 2 deletions openvas.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ require 'openvas/version'
Gem::Specification.new do |s|
s.name = 'openvas'
s.version = Openvas::VERSION
s.date = '2017-12-25'
s.summary = 'Openvas API Client (OMP 7.0)'
s.description = 'Easily interface with the Openvas for consuming results'
s.description = 'Easily interface with the Openvas API OMP 7.0'
s.authors = ['Florian Wininger']
s.email = '[email protected]'
s.homepage = 'https://github.com/Cyberwatch/ruby-openvas'
Expand Down

0 comments on commit efcd954

Please sign in to comment.