[DRE-commits] [syncache] 01/01: syncache.gemspec: drop git invokation, fix license
Dmitry Borodaenko
angdraug at moszumanska.debian.org
Sat Apr 16 07:53:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
angdraug pushed a commit to branch patch-queue/master
in repository syncache.
commit ae5ec1eda9c6bf0849a37d9ec7f7d48cb341917d
Author: Dmitry Borodaenko <angdraug at gmail.com>
Date: Sat Apr 16 00:42:58 2016 -0700
syncache.gemspec: drop git invokation, fix license
---
syncache.gemspec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/syncache.gemspec b/syncache.gemspec
index 918a027..e835b3f 100644
--- a/syncache.gemspec
+++ b/syncache.gemspec
@@ -18,8 +18,10 @@ two-level locking mechanism which ensures that:
and as soon as the first thread completes the operation, the result will be
returned to all threads.
EOF
- spec.files = `git ls-files`.split "\n"
+ spec.files = %w(COPYING ChangeLog.mtn README.rdoc setup.rb Rakefile
+ syncache.gemspec bin/syncache-drb man/syncache-drb.1) +
+ Dir['{lib,test}/**/*.rb']
spec.test_files = Dir['test/ts_*.rb']
spec.executables = spec.files.map{|p| p =~ /^bin\/(.*)/ ? $1 : nil }.compact
- spec.license = 'GPL3+'
+ spec.license = 'GPL-3.0+'
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/syncache.git
More information about the Pkg-ruby-extras-commits
mailing list