plinth.gemspec in plinth-0.0.1.beta.3 vs plinth.gemspec in plinth-0.0.1.beta.4
- old
+ new
@@ -9,9 +9,10 @@
to facilitate speedy rollouts of new sites using similar interaction libraries
and patterns. It also allows for rapid prototyping of products.}
gem.homepage = "https://github.com/thebeansgroup/plinth"
gem.files = `git ls-files`.split($\).grep(/^(?!config)/)
+ #gem.files = `git ls-files lib`.split($\) + `git ls-files vendor`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "plinth"
gem.require_paths = ["lib"]
gem.version = Plinth::VERSION