[DRE-commits] [ruby-toml] 02/02: Replace gemspec git execution

Cédric Boutillier boutil at moszumanska.debian.org
Mon Dec 4 17:42:36 UTC 2017


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

boutil pushed a commit to branch patch-queue/master
in repository ruby-toml.

commit e27f09c4ff1e5f7d67fb8c993a1e3534d6c36fee
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Nov 4 20:47:44 2015 +0900

    Replace gemspec git execution
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
    
    Gbp-Pq: Name 0002-Replace-gemspec-git-execution.patch
---
 toml.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toml.gemspec b/toml.gemspec
index ffe2492..ff09594 100644
--- a/toml.gemspec
+++ b/toml.gemspec
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
 
   s.add_development_dependency "rake"
 
-  all_files       = `git ls-files -z`.split("\x0")
+  all_files       = [".gitignore",".travis.yml","CHANGELOG.md","Gemfile","LICENSE","README.md","Rakefile","lib/toml.rb","lib/toml/generator.rb","lib/toml/key.rb","lib/toml/monkey_patch.rb","lib/toml/parser.rb","lib/toml/parslet.rb","lib/toml/table.rb","lib/toml/transformer.rb","lib/toml/version.rb","script/bootstrap","script/cibuild","script/console","script/toml-test-decoder-interface.rb","script/toml-test-encoder-interface.rb","test/empty.toml","test/hard_example.toml","test/spec.toml" [...]
   s.files         = all_files.grep(%r{^(bin|lib)/})
   s.executables   = all_files.grep(%r{^bin/}) { |f| File.basename(f) }
   s.require_paths = ["lib"]

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



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