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 25b09a7 commit fcd44c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -101,8 +101,8 @@ gem 'dm-core', DM_VERSION, :git => "#{DATAMAPPER}/dm-core.git"
group :development do
gem 'rake', '~> 0.8.7'

gem 'ore-tasks', '~> 0.4'
gem 'rspec', '~> 2.4'
gem 'rubygems-tasks', '~> 0.1'
gem 'rspec', '~> 2.4'

gem 'kramdown', '~> 0.12.0'
gem 'yard', '~> 0.6.0'
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -18,8 +18,8 @@ end

require 'rake'

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

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new
Expand Down

0 comments on commit fcd44c4

Please sign in to comment.