Sha256: dc6ccee2130dd33f5ad24738608506fdaf82275a1844ce1e92923a25cea65cb6

Contents?: true

Size: 785 Bytes

Versions: 5

Compression:

Stored size: 785 Bytes

Contents

# -*- ruby -*-

require 'rubygems'
require 'hoe'
require './lib/buildmeister.rb'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name = "buildmeister"
    s.executables = ["buildmeister", "git_cleanup"]
    s.summary = "Dead simple tools for managing Lighthouse and Git deployment workflow"
    s.email = "lcaplan@onehub.com"
    s.homepage = "http://github.com/onehub/buildmeister"
    s.description = "Dead simple tools for managing Lighthouse and Git deployment workflow"
    s.authors = ["Leigh Caplan"]
    s.files =  FileList["[A-Z]*", "{bin,generators,lib,spec}/**/*"]
  end
rescue LoadError
  puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

# vim: syntax=Ruby

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
buildmeister-1.0.5 Rakefile
buildmeister-1.0.4 Rakefile
buildmeister-1.0.3 Rakefile
buildmeister-1.0.1 Rakefile
buildmeister-1.0.0 Rakefile