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

Commit

Permalink
Require ore-tasks ~> 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Nov 7, 2010
1 parent 0505693 commit c0c9fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -2,7 +2,7 @@ require 'rubygems'
require 'rake'

begin
gem 'ore-tasks', '~> 0.1.2'
gem 'ore-tasks', '~> 0.2.0'
require 'ore/tasks'

Ore::Tasks.new
Expand Down
3 changes: 1 addition & 2 deletions gemspec.yml
Expand Up @@ -13,7 +13,6 @@ homepage: http://github.com/postmodern/data_paths
has_yard: true

development_dependencies:
ore: ~> 0.2.0
ore-tasks: ~> 0.1.2
ore-tasks: ~> 0.2.0
rspec: ~> 2.0.0
yard: ~> 0.6.0

0 comments on commit c0c9fcc

Please sign in to comment.