Sha256: f5a80c17f07feabd612ab73c93e2e41d3f86f85102fc4f1351b98b53afd0f8b5
Contents?: true
Size: 759 Bytes
Versions: 1
Compression:
Stored size: 759 Bytes
Contents
Gem::Specification.new do |s| s.name = %q{johnreitano-ntlm-http} s.version = "0.1.1.2" s.date = %q{24-12-2010} s.summary = %q{Ruby/NTLM HTTP library.} s.email = %q{kingsley@mindflowsolutions.com} s.homepage = %q{http://www.mindflowsolutions.net} s.rubyforge_project = %q{rubyntlm} s.description = %q{Ruby/NTLM HTTP provides NTLM authentication over http.} s.autorequire = %q{net/ntlm_http} s.has_rdoc = true s.authors = ["Kohei Kajimoto,Kingsley Hendrickse"] s.files = ["ntlm-http.gemspec", "Rakefile", "README", "lib/net/ntlm.rb", "lib/net/ntlm_http.rb", "test/function_test.rb", "examples/http.rb", "examples/imap.rb", "examples/smtp.rb"] s.rdoc_options = ["--main", "README"] s.extra_rdoc_files = ["README"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
johnreitano-ntlm-http-0.1.1.2 | ntlm-http.gemspec |