Skip to content

Commit

Permalink
Update rdoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunae committed Sep 8, 2011
1 parent e5a479d commit 182d3f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -3,4 +3,5 @@
Gemfile.lock
bin/*.html
html/
vendor/
vendor/
rdoc/
1 change: 1 addition & 0 deletions premailer.gemspec
Expand Up @@ -18,4 +18,5 @@ Gem::Specification.new do |s|
s.add_development_dependency('hpricot', '>= 0.8.3')
s.add_development_dependency('nokogiri', '>= 1.4.4')
s.add_development_dependency('rake', ['~> 0.8', '!= 0.9.0'])
s.add_development_dependency('rdoc', '>= 2.4.2')
end
5 changes: 2 additions & 3 deletions rakefile.rb
Expand Up @@ -2,10 +2,9 @@

require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'rdoc/task'
require 'rake/packagetask'
require 'rake/gempackagetask'
require 'rake/rdoctask'
require 'fileutils'
require 'premailer'

Expand Down Expand Up @@ -64,7 +63,7 @@ def gemspec
t.verbose = false
end

Rake::RDocTask.new do |rd|
RDoc::Task.new do |rd|
rd.main = "README.rdoc"
rd.rdoc_files.include("README.rdoc", "LICENSE.rdoc", "lib/**/*.rb")
rd.title = 'Premailer Documentation'
Expand Down

0 comments on commit 182d3f7

Please sign in to comment.