nanoc3.gemspec in nanoc3-3.2.0a3 vs nanoc3.gemspec in nanoc3-3.2.0a4

- old
+ new

@@ -11,15 +11,16 @@ s.description = 'nanoc is a simple but very flexible static site generator written in Ruby. It operates on local files, and therefore does not run on the server. nanoc “compiles” the local source files into HTML (usually), by evaluating eRuby, Markdown, etc.' s.author = 'Denis Defreyne' s.email = 'denis.defreyne@stoneship.org' - s.files = Dir['[A-Z]*'] + Dir['lib/**/*'] + Dir['doc/yardoc_templates/**/*'] + [ 'nanoc3.gemspec' ] - s.default_executable = 'nanoc3' + s.files = Dir['[A-Z]*'] + + Dir['doc/yardoc_templates/**/*'] + + Dir['{bin,lib,tasks,test}/**/*'] + + [ 'nanoc3.gemspec', '.gemtest' ] s.executables = [ 'nanoc3' ] s.require_paths = [ 'lib' ] - s.has_rdoc = 'yard' s.rdoc_options = [ '--main', 'README.md' ] s.extra_rdoc_files = [ 'ChangeLog', 'LICENSE', 'README.md', 'NEWS.md' ] s.add_runtime_dependency('cri', '>= 1.0.0')