scms.gemspec in scms-1.8.7 vs scms.gemspec in scms-1.8.8
- old
+ new
@@ -10,10 +10,10 @@
s.homepage = 'http://cprobert.github.io/Static-CMS/'
s.summary = "Create simple static websites, in a jiffy"
s.description = "A gem for creating static html websites"
s.authors = ["Courtenay Probert"]
s.email = 'courtenay@probert.me.uk'
- s.files = Dir.glob("**/*")
+ s.files = `git ls-files`.split("\n")
s.add_dependency "aproxacs-s3sync"
s.add_dependency "nokogiri"
s.add_dependency "maruku"
s.add_dependency "sass"
\ No newline at end of file