[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/229: gnu: ruby-gherkin: Update to 26.1.0, fixing build.
From: |
guix-commits |
Subject: |
50/229: gnu: ruby-gherkin: Update to 26.1.0, fixing build. |
Date: |
Tue, 28 Mar 2023 22:29:00 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 1e1c726cdc6a442b836d39cfbf7bc688f9073abb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 6 15:27:22 2023 -0500
gnu: ruby-gherkin: Update to 26.1.0, fixing build.
* gnu/packages/ruby.scm (ruby-gherkin): Update to 26.1.0.
[source]: Adjust URL.
[arguments]: Add a #:phases argument.
[home-page]: Adjust URL.
[native-inputs]: Move ruby-cucumber-messages to...
[propagated-inputs]: ... here.
---
gnu/packages/ruby.scm | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 8e5eeaaa0a..d38d2fed1e 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -8025,26 +8025,29 @@ Cucumber.")
(define-public ruby-gherkin
(package
(name "ruby-gherkin")
- (version "14.0.1")
+ (version "26.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/cucumber/gherkin-ruby")
+ (url "https://github.com/cucumber/gherkin")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "1dwa8632nc6kijv8p257jl64rsjmc0fimlaqvxlkdi2h9n1nympb"))))
+ "1rsannfcg5rqh5a3d3paw10kf6mmqjrgbq3k235px4swbyqysmgn"))))
(build-system ruby-build-system)
- (native-inputs
- (list ruby-cucumber-messages ruby-rspec))
- (arguments
- `(#:test-target "spec"))
+ (arguments (list #:test-target "spec"
+ #:phases #~(modify-phases %standard-phases
+ (add-after 'unpack 'chdir
+ (lambda _
+ (chdir "ruby"))))))
+ (native-inputs (list ruby-rspec))
+ (propagated-inputs (list ruby-cucumber-messages))
(synopsis "Gherkin parser for Ruby")
(description "Gherkin is a parser and compiler for the Gherkin language.
It is intended be used by all Cucumber implementations to parse
@file{.feature} files.")
- (home-page "https://github.com/cucumber/gherkin-ruby")
+ (home-page "https://github.com/cucumber/gherkin")
(license license:expat)))
(define-public ruby-gherkin-ruby
- 72/229: gnu: Add ruby-selenium-webdriver., (continued)
- 72/229: gnu: Add ruby-selenium-webdriver., guix-commits, 2023/03/28
- 76/229: gnu: ruby-rack: Update home page URL., guix-commits, 2023/03/28
- 41/229: gnu: ruby-cucumber-messages: Update to 21.0.1., guix-commits, 2023/03/28
- 34/229: gnu: Add ruby-dotenv., guix-commits, 2023/03/28
- 47/229: gnu: ruby-cucumber-html-formatter: Honor #:tests? argument., guix-commits, 2023/03/28
- 14/229: gnu: ruby-rspec-core: Update to 3.12.1., guix-commits, 2023/03/28
- 29/229: gnu: Add ruby-minitest-power-assert., guix-commits, 2023/03/28
- 38/229: gnu: ruby-minitest-5.14: Update to 5.15.0., guix-commits, 2023/03/28
- 40/229: gnu: Add ruby-cucumber-compatibility-kit., guix-commits, 2023/03/28
- 45/229: gnu: ruby-cucumber-wire: Update to 6.2.1., guix-commits, 2023/03/28
- 50/229: gnu: ruby-gherkin: Update to 26.1.0, fixing build.,
guix-commits <=
- 55/229: gnu: ruby-aruba: Update to 2.1.0., guix-commits, 2023/03/28
- 62/229: gnu: ruby-actionview: Update to 7.0.4.3., guix-commits, 2023/03/28
- 64/229: gnu: Add ruby-minitest-proveit., guix-commits, 2023/03/28
- 67/229: gnu: ruby-activejob: Update to 7.0.4.3 and enable tests., guix-commits, 2023/03/28
- 69/229: gnu: ruby-addressable: Update to 2.8.1., guix-commits, 2023/03/28
- 73/229: gnu: ruby-puma: Build with SSL support., guix-commits, 2023/03/28
- 75/229: gnu: ruby-rack: Update to 2.2.6.3., guix-commits, 2023/03/28
- 77/229: gnu: Add ruby-rack-next., guix-commits, 2023/03/28
- 79/229: gnu: ruby-rack-test: Update to 2.1.0., guix-commits, 2023/03/28
- 16/229: gnu: ruby-given-core: Update to 3.8.2., guix-commits, 2023/03/28