jekyll/Rakefile

12 lines
330 B
Ruby

require 'rubygems'
require 'hoe'
# Hoe.new('autoblog', Autoblog::VERSION) do |p|
# # p.rubyforge_name = 'autoblogx' # if different than lowercase project name
# # p.developer('FIX', 'FIX@example.com')
# end
desc "Open an irb session preloaded with this library"
task :console do
sh "irb -rubygems -r ./lib/autoblog.rb"
end