Skip to content

Commit

Permalink
Cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnette committed Jan 27, 2009
1 parent 827ac3b commit 0d87859
Show file tree
Hide file tree
Showing 5 changed files with 1,042 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions Rakefile
@@ -1,7 +1,9 @@
require "rubygems"
require "hoe"
require "./tasks/hoe.rb"
require "./lib/lather/version.rb"

Hoe.new("lather", Lather::VERSION) do |p|
p.developer "John Barnette", "jbarnette@rubyforge.org"
p.test_globs = ["test/**/*_test.rb"]
p.testlib = "minitest/unit"
p.extra_dev_deps = []
end

0 comments on commit 0d87859

Please sign in to comment.