[DRE-commits] [ruby-classifier-reborn] 02/08: Refresh patch

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Thu Aug 31 01:34:51 UTC 2017


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

uwabami-guest pushed a commit to branch master
in repository ruby-classifier-reborn.

commit 7f22bb115f59b0694567a0ce2cf3d675542c630d
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Thu Aug 31 10:23:06 2017 +0900

    Refresh patch
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 .../patches/0001-Replace-gemspec-git-execution.patch | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/debian/patches/0001-Replace-gemspec-git-execution.patch b/debian/patches/0001-Replace-gemspec-git-execution.patch
index 7c7f334..8c181ed 100644
--- a/debian/patches/0001-Replace-gemspec-git-execution.patch
+++ b/debian/patches/0001-Replace-gemspec-git-execution.patch
@@ -7,16 +7,14 @@ Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
  classifier-reborn.gemspec | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/classifier-reborn.gemspec b/classifier-reborn.gemspec
-index 7d1e826..56d4e15 100644
 --- a/classifier-reborn.gemspec
 +++ b/classifier-reborn.gemspec
-@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
-   s.email            = ["lucas at rufy.com", "parkrmoore at gmail.com", "chase.gilliam at gmail.com"]
-   s.homepage         = 'https://github.com/jekyll/classifier-reborn'
- 
--  all_files          = `git ls-files -z`.split("\x0")
-+  all_files          = [".gitignore",".travis.yml","Gemfile","History.markdown","LICENSE","README.markdown","Rakefile","bin/bayes.rb","bin/summarize.rb","classifier-reborn.gemspec","data/stopwords/ca","data/stopwords/cs","data/stopwords/da","data/stopwords/de","data/stopwords/en","data/stopwords/es","data/stopwords/fi","data/stopwords/fr","data/stopwords/hu","data/stopwords/it","data/stopwords/nl","data/stopwords/no","data/stopwords/pl","data/stopwords/pt","data/stopwords/se","data/stop [...]
-   s.files            = all_files.grep(%r{^(bin|lib|data)/})
-   s.executables      = all_files.grep(%r{^bin/}) { |f| File.basename(f) }
-   s.require_paths    = ["lib"]
+@@ -13,7 +13,7 @@
+   s.email = ["lucas at rufy.com", "parkrmoore at gmail.com", "chase.gilliam at gmail.com"]
+   s.executables = ["bayes.rb", "summarize.rb"]
+   s.extra_rdoc_files = ["LICENSE", "README.markdown"]
+-  s.files = ["LICENSE", "README.markdown", "bin/bayes.rb", "bin/summarize.rb", "data/stopwords/ca", "data/stopwords/cs", "data/stopwords/da", "data/stopwords/de", "data/stopwords/en", "data/stopwords/es", "data/stopwords/fi", "data/stopwords/fr", "data/stopwords/hu", "data/stopwords/it", "data/stopwords/nl", "data/stopwords/no", "data/stopwords/pl", "data/stopwords/pt", "data/stopwords/se", "data/stopwords/tr", "lib/classifier-reborn.rb", "lib/classifier-reborn/bayes.rb", "lib/classifie [...]
++  s.files = ["LICENSE","README.markdown","bin/bayes.rb","bin/summarize.rb","classifier-reborn.gemspec","data/stopwords/ca","data/stopwords/cs","data/stopwords/da","data/stopwords/de","data/stopwords/en","data/stopwords/es","data/stopwords/fi","data/stopwords/fr","data/stopwords/hu","data/stopwords/it","data/stopwords/nl","data/stopwords/no","data/stopwords/pl","data/stopwords/pt","data/stopwords/se","data/stopwords/tr","lib/classifier-reborn.rb","lib/classifier-reborn/bayes.rb","lib/cla [...]
+   s.homepage = "https://github.com/jekyll/classifier-reborn"
+   s.licenses = ["LGPL"]
+   s.rdoc_options = ["--charset=UTF-8"]

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



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