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

Commit efcd954

Browse files
committed
Release 1.0.0
Signed-off-by: Florian Wininger <fw.centrale@gmail.com>
1 parent 9734df2 commit efcd954

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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 = '0.3.0'
4+
VERSION = '1.0.0'
55
end

openvas.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ require 'openvas/version'
77
Gem::Specification.new do |s|
88
s.name = 'openvas'
99
s.version = Openvas::VERSION
10-
s.date = '2017-12-25'
1110
s.summary = 'Openvas API Client (OMP 7.0)'
12-
s.description = 'Easily interface with the Openvas for consuming results'
11+
s.description = 'Easily interface with the Openvas API OMP 7.0'
1312
s.authors = ['Florian Wininger']
1413
s.email = 'fw.centrale@gmail.com'
1514
s.homepage = 'https://github.com/Cyberwatch/ruby-openvas'

0 commit comments

Comments
 (0)