djudd / human-name-rb

Ruby bindings for the Rust crate `human_name`, a library for parsing and comparing human names
Apache License 2.0
11 stars 1 forks source link

Unable to install gem on macOS #11

Open wout opened 1 week ago

wout commented 1 week ago

We're unable to install this gem on macOS:

Fetching gem metadata from https://rubygems.org/.........
Could not find gem 'humanname (~> 0.8.1)' with platform 'arm64-darwin-23' in rubygems repository https://rubygems.org/ or
installed locally.

The source contains the following gems matching 'humanname (~> 0.8.1)':
  * humanname-0.8.1-arm64-darwin-21
  * humanname-0.8.1-x86_64-linux

What's the best way around this?

djudd commented 2 days ago

Thanks for reporting! Sounds like I need to rebuild. Will try to do that shortly.