forked from giovantenne/htauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtauth.gemspec
More file actions
47 lines (43 loc) · 3.59 KB
/
htauth.gemspec
File metadata and controls
47 lines (43 loc) · 3.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# DO NOT EDIT - This file is automatically generated
# Make changes to Manifest.txt and/or Rakefile and regenerate
# -*- encoding: utf-8 -*-
# stub: htauth 2.0.0 ruby lib
Gem::Specification.new do |s|
s.name = "htauth"
s.version = "2.0.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Jeremy Hinegardner"]
s.date = "2015-09-14"
s.description = "HTAuth is a pure ruby replacement for the Apache support programs htdigest and htpasswd. Command line and API access are provided for access to htdigest and htpasswd files."
s.email = "jeremy@copiousfreetime.org"
s.executables = ["htdigest-ruby", "htpasswd-ruby"]
s.extra_rdoc_files = ["CONTRIBUTING.md", "HISTORY.md", "Manifest.txt", "README.md"]
s.files = ["CONTRIBUTING.md", "HISTORY.md", "LICENSE", "Manifest.txt", "README.md", "Rakefile", "bin/htdigest-ruby", "bin/htpasswd-ruby", "lib/htauth.rb", "lib/htauth/algorithm.rb", "lib/htauth/cli.rb", "lib/htauth/cli/digest.rb", "lib/htauth/cli/passwd.rb", "lib/htauth/console.rb", "lib/htauth/crypt.rb", "lib/htauth/digest_entry.rb", "lib/htauth/digest_file.rb", "lib/htauth/entry.rb", "lib/htauth/error.rb", "lib/htauth/file.rb", "lib/htauth/md5.rb", "lib/htauth/passwd_entry.rb", "lib/htauth/passwd_file.rb", "lib/htauth/plaintext.rb", "lib/htauth/sha1.rb", "lib/htauth/version.rb", "spec/cli/digest_spec.rb", "spec/cli/passwd_spec.rb", "spec/crypt_spec.rb", "spec/digest_entry_spec.rb", "spec/digest_file_spec.rb", "spec/md5_spec.rb", "spec/passwd_entry_spec.rb", "spec/passwd_file_spec.rb", "spec/plaintext_spec.rb", "spec/sha1_spec.rb", "spec/spec_helper.rb", "spec/test.add.digest", "spec/test.add.passwd", "spec/test.delete.digest", "spec/test.delete.passwd", "spec/test.original.digest", "spec/test.original.passwd", "spec/test.update.digest", "spec/test.update.passwd", "tasks/default.rake", "tasks/this.rb"]
s.homepage = "http://github.com/copiousfreetime/htauth"
s.licenses = ["MIT"]
s.rdoc_options = ["--main", "README.md", "--markup", "tomdoc"]
s.required_ruby_version = Gem::Requirement.new(">= 1.9.3")
s.rubygems_version = "2.4.5"
s.summary = "HTAuth is a pure ruby replacement for the Apache support programs htdigest and htpasswd. Command line and API access are provided for access to htdigest and htpasswd files."
s.test_files = ["spec/cli/digest_spec.rb", "spec/cli/passwd_spec.rb", "spec/crypt_spec.rb", "spec/digest_entry_spec.rb", "spec/digest_file_spec.rb", "spec/md5_spec.rb", "spec/passwd_entry_spec.rb", "spec/passwd_file_spec.rb", "spec/plaintext_spec.rb", "spec/sha1_spec.rb", "spec/spec_helper.rb", "spec/test.add.digest", "spec/test.add.passwd", "spec/test.delete.digest", "spec/test.delete.passwd", "spec/test.original.digest", "spec/test.original.passwd", "spec/test.update.digest", "spec/test.update.passwd"]
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rake>, ["~> 10.1"])
s.add_development_dependency(%q<minitest>, ["~> 5.0"])
s.add_development_dependency(%q<rdoc>, ["~> 4.0"])
s.add_development_dependency(%q<simplecov>, ["~> 0.9"])
else
s.add_dependency(%q<rake>, ["~> 10.1"])
s.add_dependency(%q<minitest>, ["~> 5.0"])
s.add_dependency(%q<rdoc>, ["~> 4.0"])
s.add_dependency(%q<simplecov>, ["~> 0.9"])
end
else
s.add_dependency(%q<rake>, ["~> 10.1"])
s.add_dependency(%q<minitest>, ["~> 5.0"])
s.add_dependency(%q<rdoc>, ["~> 4.0"])
s.add_dependency(%q<simplecov>, ["~> 0.9"])
end
end