# -*- encoding: utf-8 -*- # stub: capistrano-pyenv 1.0.5 ruby lib Gem::Specification.new do |s| s.name = "capistrano-pyenv".freeze s.version = "1.0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Yamashita Yuu".freeze] s.date = "2013-05-09" s.description = "a capistrano recipe to manage pythons with pyenv.".freeze s.email = ["yamashita@geishatokyo.com".freeze] s.files = [".gitignore".freeze, "CHANGES.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "capistrano-pyenv.gemspec".freeze, "lib/capistrano-pyenv.rb".freeze, "lib/capistrano-pyenv/version.rb".freeze, "test/centos6-64/.gitignore".freeze, "test/centos6-64/Capfile".freeze, "test/centos6-64/Gemfile".freeze, "test/centos6-64/Vagrantfile".freeze, "test/centos6-64/run.sh".freeze, "test/config/deploy.rb".freeze, "test/precise64/.gitignore".freeze, "test/precise64/Capfile".freeze, "test/precise64/Gemfile".freeze, "test/precise64/Vagrantfile".freeze, "test/precise64/run.sh".freeze] s.homepage = "https://github.com/yyuu/capistrano-pyenv".freeze s.rubygems_version = "3.5.10".freeze s.summary = "a capistrano recipe to manage pythons with pyenv.".freeze s.test_files = ["test/centos6-64/.gitignore".freeze, "test/centos6-64/Capfile".freeze, "test/centos6-64/Gemfile".freeze, "test/centos6-64/Vagrantfile".freeze, "test/centos6-64/run.sh".freeze, "test/config/deploy.rb".freeze, "test/precise64/.gitignore".freeze, "test/precise64/Capfile".freeze, "test/precise64/Gemfile".freeze, "test/precise64/Vagrantfile".freeze, "test/precise64/run.sh".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["< 3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.1.3".freeze]) end