Skip to content

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 4d5cddb commit 8e62919
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Expand Up @@ -2,13 +2,13 @@ require 'rubygems'
require 'rake'

begin
gem 'ore-tasks', '~> 0.4'
require 'ore/tasks'
gem 'rubygems-tasks', '~> 0.1'
require 'rubygems/tasks'

Ore::Tasks.new
Gem::Tasks.new
rescue LoadError => e
warn e.message
warn "Run `gem install ore-tasks` to install 'ore/tasks'."
warn "Run `gem install rubygems-tasks` to install 'rubygems/tasks'."
end

begin
Expand Down
2 changes: 1 addition & 1 deletion gemspec.yml
Expand Up @@ -15,6 +15,6 @@ dependencies:
mechanize: ~> 2.0

development_dependencies:
ore-tasks: ~> 0.4
rubygems-tasks: ~> 0.1
rspec: ~> 2.4
yard: ~> 0.6.0

0 comments on commit 8e62919

Please sign in to comment.