# -*- encoding: utf-8 -*- # stub: penchant 0.2.8 ruby lib Gem::Specification.new do |s| s.name = "penchant".freeze s.version = "0.2.8".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-06-21" 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/gemfile.feature".freeze, "features/ruby_gemfile.feature".freeze, "features/step_definitions/given/i_am_on_the_linux_platform.rb".freeze, "features/step_definitions/given/i_have_the_file_with_content.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_output_should_include.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/dot_penchant.rb".freeze, "lib/penchant/gemfile.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, "spec/lib/penchant/dot_penchant_spec.rb".freeze, "spec/lib/penchant/gemfile_spec.rb".freeze, "spec/lib/penchant_spec.rb".freeze, "spec/spec_helper.rb".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/gemfile.feature".freeze, "features/ruby_gemfile.feature".freeze, "features/step_definitions/given/i_am_on_the_linux_platform.rb".freeze, "features/step_definitions/given/i_have_the_file_with_content.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_output_should_include.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, "spec/lib/penchant/dot_penchant_spec.rb".freeze, "spec/lib/penchant/gemfile_spec.rb".freeze, "spec/lib/penchant_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end