Skip to content

Commit

Permalink
Rakefile: Updated (hen v0.3).
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwinter committed Feb 18, 2011
1 parent d877534 commit 3b8aefb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
doc
doc.local
pkg
.gh-pages
19 changes: 8 additions & 11 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
require %q{lib/jekyll/testtasks/version}
require File.expand_path(%q{../lib/jekyll/testtasks/version}, __FILE__)

begin
require 'hen'

Hen.lay! {{
:gem => {
:name => %q{jekyll-testtasks},
:version => Jekyll::TestTasks::VERSION,
:summary => %q{Test your Jekyll plugins with ease.},
:files => FileList['lib/**/*.rb'].to_a,
:extra_files => FileList['[A-Z]*'].to_a,
:dependencies => %w[]
:name => %q{jekyll-testtasks},
:version => Jekyll::TestTasks::VERSION,
:summary => %q{Test your Jekyll plugins with ease.},
:author => %q{Jens Wille},
:email => %q{jens.wille@uni-koeln.de}
}
}}
rescue LoadError
abort "Please install the 'hen' gem first."
rescue LoadError => err
warn "Please install the `hen' gem. (#{err})"
end

### Place your custom Rake tasks here.

0 comments on commit 3b8aefb

Please sign in to comment.