mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
13 lines
268 B
Ruby
13 lines
268 B
Ruby
# -*- ruby -*-
|
|
|
|
require 'rubygems'
|
|
require 'hoe'
|
|
require './lib/autoblog.rb'
|
|
|
|
Hoe.new('autoblog', Autoblog::VERSION) do |p|
|
|
# p.rubyforge_name = 'autoblogx' # if different than lowercase project name
|
|
# p.developer('FIX', 'FIX@example.com')
|
|
end
|
|
|
|
# vim: syntax=Ruby
|