File: 0002-Add-patch-replace-git-execution-from-gemspec.patch

package info (click to toggle)
tdiary-style-rd 0.0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 200 kB
  • sloc: ruby: 491; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Youhei SASAKI <uwabami@gfd-dennou.org>
Date: Tue, 5 Jan 2016 18:57:59 +0900
Subject: Add patch: replace git execution from gemspec

Signed-off-by: Youhei SASAKI <uwabami@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"]