# -*- encoding: utf-8 -*- # stub: penchant 0.2.26 ruby lib Gem::Specification.new do |s| s.name = "penchant".freeze s.version = "0.2.26".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["John Bintz".freeze] s.date = "2012-10-09" s.description = "Things I do for my Rails projects to get up to speed in new environments fast".freeze s.email = ["john@coswellproductions.com".freeze] s.executables = ["penchant".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Guardfile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/penchant".freeze, "config/cucumber.yml".freeze, "features/cli.feature".freeze, "features/ruby_gemfile.feature".freeze, "features/step_definitions/given/i_am_on_the_linux_platform.rb".freeze, "features/step_definitions/given/i_expect_git_hooks_to_be_installed.rb".freeze, "features/step_definitions/given/i_have_the_directory_tmp_git.rb".freeze, "features/step_definitions/given/i_have_the_file_with_content.rb".freeze, "features/step_definitions/given/i_have_the_symlink_git_hooks_pre_commit_which_points_to_script_hooks_pre_commit.rb".freeze, "features/step_definitions/then/i_should_get_the_following_environments.rb".freeze, "features/step_definitions/then/i_should_get_the_following_repositories.rb".freeze, "features/step_definitions/then/the_file_gemfile_should_have_the_following_stripped_content.rb".freeze, "features/step_definitions/then/the_file_should_have_content.rb".freeze, "features/step_definitions/then/the_file_tmp_gemfile_penchant_should_include_the_following_content.rb".freeze, "features/step_definitions/then/the_output_should_include.rb".freeze, "features/step_definitions/then/the_output_should_not_include_git_hooks_not_installed.rb".freeze, "features/step_definitions/when/i_rebuild_the_gemfile_for_local_mode.rb".freeze, "features/step_definitions/when/i_rebuild_the_gemfile_switching_back.rb".freeze, "features/step_definitions/when/i_rebuild_the_gemfile_with_deployment.rb".freeze, "features/step_definitions/when/i_request_the_list_of_environments_available.rb".freeze, "features/step_definitions/when/i_request_the_list_of_git_repositories.rb".freeze, "features/step_definitions/when/i_run_in.rb".freeze, "features/support/cuke-pack.rb".freeze, "features/support/env.rb".freeze, "lib/penchant.rb".freeze, "lib/penchant/custom_property.rb".freeze, "lib/penchant/defaults.rb".freeze, "lib/penchant/dot_penchant.rb".freeze, "lib/penchant/env.rb".freeze, "lib/penchant/file_processor.rb".freeze, "lib/penchant/gemfile.rb".freeze, "lib/penchant/hooks.rb".freeze, "lib/penchant/property_stack.rb".freeze, "lib/penchant/property_stack_builder.rb".freeze, "lib/penchant/property_stack_processor.rb".freeze, "lib/penchant/repo.rb".freeze, "lib/penchant/version.rb".freeze, "penchant.gemspec".freeze, "script/gemfile".freeze, "script/hooks/commit-msg".freeze, "script/hooks/post-commit".freeze, "script/hooks/pre-commit".freeze, "script/initialize-environment".freeze, "script/install-git-hooks".freeze, "template/script/gemfile".freeze, "template/script/hooks/commit-msg".freeze, "template/script/hooks/post-commit".freeze, "template/script/hooks/pre-commit".freeze, "template/script/initialize-environment".freeze, "template/script/install-git-hooks".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Things I do for my Rails projects to get up to speed in new environments fast".freeze s.test_files = ["features/cli.feature".freeze, "features/ruby_gemfile.feature".freeze, "features/step_definitions/given/i_am_on_the_linux_platform.rb".freeze, "features/step_definitions/given/i_expect_git_hooks_to_be_installed.rb".freeze, "features/step_definitions/given/i_have_the_directory_tmp_git.rb".freeze, "features/step_definitions/given/i_have_the_file_with_content.rb".freeze, "features/step_definitions/given/i_have_the_symlink_git_hooks_pre_commit_which_points_to_script_hooks_pre_commit.rb".freeze, "features/step_definitions/then/i_should_get_the_following_environments.rb".freeze, "features/step_definitions/then/i_should_get_the_following_repositories.rb".freeze, "features/step_definitions/then/the_file_gemfile_should_have_the_following_stripped_content.rb".freeze, "features/step_definitions/then/the_file_should_have_content.rb".freeze, "features/step_definitions/then/the_file_tmp_gemfile_penchant_should_include_the_following_content.rb".freeze, "features/step_definitions/then/the_output_should_include.rb".freeze, "features/step_definitions/then/the_output_should_not_include_git_hooks_not_installed.rb".freeze, "features/step_definitions/when/i_rebuild_the_gemfile_for_local_mode.rb".freeze, "features/step_definitions/when/i_rebuild_the_gemfile_switching_back.rb".freeze, "features/step_definitions/when/i_rebuild_the_gemfile_with_deployment.rb".freeze, "features/step_definitions/when/i_request_the_list_of_environments_available.rb".freeze, "features/step_definitions/when/i_request_the_list_of_git_repositories.rb".freeze, "features/step_definitions/when/i_run_in.rb".freeze, "features/support/cuke-pack.rb".freeze, "features/support/env.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.6.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end