File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libcharon / plugins / vici / ruby / vici.gemspec.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:45 2020 UTC (4 years, 1 month ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

Gem::Specification.new do |s|
  s.name          = "vici"
  s.version       = "@GEM_VERSION@"
  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
    native client side implementation of the VICI protocol, well suited to
    script automated tasks in a reliable way.
  }
  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"
end

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>