diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-19 09:32:38 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-19 09:32:38 +0000 |
| commit | ce5478745a2dd82d291fd3bdd4d35dccaa8e577c (patch) | |
| tree | fbc7f620d2e2ff03e91538795d2768a1bbba5fe8 /dev-ruby/coderay | |
| parent | bcf39a3d50e05f33826ed7875426779e453068f1 (diff) | |
| download | baldeagleos-repo-ce5478745a2dd82d291fd3bdd4d35dccaa8e577c.tar.gz baldeagleos-repo-ce5478745a2dd82d291fd3bdd4d35dccaa8e577c.tar.xz baldeagleos-repo-ce5478745a2dd82d291fd3bdd4d35dccaa8e577c.zip | |
Updating liguros repo
Diffstat (limited to 'dev-ruby/coderay')
| -rw-r--r-- | dev-ruby/coderay/coderay-1.1.3-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ruby/coderay/coderay-1.1.3-r1.ebuild b/dev-ruby/coderay/coderay-1.1.3-r1.ebuild index 6ab72518d059..5e11bef50d9f 100644 --- a/dev-ruby/coderay/coderay-1.1.3-r1.ebuild +++ b/dev-ruby/coderay/coderay-1.1.3-r1.ebuild @@ -7,7 +7,7 @@ USE_RUBY="ruby24 ruby25 ruby26 ruby27" # The test target also contains test:exe but that requires # shoulda-context which we do not have packaged yet. -RUBY_FAKEGEM_TASK_TEST="test:functional test:units" +RUBY_FAKEGEM_TASK_TEST="spec test:functional test:units" RUBY_FAKEGEM_TASK_DOC="doc" RUBY_FAKEGEM_DOCDIR="doc" @@ -32,6 +32,8 @@ IUSE="" # bootstrapping rspec with new versions easier, since redcloth depends # on rake-compiler. +ruby_add_bdepend "test? ( dev-ruby/rspec:3 )" + all_ruby_prepare() { sed -i -e "/[Bb]undler/d" Rakefile || die sed -i -e '/git ls-files/ s:^:#:' -e 's/.rc.*"/"/' coderay.gemspec || die |
