Skip to content

Commit

Permalink
Hoe.plugin :bundler for the "bundler:gemspec" task.
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Sep 7, 2010
1 parent c057623 commit b5f522a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,5 @@
.*.swp .*.swp
tags tags
test/digest.htpasswd test/digest.htpasswd
Gemfile
Gemfile.lock
1 change: 1 addition & 0 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'rubygems' require 'rubygems'
require 'hoe' require 'hoe'
Hoe.plugin :bundler
Hoe.plugin :gemspec Hoe.plugin :gemspec


Hoe.spec 'mechanize' do Hoe.spec 'mechanize' do
Expand Down

0 comments on commit b5f522a

Please sign in to comment.