mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-fakefs: Update to 2.8.0.
* gnu/packages/ruby.scm (ruby-fakefs): Update to 2.8.0. [native-inputs]: Add ruby-pry. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
00b037291f
commit
d529d7c548
1 changed files with 3 additions and 3 deletions
|
@ -3268,7 +3268,7 @@ a Ruby object.")
|
||||||
(define-public ruby-fakefs
|
(define-public ruby-fakefs
|
||||||
(package
|
(package
|
||||||
(name "ruby-fakefs")
|
(name "ruby-fakefs")
|
||||||
(version "1.2.2")
|
(version "2.8.0")
|
||||||
(home-page "https://github.com/fakefs/fakefs")
|
(home-page "https://github.com/fakefs/fakefs")
|
||||||
(source (origin
|
(source (origin
|
||||||
;; The Rubygems release does not contain tests.
|
;; The Rubygems release does not contain tests.
|
||||||
|
@ -3279,7 +3279,7 @@ a Ruby object.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"008dq9knyip2bfbl0mrk8b8r7bv0k3bf128wcfqsgy1rqal4mgwk"))))
|
"0a3vq6cllml279j77hxipmbln31pjw6di3zdgpzqvhqgazv55v10"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
@ -3295,7 +3295,7 @@ a Ruby object.")
|
||||||
(("(.*add_development_dependency .*), .*" _ dep)
|
(("(.*add_development_dependency .*), .*" _ dep)
|
||||||
(string-append dep "\n"))))))))
|
(string-append dep "\n"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ruby-bump ruby-maxitest ruby-rubocop ruby-rspec))
|
(list ruby-bump ruby-maxitest ruby-pry ruby-rubocop ruby-rspec))
|
||||||
(synopsis "Fake file system for Ruby")
|
(synopsis "Fake file system for Ruby")
|
||||||
(description
|
(description
|
||||||
"This package provides a fake file system for use in test suites. It
|
"This package provides a fake file system for use in test suites. It
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue