me
/
guix
Archived
1
0
Fork 0

gnu: ruby-standard: Update to 1.25.3

* gnu/packages/ruby.scm (ruby-standard): Update to 1.25.3.
[arguments]: Delete trailing #t.  Update comment.
master
Maxim Cournoyer 2023-03-01 17:06:02 -05:00
parent 451e6de113
commit b7325d9e3a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 7 additions and 9 deletions

View File

@ -1730,7 +1730,7 @@ Batch and flush behavior.
(define-public ruby-standard (define-public ruby-standard
(package (package
(name "ruby-standard") (name "ruby-standard")
(version "0.4.7") (version "1.25.3")
(source (source
(origin (origin
(method git-fetch) ;no test suite in distributed gem (method git-fetch) ;no test suite in distributed gem
@ -1740,22 +1740,20 @@ Batch and flush behavior.
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0ylx0lm2pbbgr5h7fban592w96bl3wxmvfcpcdfrhkxnpg5kiwgv")))) "0q42gv7wgrc818a5hm599sy07vjq69hbijzpkpgh6jws6x7wzyh3"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
;; TODO: the tests are currently broken due to using a newer Rubocop. ;; TODO: the tests are currently broken due to using a different Rubocop
;; version.
`(#:tests? #f `(#:tests? #f
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'relax-version-requiremens (add-after 'unpack 'relax-version-requiremens
(lambda _ (lambda _
(delete-file "Gemfile") (delete-file "Gemfile")
(delete-file "Gemfile.lock") (delete-file "Gemfile.lock"))))))
#t))))) (native-inputs (list ruby-gimme ruby-pry ruby-simplecov))
(native-inputs (propagated-inputs (list ruby-rubocop ruby-rubocop-performance))
(list ruby-gimme ruby-pry ruby-simplecov))
(propagated-inputs
(list ruby-rubocop ruby-rubocop-performance))
(synopsis "Ruby Style Guide, with linter & automatic code fixer") (synopsis "Ruby Style Guide, with linter & automatic code fixer")
(description "Standard is a port of StandardJS. Like StandardJS, it aims (description "Standard is a port of StandardJS. Like StandardJS, it aims
to save time in the following ways: to save time in the following ways: