Package Details: ruby-strings 0.2.1-1

Git Clone URL: https://aur.archlinux.org/ruby-strings.git (read-only, click to copy)
Package Base: ruby-strings
Description: A set of useful functions for transforming strings
Upstream URL: https://github.com/piotrmurach/strings
Licenses: MIT
Submitter: asm0dey
Maintainer: supermario
Last Packager: supermario
Votes: 0
Popularity: 0.000000
First Submitted: 2019-12-23 11:27 (UTC)
Last Updated: 2023-04-12 15:52 (UTC)

Latest Comments

micwoj92 commented on 2025-02-26 21:24 (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.
Failure/Error: require "bundler/setup"

Bundler::SolveFailure:
  Could not find compatible versions

  Because every version of strings depends on unicode-display_width >= 1.5, < 3.0
    and unicode-display_width >= 1.5, < 3.0 could not be found in locally installed gems,
    strings cannot be used.
  So, because Gemfile depends on strings >= 0,
    version solving has failed.
# ./spec/spec_helper.rb:18:in `<top (required)>'
# ------------------
# --- Caused by: ---
# Bundler::PubGrub::SolveFailure:
#   Could not find compatible versions
#   
#   Because every version of strings depends on unicode-display_width >= 1.5, < 3.0
#     and unicode-display_width >= 1.5, < 3.0 could not be found in locally installed gems,
#     strings cannot be used.
#   So, because Gemfile depends on strings >= 0,
#     version solving has failed.
#   ./spec/spec_helper.rb:18:in `<top (required)>'
No examples found.


Finished in 0.00002 seconds (files took 0.12352 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...