Package Details: ruby-tty-prompt 0.23.1-1

Git Clone URL: https://aur.archlinux.org/ruby-tty-prompt.git (read-only, click to copy)
Package Base: ruby-tty-prompt
Description: A beautiful and powerful interactive command line prompt
Upstream URL: https://github.com/piotrmurach/tty-prompt
Licenses: MIT
Submitter: asm0dey
Maintainer: supermario
Last Packager: supermario
Votes: 0
Popularity: 0.000000
First Submitted: 2019-12-23 11:38 (UTC)
Last Updated: 2023-04-12 20:03 (UTC)

Latest Comments

micwoj92 commented on 2025-02-26 21:34 (UTC)

Check fails:

==> Starting check()...
/usr/bin/ruby -I/usr/lib/ruby/gems/3.3.0/gems/rspec-support-3.13.1/lib:/usr/lib/ruby/gems/3.3.0/gems/rspec-core-3.13.1/lib /usr/lib/ruby/gems/3.3.0/gems/rspec-core-3.13.1/exe/rspec --pattern spec/\{unit,integration\}\{,/\*/\*\*\}/\*_spec.rb

An error occurred while loading spec_helper. - Did you mean?
                    rspec ./spec/spec_helper.rb

Failure/Error: require "tty-reader"

Gem::MissingSpecError:
  Could not find 'wisper' (~> 2.0) among 84 total gem(s)
  Checked in 'GEM_PATH=/build/.local/share/gem/ruby/3.3.0:/usr/lib/ruby/gems/3.3.0' at: /usr/lib/ruby/gems/3.3.0/specifications/tty-reader-0.9.0.gemspec, execute `gem env` for more information
# ./lib/tty/prompt.rb:6:in `<top (required)>'
# ./spec/spec_helper.rb:18:in `<top (required)>'
# ------------------
# --- Caused by: ---
# LoadError:
#   cannot load such file -- tty-reader
#   ./lib/tty/prompt.rb:6:in `<top (required)>'
No examples found.


Finished in 0.00002 seconds (files took 0.07142 seconds to load)
0 examples, 0 failures, 1 error occurred outside of examples

/usr/bin/ruby -I/usr/lib/ruby/gems/3.3.0/gems/rspec-support-3.13.1/lib:/usr/lib/ruby/gems/3.3.0/gems/rspec-core-3.13.1/lib /usr/lib/ruby/gems/3.3.0/gems/rspec-core-3.13.1/exe/rspec --pattern spec/\{unit,integration\}\{,/\*/\*\*\}/\*_spec.rb failed
==> ERROR: A failure occurred in check().
    Aborting...