diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-25 23:34:18 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-25 23:35:41 +0100 |
commit | 1276c7d06b9903e70187e7dc65ca84fd10274aa1 (patch) | |
tree | df5841ef1a3f868191702aa131429c8b30995640 /testing/ruby-rspec/gemspec.patch | |
parent | 70a011c4061bc985b86319bfadb8b9e9803c805d (diff) | |
download | aports-1276c7d06b9903e70187e7dc65ca84fd10274aa1.tar.bz2 aports-1276c7d06b9903e70187e7dc65ca84fd10274aa1.tar.xz |
testing/ruby-rspec: new aport
http://rspec.info/
Behaviour Driven Development for Ruby
Diffstat (limited to 'testing/ruby-rspec/gemspec.patch')
-rw-r--r-- | testing/ruby-rspec/gemspec.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/ruby-rspec/gemspec.patch b/testing/ruby-rspec/gemspec.patch new file mode 100644 index 0000000000..1bd3937c3a --- /dev/null +++ b/testing/ruby-rspec/gemspec.patch @@ -0,0 +1,14 @@ +--- 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" |