# -*- encoding: utf-8 -*- # stub: capistrano-committed 0.0.13 ruby lib Gem::Specification.new do |s| s.name = "capistrano-committed".freeze s.version = "0.0.13".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sam Bauers".freeze] s.bindir = "exe".freeze s.date = "2017-07-07" s.description = "Tells you what Capistrano 3 is going to deploy based on GitHub commits since the last release. See README.md for more info.".freeze s.email = ["sam@wopr.com.au".freeze] s.files = [".codeclimate.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "capistrano-committed.gemspec".freeze, "icons/capricorn.png".freeze, "icons/capricorn_equation.png".freeze, "icons/capricorn_full.png".freeze, "lib/capistrano/committed.rb".freeze, "lib/capistrano/committed/github_api.rb".freeze, "lib/capistrano/committed/i18n.rb".freeze, "lib/capistrano/committed/output.rb".freeze, "lib/capistrano/committed/output/output_html.mustache".freeze, "lib/capistrano/committed/output/output_txt.mustache".freeze, "lib/capistrano/committed/version.rb".freeze, "lib/capistrano/tasks/committed.rake".freeze] s.homepage = "https://github.com/sambauers/capistrano-committed".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.2.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Tells you what Capistrano 3 is going to deploy based on GitHub commits since the last release.".freeze s.specification_version = 4 s.add_runtime_dependency(%q<rack>.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q<capistrano>.freeze, ["~> 3.8".freeze]) s.add_runtime_dependency(%q<github_api>.freeze, ["~> 0.17".freeze]) s.add_runtime_dependency(%q<mustache>.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q<bundler>.freeze, ["~> 1.15".freeze]) s.add_development_dependency(%q<rake>.freeze, ["~> 12.0".freeze]) s.add_development_dependency(%q<rspec>.freeze, ["~> 3.6".freeze]) end