shoes-swt.gemspec in shoes-swt-4.0.0.pre4 vs shoes-swt.gemspec in shoes-swt-4.0.0.pre5
- old
+ new
@@ -10,10 +10,10 @@
s.homepage = "https://github.com/shoes/shoes4"
s.summary = 'A JRuby and Swt backend for Shoes, the best little GUI toolkit for Ruby.'
s.description = 'A JRuby and Swt backend for Shoes, the best little GUI toolkit for Ruby. Shoes makes building for Mac, Windows, and Linux super simple.'
s.license = 'MIT'
- s.files = `git ls-files`.split($/)
+ s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ["lib"]
s.add_dependency "swt", "~>4.4"
s.add_dependency "after_do", "~>0.3"