Rakefile in virgild-resumetools-0.2.2 vs Rakefile in virgild-resumetools-0.2.3
- old
+ new
@@ -26,9 +26,10 @@
"examples/**/*",
"lib/**/*",
"spec/**/*",
"vendor/**/*",
"tasks/**/*",
+ "fonts/**/*",
"[A-Z]*",
"README.md",
"Rakefile"
].exclude(/[_\.]git$/, 'TODO')
WINDOWS = (RUBY_PLATFORM =~ /mswin|win32|mingw|bccwin|cygwin/) rescue false