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 /community/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 'community/ruby-concurrent-ruby/ungit-gemspec.patch')
-rw-r--r-- | community/ruby-concurrent-ruby/ungit-gemspec.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/ruby-concurrent-ruby/ungit-gemspec.patch b/community/ruby-concurrent-ruby/ungit-gemspec.patch new file mode 100644 index 0000000000..100b650a8b --- /dev/null +++ b/community/ruby-concurrent-ruby/ungit-gemspec.patch @@ -0,0 +1,10 @@ +--- 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', |