From: Tobias Brunner Date: Thu, 25 Apr 2019 08:26:11 +0000 (+0200) Subject: vici: Update some data in the Ruby gemspec X-Git-Tag: 5.8.0rc1~22^2~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=968866afc6710cb1e45aa4fda72b3e4677b8148b;p=thirdparty%2Fstrongswan.git vici: Update some data in the Ruby gemspec --- diff --git a/src/libcharon/plugins/vici/ruby/vici.gemspec.in b/src/libcharon/plugins/vici/ruby/vici.gemspec.in index 2bd2b3d88e..7a1e8ee56f 100644 --- a/src/libcharon/plugins/vici/ruby/vici.gemspec.in +++ b/src/libcharon/plugins/vici/ruby/vici.gemspec.in @@ -1,15 +1,15 @@ Gem::Specification.new do |s| s.name = "vici" s.version = "@GEM_VERSION@" - s.authors = ["Martin Willi"] - s.email = ["martin@strongswan.org"] + s.authors = ["strongSwan Project"] + s.email = ["info@strongswan.org"] s.description = %q{ The strongSwan VICI protocol allows external application to monitor, - configure and control the IKE daemon charon. This ruby gem provides a + configure and control the IKE daemon charon. This Ruby Gem provides a native client side implementation of the VICI protocol, well suited to script automated tasks in a relaible way. } - s.summary = "Native ruby interface for strongSwan VICI" + s.summary = "Native Ruby interface for strongSwan VICI" s.homepage = "https://wiki.strongswan.org/projects/strongswan/wiki/Vici" s.license = "MIT" s.files = "lib/vici.rb"