Sha256: 8f98a511962e4bc5f21646269552f2ab3641e87248ec58c397a657c009320b9a
Contents?: true
Size: 824 Bytes
Versions: 1
Compression:
Stored size: 824 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/instapusher2/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 = Instapusher2::VERSION gem.add_dependency("hashr", ">= 0.0.19") gem.add_dependency("json") gem.add_dependency("activesupport") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
instapusher-0.0.1 | instapusher.gemspec |