Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

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 be3154d commit d01adb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
doc
doc.local
pkg
.gh-pages
.jekyll
8 changes: 2 additions & 6 deletions Rakefile
@@ -1,4 +1,4 @@
require %q{lib/jekyll/localization/version}
require File.expand_path(%q{../lib/jekyll/localization/version}, __FILE__)

begin
require 'hen'
Expand All @@ -10,18 +10,14 @@ begin
:summary => %q{Jekyll plugin that adds localization features to the rendering engine.},
:authors => ['Jens Wille', 'Arne Eilermann'],
:email => ['jens.wille@uni-koeln.de', 'eilermann@lavabit.com'],
:homepage => 'http://github.com/blackwinter/jekyll-localization',
:files => FileList['lib/**/*.rb'].to_a,
:extra_files => FileList['[A-Z]*'].to_a,
:homepage => :blackwinter,
:dependencies => %w[jekyll-rendering]
}
}}
rescue LoadError => err
warn "Please install the `hen' gem. (#{err})"
end

### Place your custom Rake tasks here.

begin
require 'jekyll/testtasks/rake'
rescue LoadError => err
Expand Down

0 comments on commit d01adb6

Please sign in to comment.