Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kuperov committed Dec 12, 2009
1 parent 9430ce1 commit 4b87047
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ Hoe.plugin :newgem
# Generate all the Rake tasks
# Run 'rake -T' to see list of generated tasks (from gem root directory)
$hoe = Hoe.spec 'open-australia' do
self.developer 'Alex Cooper', 'alex@acooper.org'
self.post_install_message = 'PostInstall.txt'
self.rubyforge_name = 'kuperov'
developer('Alex Cooper', 'alex@acooper.org')
#post_install_message = 'PostInstall.txt'
#self.rubyforge_name = 'kuperov'
# self.extra_deps = [['activesupport','>= 2.0.2']]

end

require 'newgem/tasks'
Expand Down

0 comments on commit 4b87047

Please sign in to comment.