Skip to content

Commit

Permalink
Removing depreacted rake/rdoctask
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Jun 11, 2011
1 parent 150e339 commit fdbcdb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
@@ -1,6 +1,7 @@
source "http://rubygems.org"

gem 'rake'
gem 'rdoc'

# Specify your gem's dependencies in fakeredis.gemspec
gemspec
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -14,7 +14,7 @@ end

task :default => :spec

require 'rake/rdoctask'
require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
version = FakeRedis::VERSION

Expand Down

0 comments on commit fdbcdb1

Please sign in to comment.