Sha256: e24303c860ccd95f1121d55e86da6e69a21e493e5e672faf2b697ca93a009b34
Contents?: true
Size: 369 Bytes
Versions: 1
Compression:
Stored size: 369 Bytes
Contents
=begin Copyright © 2010 Dan Wanek <dan.wanek@gmail.com> Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php =end require 'ffi' module GSSAPI module LibGSSAPI extend FFI::Library GSSAPI_LIB_TYPE = :mit unless defined?(GSSAPI_LIB_TYPE) end end require 'gssapi/exceptions' require 'gssapi/lib_gssapi' require 'gssapi/simple'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gssapi-1.0.1 | lib/gssapi.rb |