• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision2b6ab1567646ae017b95739365c0e46e439140b1 (tree)
l'heure2016-03-12 06:27:54
AuteurTatsuki Sugiura <sugi@nemu...>
CommiterTatsuki Sugiura

Message de Log

Fix file list, again.

Change Summary

Modification

--- 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) }