Sha256: 38cc29f7b347d2a9daf009210ddd68a2b82d55c1fcab646bfe1a5f7a74eb8315

Contents?: true

Size: 844 Bytes

Versions: 1

Compression:

Stored size: 844 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Neeraj Singh"]
  gem.email         = ["neeraj@bigbinary.com"]
  gem.description   = %q{instapusher makes it easy to push code to heroku}
  gem.summary       = %q{instapusher gem makes it easy to push code to heroku}
  gem.homepage      = "http://bigbinary.com"

  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.name          = "instapusher"
  gem.require_paths = ["lib"]
  gem.version       = Instapusher::VERSION

  gem.add_dependency("hashr", "~> 0.0.19")
  gem.add_dependency("heroku", "~> 2.25.0")
  gem.add_dependency("railties", ">= 3.1.0")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
instapusher-0.0.2 instapusher.gemspec