summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch')
-rw-r--r--meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch b/meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch
new file mode 100644
index 0000000..777dc31
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch
@@ -0,0 +1,26 @@
1From becf55b5d1ffe7a2856e0c4b240d08a90b2ed573 Mon Sep 17 00:00:00 2001
2From: Nathan Hartman <nathan.hartman@windriver.com>
3Date: Thu, 20 Feb 2020 13:10:02 -0500
4Subject: [PATCH] Removed jar file check
5
6---
7 concurrent-ruby.gemspec | 3 +--
8 1 file changed, 1 insertion(+), 2 deletions(-)
9
10diff --git a/concurrent-ruby.gemspec b/concurrent-ruby.gemspec
11index ad5d0489..1b2aa04e 100644
12--- a/concurrent-ruby.gemspec
13+++ b/concurrent-ruby.gemspec
14@@ -16,8 +16,7 @@ Gem::Specification.new do |s|
15 s.files = [*Dir['lib/concurrent-ruby/**/*.rb'] & git_files,
16 *Dir['ext/concurrent-ruby/**/*'] & git_files,
17 'Rakefile',
18- 'Gemfile',
19- 'lib/concurrent-ruby/concurrent/concurrent_ruby.jar'
20+ 'Gemfile'
21 ]
22 s.extra_rdoc_files = Dir['README*', 'LICENSE*', 'CHANGELOG*']
23 s.require_paths = ['lib/concurrent-ruby']
24--
252.20.1
26