diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-26 01:27:32 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-26 01:27:32 +0100 |
commit | 06cd4887b446f82682c6a6ed562ffe39d3b99050 (patch) | |
tree | bb5d1730a77a9cdba190500f41380dc281d83b46 /testing/ruby-concurrent-ruby/ungit-gemspec.patch | |
parent | e92798a6799a614da9e5907594356193763ce40a (diff) | |
download | aports-06cd4887b446f82682c6a6ed562ffe39d3b99050.tar.bz2 aports-06cd4887b446f82682c6a6ed562ffe39d3b99050.tar.xz |
community/ruby-concurrent-ruby: move from testing
Diffstat (limited to 'testing/ruby-concurrent-ruby/ungit-gemspec.patch')
-rw-r--r-- | testing/ruby-concurrent-ruby/ungit-gemspec.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/ruby-concurrent-ruby/ungit-gemspec.patch b/testing/ruby-concurrent-ruby/ungit-gemspec.patch deleted file mode 100644 index 100b650a8b..0000000000 --- a/testing/ruby-concurrent-ruby/ungit-gemspec.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/support/file_map.rb -+++ b/support/file_map.rb -@@ -1,6 +1,6 @@ - module FileMap - -- GIT_FILES = `git ls-files`.split("\n") -+ GIT_FILES = Dir['lib/**/*'] - ALL_LIB_FILES = Dir['lib/concurrent/**/*.rb'] & GIT_FILES - EDGE_LIB_FILES = Dir['lib/concurrent/actor.rb', - 'lib/concurrent/actor/**/*.rb', |