Skip to content

Commit

Permalink
removed Specification#has_rdoc= assignment, this method has been depr…
Browse files Browse the repository at this point in the history
…ecated in RubyGems 1.8+
  • Loading branch information
Lee Jarvis committed May 20, 2011
1 parent ce28588 commit e72b7f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/gem.rake
Expand Up @@ -13,7 +13,6 @@ Thin::GemSpec = Gem::Specification.new do |s|
s.email = 'macournoyer@gmail.com'
s.homepage = 'http://code.macournoyer.com/thin/'
s.rubyforge_project = 'thin'
s.has_rdoc = true
s.executables = %w(thin)

s.required_ruby_version = '>= 1.8.5'
Expand Down

0 comments on commit e72b7f6

Please sign in to comment.