Rakefile in nanoc-1.3.1 vs Rakefile in nanoc-1.4

- old
+ new

@@ -27,10 +27,9 @@ s.summary = SUMMARY s.description = s.summary s.homepage = HOMEPAGE s.email = EMAIL - s.add_dependency('erubis') s.required_ruby_version = '>= 1.8.2' s.has_rdoc = false s.files = %w( README LICENSE ChangeLog Rakefile ) + Dir['{bin,lib}/**/*'] s.executables = [ 'nanoc' ]