Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
modify use hoe version
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Apr 3, 2012
1 parent 5ddacd8 commit f9d499e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'rubygems'
gem 'hoe', '>= 2.12.4'
gem 'hoe', '>= 3.0.1'
require 'hoe'
require 'fileutils'

Expand All @@ -13,7 +13,7 @@ $hoe = Hoe.spec 'integer-base' do
developer 'Kenichi Kamiya', 'kachick1+ruby@gmail.com'
self.rubyforge_name = self.name
require_ruby_version '>= 1.9.2'
dependency 'yard', '~> 0.7.4', :development
dependency 'yard', '~> 0.7.5', :development
end

require 'newgem/tasks'
Expand Down

0 comments on commit f9d499e

Please sign in to comment.