Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Silence Gem::Specification#has_rdoc warning
Browse files Browse the repository at this point in the history
Silences the following warning (rubygems-1.7.2):

NOTE: Gem::Specification#has_rdoc= is deprecated
with no replacement. It will be removed on or after
2011-10-01.
  • Loading branch information
snusnu committed May 5, 2011
1 parent 80e5145 commit a3bb72b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -12,7 +12,6 @@ begin
gem.email = 'bernerd [a] wieck [d] com'
gem.homepage = 'http://github.com/datamapper/%s' % gem.name
gem.authors = [ 'Bernerd Schaefer' ]
gem.has_rdoc = 'yard'

gem.rubyforge_project = 'datamapper'
end
Expand Down

0 comments on commit a3bb72b

Please sign in to comment.