Rakefile in masterview_gem_pack-0.2.1 vs Rakefile in masterview_gem_pack-0.2.2
- old
+ new
@@ -277,9 +277,11 @@
"generators/masterview_plugin/**/*" # generator for creating vendor/plugins stub for gem install
]
PKG_FILES_DOCS = [ # docs and examples, actually
"doc/*",
+ "doc/images/*.png",
+ "doc/screenshots/*",
"doc/stylesheets/*",
"examples/**/*"
]
PKG_FILES_TESTS = [
"test/**/*"