[DRE-commits] [tdiary-style-gfm] 03/07: Refresh patches

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Mon Aug 28 04:44:18 UTC 2017


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

uwabami-guest pushed a commit to branch master
in repository tdiary-style-gfm.

commit 3ee97971780ff26508f0b7cc216861387bf4e366
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Mon Aug 28 13:36:37 2017 +0900

    Refresh patches
---
 .../patches/0002-Replace-git-execution-from-gemspec.patch   | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/patches/0002-Replace-git-execution-from-gemspec.patch b/debian/patches/0002-Replace-git-execution-from-gemspec.patch
index 2e45fdd..d0788b5 100644
--- a/debian/patches/0002-Replace-git-execution-from-gemspec.patch
+++ b/debian/patches/0002-Replace-git-execution-from-gemspec.patch
@@ -9,12 +9,19 @@ Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
 
 --- a/tdiary-style-gfm.gemspec
 +++ b/tdiary-style-gfm.gemspec
-@@ -13,7 +13,7 @@
-   spec.homepage      = "https://github.com/tdiary/tdiary-style-gfm"
+@@ -14,13 +14,13 @@
    spec.license       = "GPL-3.0"
+   spec.required_ruby_version = ">= 2.2.0"
  
 -  spec.files         = `git ls-files`.split($/)
-+  spec.files         = [".gitignore",".rspec",".travis.yml","Gemfile","LICENSE.txt","README.md","Rakefile","debian/changelog","debian/compat","debian/control","debian/copyright","debian/patches/fix_rspec_path","debian/patches/series","debian/ruby-tdiary-style-gfm.docs","debian/ruby-tests.rake","debian/rules","debian/source/format","debian/watch","lib/tdiary-style-gfm.rb","lib/tdiary/style/gfm.rb","lib/tdiary/style/gfm/version.rb","spec/spec_helper.rb","spec/tdiary/style/gfm_spec.rb","td [...]
++  spec.files         = [".rspec",".travis.yml","Gemfile","LICENSE.txt","README.md","Rakefile","lib/tdiary-style-gfm.rb","lib/tdiary/style/gfm.rb","lib/tdiary/style/gfm/version.rb","spec/spec_helper.rb","spec/tdiary/style/gfm_spec.rb","tdiary-style-gfm.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"]
+ 
+   spec.add_dependency 'github-markdown'
+-  spec.add_dependency 'rouge', '>= 2.0'
++  spec.add_dependency 'rouge', '>= 2.2'
+   spec.add_dependency 'twitter-text'
+   spec.add_dependency 'emot'
+ 

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



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