Sha256: 241bf55c81752be785f17e8cb69bf2b3b00c579d3e0b37745309f306578245fe
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
############################################################################# # Copyright © 2010 Dan Wanek <dan.wanek@gmail.com> # # # This file is part of the Ruby GSSAPI library. # # GSSAPI is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as published # by the Free Software Foundation, either version 3 of the License, or (at # your option) any later version. # # GSSAPI is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General # Public License for more details. # # You should have received a copy of the GNU General Public License along # with GSSAPI. If not, see <http://www.gnu.org/licenses/>. ############################################################################# 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.0 | lib/gssapi.rb |