Sha256: c0eacde3b855e28e38bad9db70cca5ee7a07a39ee9c2f1fe6421e91a7353b2fc
Contents?: true
Size: 899 Bytes
Versions: 2
Compression:
Stored size: 899 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'meataxe/version' Gem::Specification.new do |spec| spec.name = "meataxe" spec.version = Meataxe::VERSION spec.authors = ["Kam Low"] spec.email = ["hello@sourcey.com"] spec.description = %q{Meataxe is a collection of killer Capistrano 3 deployment scripts.} spec.summary = %q{Killer Capistrano 3 deployment scripts.} spec.homepage = "http://github.com/sourcey/meataxe" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
meataxe-0.6.2 | meataxe.gemspec |
meataxe-0.5.0 | meataxe.gemspec |