[DRE-commits] [tdiary-style-rd] 03/03: Add patch: replace git execution from gemspec

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sun Jun 26 09:13:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch patch-queue/master
in repository tdiary-style-rd.

commit a092b1d98dadba7198c692c5af247bd882a853ce
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Tue Jan 5 18:57:59 2016 +0900

    Add patch: replace git execution from gemspec
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 tdiary-style-rd.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tdiary-style-rd.gemspec b/tdiary-style-rd.gemspec
index 8a3d362..a38c2f3 100644
--- a/tdiary-style-rd.gemspec
+++ b/tdiary-style-rd.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
   spec.homepage      = "https://github.com/tdiary/tdiary-style-rd"
   spec.license       = "MIT"
 
-  spec.files         = `git ls-files`.split($/)
+  spec.files         = [".gitignore",".rspec",".travis.yml","Gemfile","LICENSE.txt","README.md","README.rd","Rakefile","lib/tdiary-style-rd.rb","lib/tdiary/style/rd.rb","lib/tdiary/style/rd/version.rb","spec/spec_helper.rb","spec/tdiary/style/rd_spec.rb","tdiary-style-rd.gemspec"]
   spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
   spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
   spec.require_paths = ["lib"]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/tdiary-style-rd.git



More information about the Pkg-ruby-extras-commits mailing list