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

Commit

Permalink
Use rubygems-tasks ~> 0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Apr 25, 2012
1 parent 57cd5c6 commit dd81ebe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec

group :development do
gem 'rake', '~> 0.8'
gem 'kramdown', '~> 0.13'
gem 'ore-tasks', '~> 0.4'
gem 'rake', '~> 0.8'
gem 'kramdown', '~> 0.13'
gem 'rubygems-tasks', '~> 0.1'
end
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ end

require 'rake'

require 'ore/tasks'
Ore::Tasks.new
require 'rubygems/tasks'
Gem::Tasks.new

require 'yard'
YARD::Rake::YardocTask.new

0 comments on commit dd81ebe

Please sign in to comment.