[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/100: gnu: ruby-bindex: Update to 0.8.1 and rename to ruby-skiptrace.
From: |
guix-commits |
Subject: |
02/100: gnu: ruby-bindex: Update to 0.8.1 and rename to ruby-skiptrace. |
Date: |
Mon, 10 Jul 2023 03:27:23 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 9dad3618cc1c97f37c9a33ae9fbf6de88efcce3a
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Jun 21 10:05:53 2023 +0100
gnu: ruby-bindex: Update to 0.8.1 and rename to ruby-skiptrace.
* gnu/packages/ruby.scm (ruby-bindex): Update to 0.8.1 and rename to
ruby-skiptrace.
[arguments]: Update style, remove git dependency and replace check phase.
[description,home-page]: Update for rename.
* gnu/packages/rails.scm (ruby-web-console)[propagated-inputs]: Replace
ruby-bindex with ruby-skiptrace.
---
gnu/packages/rails.scm | 2 +-
gnu/packages/ruby.scm | 26 ++++++++++++++++++--------
2 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/rails.scm b/gnu/packages/rails.scm
index 9709121a19..87ac5def12 100644
--- a/gnu/packages/rails.scm
+++ b/gnu/packages/rails.scm
@@ -1426,7 +1426,7 @@ Stimulus can be used.")
;; needs to be in the Gemfile to become available.
(("group :test do") "group :test do\n gem 'tzinfo-data'")))))))
(propagated-inputs
- (list ruby-actionview ruby-activemodel ruby-arel ruby-bindex
ruby-railties))
+ (list ruby-actionview ruby-activemodel ruby-arel ruby-skiptrace
ruby-railties))
(native-inputs
(list bundler ruby-rails ruby-mocha ruby-simplecov))
(synopsis "Debugging tool for your Ruby on Rails applications")
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 90827e048d..af576e9b78 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -9852,28 +9852,38 @@ is an infix boolean expression used by Cucumber.")
(home-page "https://github.com/cucumber/tag-expressions")
(license license:expat)))
-(define-public ruby-bindex
+(define-public ruby-skiptrace
(package
- (name "ruby-bindex")
- (version "0.5.0")
+ (name "ruby-skiptrace")
+ (version "0.8.1")
(source
(origin
(method url-fetch)
- (uri (rubygems-uri "bindex" version))
+ (uri (rubygems-uri "skiptrace" version))
(sha256
(base32
- "1wvhf4v8sk5x8li03pcc0v0wglmyv7ikvvg05bnms83dfy7s4k8i"))))
+ "1qpjy6pqd8hx4w7bai64jsr10mwbpnnb65wcbssyqcnalimi1s12"))))
(build-system ruby-build-system)
(arguments
- '(#:test-target "default"))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'remove-git-from-gemspec
+ (lambda _
+ (substitute* "skiptrace.gemspec"
+ (("`git ls-files -z`") "`find . -type f -print0 |sort -z`"))))
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "bundle" "exec" "rake" "default")))))))
(native-inputs
(list bundler ruby-rake-compiler))
(synopsis "Provides access for bindings relating to Ruby exceptions")
(description
- "@code{bindex} provides a way to access the bindings that relate to
+ "@code{skiptrace} provides a way to access the bindings that relate to
exceptions in Ruby, providing more information about the context in which the
exception occurred.")
- (home-page "https://github.com/gsamokovarov/bindex")
+ (home-page "https://github.com/gsamokovarov/skiptrace")
(license license:expat)))
(define-public ruby-bio-logger
- 05/100: gnu: ruby-rspec-core-2: Fix build., (continued)
- 05/100: gnu: ruby-rspec-core-2: Fix build., guix-commits, 2023/07/10
- 11/100: gnu: Add ruby-rbtree., guix-commits, 2023/07/10
- 13/100: gnu: Add ruby-sorted-set., guix-commits, 2023/07/10
- 20/100: gnu: Add ruby-psych-3., guix-commits, 2023/07/10
- 23/100: gnu: ruby-sqlite3: Update to 1.6.3., guix-commits, 2023/07/10
- 31/100: gnu: ruby-minitest-bonus-assertions: Fix build., guix-commits, 2023/07/10
- 40/100: gnu: ruby-delayed-job: Fix build., guix-commits, 2023/07/10
- 38/100: gnu: ruby-protobuf: Fix build., guix-commits, 2023/07/10
- 48/100: gnu: ruby-rdoc: Update to 6.5.0., guix-commits, 2023/07/10
- 07/100: gnu: ruby-ritex: Build with ruby-2.7., guix-commits, 2023/07/10
- 02/100: gnu: ruby-bindex: Update to 0.8.1 and rename to ruby-skiptrace.,
guix-commits <=
- 18/100: gnu: ruby-mocha: Update to 2.0.4., guix-commits, 2023/07/10
- 26/100: gnu: ruby-json-pure: Update to 2.6.3., guix-commits, 2023/07/10
- 27/100: gnu: ruby-markaby: Fix tests., guix-commits, 2023/07/10
- 36/100: gnu: Add ruby-http-accept., guix-commits, 2023/07/10
- 24/100: gnu: ruby-rack: Update to 2.2.7., guix-commits, 2023/07/10
- 41/100: gnu: ruby-oedipus-lex: Update to 2.6.1., guix-commits, 2023/07/10
- 43/100: gnu: ruby-rest-client: Update to 2.1.0., guix-commits, 2023/07/10
- 61/100: gnu: ronn-ng: Fix build., guix-commits, 2023/07/10
- 72/100: gnu: ruby-connection-pool: Update to 2.4.1., guix-commits, 2023/07/10
- 54/100: gnu: ruby-importmap-rails: Remove ruby-byebug dependency., guix-commits, 2023/07/10