• R/O
  • HTTP
  • SSH
  • HTTPS

osdn-cli: 提交


Commit MetaInfo

修訂2b6ab1567646ae017b95739365c0e46e439140b1 (tree)
時間2016-03-12 06:27:54
作者Tatsuki Sugiura <sugi@nemu...>
CommiterTatsuki Sugiura

Log Message

Fix file list, again.

Change Summary

差異

--- a/osdn-cli.gemspec
+++ b/osdn-cli.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414 spec.description = %q{Non-intaractive manipulation tool for OSDN}
1515 spec.homepage = "https://osdn.jp/projects/osdn-codes/wiki/CommandLineInterface"
1616
17- files = (Pathname.glob("exe/**/*") + Pathname.glob("lib/**/*")).map(&:to_s)
17+ files = (Pathname.glob("exe/**/*") + Pathname.glob("lib/**/*")).reject{|f| f.directory? }.map(&:to_s)
1818 spec.files = files.reject { |f| f.match(%r{^(test|spec|features)/}) || f.match(%r{(~|\.bak|\.orig|\.rej)$}) }
1919 spec.bindir = "exe"
2020 spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Show on old repository browser