summaryrefslogtreecommitdiff
path: root/user/ruby-rspec-expectations/gemspec.patch
diff options
context:
space:
mode:
authorDan Theisen <djt@hxx.in>2019-05-02 11:20:59 +0000
committerDan Theisen <djt@hxx.in>2019-05-03 11:26:26 +0000
commit4e5e413eb54ecdd4087ae193123660ef73b8d98f (patch)
tree166e1d3700fc6beaa9eb268d39bd23fdd580b223 /user/ruby-rspec-expectations/gemspec.patch
parentcb46a19d8e41135f695146987ceb4efcc7cc1a6a (diff)
downloadpackages-4e5e413eb54ecdd4087ae193123660ef73b8d98f.tar.gz
packages-4e5e413eb54ecdd4087ae193123660ef73b8d98f.tar.bz2
packages-4e5e413eb54ecdd4087ae193123660ef73b8d98f.tar.xz
packages-4e5e413eb54ecdd4087ae193123660ef73b8d98f.zip
user/ruby-rspec-expectations: new package
Diffstat (limited to 'user/ruby-rspec-expectations/gemspec.patch')
-rw-r--r--user/ruby-rspec-expectations/gemspec.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/user/ruby-rspec-expectations/gemspec.patch b/user/ruby-rspec-expectations/gemspec.patch
new file mode 100644
index 000000000..644aad1ad
--- /dev/null
+++ b/user/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"