Description: Remove usage of git from gemspec file
Author: Balasankar C <balasankarc@autistici.org>
Last-Update: 2016-04-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/premailer-rails.gemspec
+++ b/premailer-rails.gemspec
@@ -16,9 +16,6 @@
                      include a CSS file as you do in a normal HTML document and
                      premailer will inline the included CSS.}
 
-  s.files         = `git ls-files`.split("\n")
-  s.test_files    = `git ls-files -- {example,spec}/*`.split("\n")
-  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
   s.require_paths = ["lib"]
 
   s.add_dependency 'premailer', '~> 1.7', '>= 1.7.9'
