Sha256: 0523a62e83fef1b40044d31ea87f81be365b594c38b9eff3fcd81c51bd561b91

Contents?: true

Size: 489 Bytes

Versions: 1

Compression:

Stored size: 489 Bytes

Contents

$LOAD_PATH.unshift File.dirname(__FILE__) + '/lib'
require 'miniploy'

Gem::Specification.new do |s|
  s.name    = 'miniploy'
  s.version = Miniploy::VERSION
  s.summary = 'Minimalistic deployment tool'
  s.description = <<-eoh.gsub(/^ +/, '')
    A minimal deployment tool using ssh and git.
  eoh

  s.author  = 'Thibault Jouan'
  s.email   = 'tj@a13.fr'

  s.files       = `git ls-files`.split "\n"
  s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
miniploy-0.0.2 miniploy.gemspec