lib/rubygems_plugin.rb in yard-0.5.8 vs lib/rubygems_plugin.rb in yard-0.6.0

- old
+ new

@@ -5,9 +5,10 @@ class Gem::Specification # has_rdoc should not be ignored! overwrite_accessor(:has_rdoc) { @has_rdoc } overwrite_accessor(:has_rdoc=) {|v| @has_rdoc = v } + # @since 0.5.3 def has_yardoc=(value) @has_rdoc = 'yard' end def has_yardoc