Sha256: cc1d5afca060140858cd0d34437eec4fc1adf269a851c1283d221ec5090d6cbf
Contents?: true
Size: 965 Bytes
Versions: 1
Compression:
Stored size: 965 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "ntlm-http" s.version = "0.1.1" s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version= s.authors = ["Kohei Kajimoto,Kingsley Hendrickse"] s.autorequire = "net/ntlm_http" s.cert_chain = nil s.date = "2009-05-20" s.description = "Ruby/NTLM HTTP provides NTLM authentication over http." s.email = "kingsley@mindflowsolutions.com" s.extra_rdoc_files = ["README"] s.files = ["README"] s.homepage = "http://www.mindflowsolutions.net" s.rdoc_options = ["--main", "README"] s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new("> 0.0.0") s.rubyforge_project = "rubyntlm" s.rubygems_version = "1.8.15" s.summary = "Ruby/NTLM HTTP library." if s.respond_to? :specification_version then s.specification_version = 1 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
domo-0.0.5 | vendor/bundle/ruby/1.9.1/specifications/ntlm-http-0.1.1.gemspec |