lib/hoe.rb in hoe-2.9.2 vs lib/hoe.rb in hoe-2.9.3
- old
+ new
@@ -65,11 +65,11 @@
class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = '2.9.2'
+ VERSION = '2.9.3'
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :rcov, :gemcutter, :signing, :test]
##
@@ -397,10 +397,9 @@
s.files = files = File.read_utf("Manifest.txt").split(/\r?\n\r?/)
s.executables = s.files.grep(/^bin/) { |f| File.basename(f) }
s.bindir = "bin"
s.require_paths = dirs unless dirs.empty?
s.rdoc_options = ['--main', readme_file]
- s.has_rdoc = true
s.post_install_message = post_install_message
s.test_files = Dir[*self.test_globs]
missing "Manifest.txt" if files.empty?