vici: Fix ruby gem author email

This commit is contained in:
Martin Willi
2015-01-22 15:00:45 +01:00
parent ecf605c6e1
commit c8992ea6d2
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.name = "vici" s.name = "vici"
s.version = "@GEM_VERSION@" s.version = "@GEM_VERSION@"
s.authors = ["Martin Willi"] s.authors = ["Martin Willi"]
s.email = ["martin@strongswan.ch"] s.email = ["martin@strongswan.org"]
s.description = %q{ s.description = %q{
The strongSwan VICI protocol allows external application to monitor, 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