Sha256: 02178912192109c44a7a633f93459d31825300a421db9f4878edf95fd81ab427
Contents?: true
Size: 799 Bytes
Versions: 4
Compression:
Stored size: 799 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") end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
instapusher-0.0.6 | instapusher.gemspec |
instapusher-0.0.5 | instapusher.gemspec |
instapusher-0.0.4 | instapusher.gemspec |
instapusher-0.0.3 | instapusher.gemspec |