# -*- encoding: utf-8 -*- # stub: githooker 0.2.10 ruby lib Gem::Specification.new do |s| s.name = "githooker".freeze s.version = "0.2.10".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Carl P. Corliss".freeze] s.date = "2014-02-27" s.description = "GitHooker provides a framework for building test that can be used with git hooks".freeze s.email = "rabbitt@gmail.com".freeze s.executables = ["githook".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze, "README.rdoc".freeze] s.files = [".document".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/githook".freeze, "features/githooker.feature".freeze, "features/step_definitions/githooker_steps.rb".freeze, "features/support/env.rb".freeze, "githooker.gemspec".freeze, "lib/githooker.rb".freeze, "lib/githooker/action.rb".freeze, "lib/githooker/core_ext.rb".freeze, "lib/githooker/core_ext/array.rb".freeze, "lib/githooker/core_ext/array/min_max.rb".freeze, "lib/githooker/core_ext/numbers.rb".freeze, "lib/githooker/core_ext/numbers/infinity.rb".freeze, "lib/githooker/core_ext/string.rb".freeze, "lib/githooker/core_ext/string/inflections.rb".freeze, "lib/githooker/hook.rb".freeze, "lib/githooker/repo.rb".freeze, "lib/githooker/runner.rb".freeze, "lib/githooker/section.rb".freeze, "lib/githooker/terminal_colors.rb".freeze, "test/helper.rb".freeze, "test/test_githooker.rb".freeze, "thoughts.txt".freeze] s.homepage = "http://github.com/rabbitt/githooker".freeze s.licenses = ["GPLv2".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "framework for building git hooks tests".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.5.8".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.8.4".freeze]) end