]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/libcharon/plugins/vici/ruby/vici.gemspec.in
Some whitespace fixes
[thirdparty/strongswan.git] / src / libcharon / plugins / vici / ruby / vici.gemspec.in
CommitLineData
1038d965
MW
1Gem::Specification.new do |s|
2 s.name = "vici"
f684be65 3 s.version = "@GEM_VERSION@"
968866af
TB
4 s.authors = ["strongSwan Project"]
5 s.email = ["info@strongswan.org"]
1038d965 6 s.description = %q{
b9949e98
TB
7 The strongSwan VICI protocol allows external application to monitor,
8 configure and control the IKE daemon charon. This Ruby Gem provides a
9 native client side implementation of the VICI protocol, well suited to
10 script automated tasks in a relaible way.
1038d965 11 }
968866af 12 s.summary = "Native Ruby interface for strongSwan VICI"
1038d965
MW
13 s.homepage = "https://wiki.strongswan.org/projects/strongswan/wiki/Vici"
14 s.license = "MIT"
15 s.files = "lib/vici.rb"
16end