Annotation of embedaddon/strongswan/src/libcharon/plugins/vici/ruby/vici.gemspec.in, revision 1.1

1.1     ! misho       1: Gem::Specification.new do |s|
        !             2:   s.name          = "vici"
        !             3:   s.version       = "@GEM_VERSION@"
        !             4:   s.authors       = ["strongSwan Project"]
        !             5:   s.email         = ["info@strongswan.org"]
        !             6:   s.description   = %q{
        !             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 reliable way.
        !            11:   }
        !            12:   s.summary       = "Native Ruby interface for strongSwan VICI"
        !            13:   s.homepage      = "https://wiki.strongswan.org/projects/strongswan/wiki/Vici"
        !            14:   s.license       = "MIT"
        !            15:   s.files         = "lib/vici.rb"
        !            16: end

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