Sha256: 7c90fbbc3174202131f70955b1f570e67446b4f9ab3fc7d9381d26d240fed001

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/github_heroku_deployer/version', __FILE__)

Gem::Specification.new do |gem|
  gem.name          = "github_heroku_deployer"
  gem.version       = GithubHerokuDeployer::VERSION
  gem.authors       = ["Jessica Lynn Suttles"]
  gem.email         = ["jlsuttles@gmail.com"]
  gem.description   = %q{Deploys Github repos to Heroku}
  gem.summary       = %q{Deploys public and private Github repos to Heroku}
  gem.homepage      = "https://github.com/G5/github_heroku_deployer"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_dependency "heroku-api", "~> 0.3.5"
  gem.add_dependency "git", "~> 1.2.5"
  gem.add_dependency "git-ssh-wrapper", "~> 0.1.0"

  gem.add_development_dependency "rspec", "~> 2.11.0"
  gem.add_development_dependency "guard-rspec", "~> 2.1.0"
  gem.add_development_dependency "rb-fsevent", "~> 0.9.2"
  gem.add_development_dependency "debugger", "~> 1.2.1"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
github_heroku_deployer-0.2.0 github_heroku_deployer.gemspec
github_heroku_deployer-0.1.9 github_heroku_deployer.gemspec
github_heroku_deployer-0.1.8 github_heroku_deployer.gemspec
github_heroku_deployer-0.1.7 github_heroku_deployer.gemspec
github_heroku_deployer-0.1.6 github_heroku_deployer.gemspec