blob: 77b725705088f32eeca810dfc72310e20104ba78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
From becf55b5d1ffe7a2856e0c4b240d08a90b2ed573 Mon Sep 17 00:00:00 2001
From: Nathan Hartman <nathan.hartman@windriver.com>
Date: Thu, 20 Feb 2020 13:10:02 -0500
Subject: [PATCH] Removed jar file check
Upstream-Status: Inappropriate [embedded specific]
---
concurrent-ruby.gemspec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/concurrent-ruby.gemspec b/concurrent-ruby.gemspec
index ad5d0489..1b2aa04e 100644
--- a/concurrent-ruby.gemspec
+++ b/concurrent-ruby.gemspec
@@ -16,8 +16,7 @@ Gem::Specification.new do |s|
s.files = [*Dir['lib/concurrent-ruby/**/*.rb'] & git_files,
*Dir['ext/concurrent-ruby/**/*'] & git_files,
'Rakefile',
- 'Gemfile',
- 'lib/concurrent-ruby/concurrent/concurrent_ruby.jar'
+ 'Gemfile'
]
s.extra_rdoc_files = Dir['README*', 'LICENSE*', 'CHANGELOG*']
s.require_paths = ['lib/concurrent-ruby']
--
2.20.1
|