diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-25 23:50:25 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-25 23:50:25 +0100 |
commit | 3297d634f4371b930eba14293bc829b9c4a5150e (patch) | |
tree | 2198f7bd88fa2d064f4a92746f7f46fdd065fb03 /testing/ruby-rspec/gemspec.patch | |
parent | 94f91d25906569a622b1bdbd61766449230daa27 (diff) | |
download | aports-3297d634f4371b930eba14293bc829b9c4a5150e.tar.bz2 aports-3297d634f4371b930eba14293bc829b9c4a5150e.tar.xz |
community/ruby-rspec*: move from testing
Diffstat (limited to 'testing/ruby-rspec/gemspec.patch')
-rw-r--r-- | testing/ruby-rspec/gemspec.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/ruby-rspec/gemspec.patch b/testing/ruby-rspec/gemspec.patch deleted file mode 100644 index 1bd3937c3a..0000000000 --- a/testing/ruby-rspec/gemspec.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/rspec.gemspec -+++ b/rspec.gemspec -@@ -14,10 +14,7 @@ - s.summary = "rspec-#{RSpec::Version::STRING}" - s.description = "BDD for Ruby" - -- s.files = `git ls-files -- lib/*`.split("\n") -- s.files += ["LICENSE.md"] -- s.test_files = `git ls-files -- {spec,features}/*`.split("\n") -- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } -+ s.files = Dir["lib/**/*"] - s.extra_rdoc_files = [ "README.md" ] - s.rdoc_options = ["--charset=UTF-8"] - s.require_path = "lib" |