Sha256: f9f2532bd2ddaa641b45e6d650527bd5baf5943af6ec561f339f6a7a00f95668

Contents?: true

Size: 639 Bytes

Versions: 7

Compression:

Stored size: 639 Bytes

Contents

# -*- ruby -*-

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

Hoe.new('UtilityBelt', UtilityBelt::VERSION) do |p|
  p.rubyforge_name = 'utility_belt'
  # p.author = 'Giles Bowkett'
  # p.email = 'gilesb@gmail.com'
  # p.summary = 'IRB funk'
  # p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
  # p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
end

# vim: syntax=Ruby

# I used Hoe to create the dirs etc., but from then on did most of it manually.
# (I figure if you're reading this at all, the reason is curiousity.)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
utility_belt-1.0.6 Rakefile
utility_belt-1.0.4 Rakefile
utility_belt-1.0.2 Rakefile
utility_belt-1.0.3 Rakefile
utility_belt-1.0.1 Rakefile
utility_belt-1.0.5 Rakefile
utility_belt-1.0.0 Rakefile