Sha256: 8af74ce5674232ebe510ebb762b274601ed32b35b773cabf7323c6709c0b2805
Contents?: true
Size: 469 Bytes
Versions: 3
Compression:
Stored size: 469 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' require './lib/buildmeister.rb' Hoe.new('buildmeister', Buildmeister::VERSION) do |p| p.rubyforge_name = 'buildmeister' # if different than lowercase project name p.developer('Leigh Caplan', 'lcaplan@onehub.com') end task :cultivate do system "touch Manifest.txt; rake check_manifest | grep -v \"(in \" | patch" system "rake debug_gem | grep -v \"(in \" > `basename \\`pwd\\``.gemspec" end # vim: syntax=Ruby
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildmeister-0.8.6 | Rakefile |
buildmeister-0.8.5 | Rakefile |
buildmeister-0.8.1 | Rakefile |