Sha256: d0ea302b4b32cc6d9a4e74b1a1a9f47de89fb9f00381f2a951d3de5b6225ee38
Contents?: true
Size: 934 Bytes
Versions: 1
Compression:
Stored size: 934 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.add_dependency 'activesupport', '~> 2.3.9' s.add_dependency 'activeresource', '~> 2.3.9' s.add_dependency 'lighthouse-api', '~> 1.1.0' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildmeister-1.2.1 | Rakefile |