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 /community/ruby-rspec-expectations/gemspec.patch | |
parent | 94f91d25906569a622b1bdbd61766449230daa27 (diff) | |
download | aports-3297d634f4371b930eba14293bc829b9c4a5150e.tar.bz2 aports-3297d634f4371b930eba14293bc829b9c4a5150e.tar.xz |
community/ruby-rspec*: move from testing
Diffstat (limited to 'community/ruby-rspec-expectations/gemspec.patch')
-rw-r--r-- | community/ruby-rspec-expectations/gemspec.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/ruby-rspec-expectations/gemspec.patch b/community/ruby-rspec-expectations/gemspec.patch new file mode 100644 index 0000000000..644aad1ada --- /dev/null +++ b/community/ruby-rspec-expectations/gemspec.patch @@ -0,0 +1,12 @@ +--- a/rspec-expectations.gemspec ++++ b/rspec-expectations.gemspec +@@ -13,8 +13,7 @@ + s.summary = "rspec-expectations-#{RSpec::Expectations::Version::STRING}" + s.description = "rspec-expectations provides a simple, readable API to express expected outcomes of a code example." + +- s.files = `git ls-files -- lib/*`.split("\n") +- s.files += %w[README.md LICENSE.md Changelog.md .yardopts .document] ++ s.files = Dir["lib/**/*"] + s.test_files = [] + s.rdoc_options = ["--charset=UTF-8"] + s.require_path = "lib" |