File: drop-jar-from-gemspec-file-list.patch

package info (click to toggle)
ruby-concurrent 1.1.6%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 30,284 kB
  • sloc: ruby: 30,875; java: 6,117; ansic: 288; makefile: 9; sh: 6
file content (12 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
This file is not present in source

--- a/concurrent-ruby.gemspec
+++ b/concurrent-ruby.gemspec
@@ -17,7 +17,6 @@
                         *Dir['ext/concurrent-ruby/**/*'] & git_files,
                         'Rakefile',
                         'Gemfile',
-                        'lib/concurrent-ruby/concurrent/concurrent_ruby.jar'
   ]
   s.extra_rdoc_files = Dir['README*', 'LICENSE*', 'CHANGELOG*']
   s.require_paths    = ['lib/concurrent-ruby']