Sha256: 2b0150a575c81e9d9e5de292d2826451555c9eab4259d49eb9fe504d622bbd2a
Contents?: true
Size: 822 Bytes
Versions: 12
Compression:
Stored size: 822 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("json") gem.add_dependency("activesupport") end
Version data entries
12 entries across 12 versions & 1 rubygems