Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
rubocop
Commits:
39f1949a by loqs at 2024-08-28T22:10:34+00:00
Drop use of ruby-bump and ruby-simplecov
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -24,13 +24,11 @@ checkdepends=(
asciidoctor
procps-ng
ruby-bundler
- ruby-bump
ruby-rake
ruby-rspec
ruby-rubocop-performance
ruby-rubocop-rake
ruby-rubocop-rspec
- ruby-simplecov
ruby-stackprof
ruby-test-queue
ruby-webmock
@@ -52,12 +50,13 @@ prepare() {
# update gemspec/Gemfile to allow newer version of the dependencies
sed --in-place --regexp-extended 's|~>|>=|g' "${pkgname}.gemspec" Gemfile
- # don't force an upper bound on simplecov
- sed --in-place --regexp-extended "s|gem 'simplecov'.*|gem 'simplecov'|"
Gemfile
-
# we need webmock
sed --in-place '/group/d' Gemfile
sed --in-place '/end/d' Gemfile
+
+ # Remove dependency on bump and simplecov
+ sed --in-place --regexp-extended '/bump|simplecov/d' Gemfile
+ rm tasks/cut_release.rake
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rubocop/-/commit/39f1949ae82e1c83330971d82311ec76bb057ac5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rubocop/-/commit/39f1949ae82e1c83330971d82311ec76bb057ac5
You're receiving this email because of your account on gitlab.archlinux.org.