# -*- encoding: utf-8 -*- # stub: git-lighttp 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "git-lighttp".freeze s.version = "0.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Hallison Batista".freeze] s.date = "2016-01-27" s.description = "Git::Lighttp is a implementation of the several features:\n- Smart HTTP which works like as git-http-backend.\n- Show info pages about the projects.\n".freeze s.email = "hallisonbatista@gmail.com".freeze s.files = ["Gemfile".freeze, "Makefile".freeze, "README.pt-BR.rdoc".freeze, "README.rdoc".freeze, "Rakefile".freeze, "doc/releases/v0.1.0.rdoc".freeze, "doc/releases/v0.2.0.rdoc".freeze, "doc/releases/v0.3.0.rdoc".freeze, "git-lighttp.gemspec".freeze, "lib/git/lighttp.rb".freeze, "lib/git/lighttp/extensions.rb".freeze, "lib/git/lighttp/http_backend.rb".freeze, "lib/git/lighttp/treeish.rb".freeze, "lib/git/lighttp/version.rb".freeze, "test/all.rb".freeze, "test/config_test.rb".freeze, "test/fixtures/config.yml".freeze, "test/fixtures/htgroup".freeze, "test/fixtures/htpasswd".freeze, "test/fixtures/mycode.git/HEAD".freeze, "test/fixtures/mycode.git/config".freeze, "test/fixtures/mycode.git/description".freeze, "test/fixtures/mycode.git/hooks/applypatch-msg.sample".freeze, "test/fixtures/mycode.git/hooks/commit-msg.sample".freeze, "test/fixtures/mycode.git/hooks/post-commit.sample".freeze, "test/fixtures/mycode.git/hooks/post-receive.sample".freeze, "test/fixtures/mycode.git/hooks/post-update.sample".freeze, "test/fixtures/mycode.git/hooks/pre-applypatch.sample".freeze, "test/fixtures/mycode.git/hooks/pre-commit.sample".freeze, "test/fixtures/mycode.git/hooks/pre-rebase.sample".freeze, "test/fixtures/mycode.git/hooks/prepare-commit-msg.sample".freeze, "test/fixtures/mycode.git/hooks/update.sample".freeze, "test/fixtures/mycode.git/info/exclude".freeze, "test/fixtures/mycode.git/info/refs".freeze, "test/fixtures/mycode.git/objects/02/83eb96425444e17b97182e1ba9f216cc67c132".freeze, "test/fixtures/mycode.git/objects/03/9927042df267a1bc606fc4485b7a79b6a9e3cd".freeze, "test/fixtures/mycode.git/objects/0d/eed0a56fa8f5f2a788d58b3ea235afd547b828".freeze, "test/fixtures/mycode.git/objects/4b/825dc642cb6eb9a060e54bf8d69288fbee4904".freeze, "test/fixtures/mycode.git/objects/5e/54a0767e0c380f3baab17938d68c7f464cf171".freeze, "test/fixtures/mycode.git/objects/63/9b96262e7e19ca2169575e797b234098b8a72e".freeze, "test/fixtures/mycode.git/objects/71/6e9568eed27d5ee4378b3ecf6dd095a547bde9".freeze, "test/fixtures/mycode.git/objects/b6/f3f0fabeaaaaf2db22b8ef98f59115baec7ef9".freeze, "test/fixtures/mycode.git/objects/be/118435b9d908fd4a689cd8b0cc98059911a31a".freeze, "test/fixtures/mycode.git/objects/db/aefcb5bde664671c73b99515c386dcbc7f22b6".freeze, "test/fixtures/mycode.git/objects/eb/669b878d2013ac70aa5dee75e6357ea81d16ea".freeze, "test/fixtures/mycode.git/objects/ed/10cfcf72862e140c97fe899cba2a55f4cb4c20".freeze, "test/fixtures/mycode.git/objects/ed/1c3a255ab3fce056dc31cd82df9f61a4d9fa22".freeze, "test/fixtures/mycode.git/objects/info/alternates".freeze, "test/fixtures/mycode.git/objects/info/http-alternates".freeze, "test/fixtures/mycode.git/objects/info/packs".freeze, "test/fixtures/mycode.git/objects/pack/pack-40a8636b62258fffd78ec1e8d254116e72d385a9.idx".freeze, "test/fixtures/mycode.git/objects/pack/pack-40a8636b62258fffd78ec1e8d254116e72d385a9.pack".freeze, "test/fixtures/mycode.git/packed-refs".freeze, "test/fixtures/mycode.git/refs/heads/master".freeze, "test/fixtures/mycode.git/refs/tags/v0.1.0".freeze, "test/helpers.rb".freeze, "test/htgroup_test.rb".freeze, "test/htpasswd_test.rb".freeze, "test/http_backend_authentication_test.rb".freeze, "test/http_backend_test.rb".freeze, "test/project_handler_test.rb".freeze, "test/treeish_test.rb".freeze] s.homepage = "http://github.com/hallison/git-lighttp".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Git Web implementation of the Light (Smart) HTTP and other features".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end