Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stahnma/rubyish
https://github.com/stahnma/rubyish
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stahnma/rubyish
- Owner: stahnma
- License: mit
- Created: 2024-06-27T18:07:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T17:52:13.000Z (4 months ago)
- Last Synced: 2024-07-08T22:29:06.239Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rubyish
This is a project to play with Ruby and Flox and see if we can get an
environment where most ruby tools work.# The goal
Get the top 15 or so rubygems that have Native Extensions building with Flox.
See `Gemfile` for the list (the commented out ones are broken still)# Usage
flox activate
bundle# The test
The `test.rb` file tries to load/require all the gem to ensure they at least
can be `required`.bundle exec ./test.rb
# Platforms
Tested on Mac aarch64 and Linux x86_64 so far.
# License
MIT