[DRE-commits] [pry] 06/07: Add patch: Remove git ls-files from gemspec

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Aug 30 06:57:50 UTC 2017


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

uwabami-guest pushed a commit to branch master
in repository pry.

commit a05ecca078d27746b87f92f273ef69ef6d40bf4d
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Aug 30 15:54:00 2017 +0900

    Add patch: Remove git ls-files from gemspec
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 .../0005-Remove-git-ls-files-from-gemspec.patch    | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/debian/patches/0005-Remove-git-ls-files-from-gemspec.patch b/debian/patches/0005-Remove-git-ls-files-from-gemspec.patch
new file mode 100644
index 0000000..a78edc7
--- /dev/null
+++ b/debian/patches/0005-Remove-git-ls-files-from-gemspec.patch
@@ -0,0 +1,23 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Wed, 30 Aug 2017 15:53:09 +0900
+Subject: Remove git ls-files from gemspec
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ pry.gemspec | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/pry.gemspec b/pry.gemspec
+index fa760a5..d9b780c 100644
+--- a/pry.gemspec
++++ b/pry.gemspec
+@@ -14,8 +14,7 @@ Gem::Specification.new do |s|
+ 
+   s.executables   = ["pry"]
+   s.require_paths = ["lib"]
+-  s.files         = `git ls-files bin lib *.md LICENSE`.split("\n")
+-
++  s.files         = [".travis.yml",".yardopts","CHANGELOG.md","CONTRIBUTORS","Dockerfile","Gemfile","LICENSE","README.md","Rakefile","bin/pry","lib/pry.rb","lib/pry/cli.rb","lib/pry/code.rb","lib/pry/code/code_file.rb","lib/pry/code/code_range.rb","lib/pry/code/loc.rb","lib/pry/code_object.rb","lib/pry/color_printer.rb","lib/pry/command.rb","lib/pry/command_set.rb","lib/pry/commands.rb","lib/pry/commands/amend_line.rb","lib/pry/commands/bang.rb","lib/pry/commands/bang_pry.rb","lib/pry/c [...]
+   s.add_dependency 'coderay',       '~> 1.1.0'
+   s.add_dependency 'method_source', '~> 0.8.1'
+   s.add_development_dependency 'bundler', '~> 1.0'

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



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