https://github.com/stahnma/rubyish
https://github.com/stahnma/rubyish
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stahnma/rubyish
- Owner: stahnma
- License: mit
- Created: 2024-06-27T18:07:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T17:53:48.000Z (9 months ago)
- Last Synced: 2025-01-22T12:13:33.972Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ruby
This is a ruby environment for developing using Ruby and Flox.
# 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