From efcd95495d87e7882ccb6e26817e114873b2f6f0 Mon Sep 17 00:00:00 2001 From: Florian Wininger Date: Tue, 9 Jan 2018 11:14:21 +0100 Subject: [PATCH] Release 1.0.0 Signed-off-by: Florian Wininger --- lib/openvas/version.rb | 2 +- openvas.gemspec | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/openvas/version.rb b/lib/openvas/version.rb index f88c4e0..1d282eb 100644 --- a/lib/openvas/version.rb +++ b/lib/openvas/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Openvas - VERSION = '0.3.0' + VERSION = '1.0.0' end diff --git a/openvas.gemspec b/openvas.gemspec index 0e9fc4d..1d2f698 100644 --- a/openvas.gemspec +++ b/openvas.gemspec @@ -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 = 'fw.centrale@gmail.com' s.homepage = 'https://github.com/Cyberwatch/ruby-openvas'