https://github.com/itamae-kitchen/mruby-specinfra
mruby port of mizzy/specinfra
https://github.com/itamae-kitchen/mruby-specinfra
Last synced: 7 days ago
JSON representation
mruby port of mizzy/specinfra
- Host: GitHub
- URL: https://github.com/itamae-kitchen/mruby-specinfra
- Owner: itamae-kitchen
- License: mit
- Created: 2016-11-15T01:51:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T15:45:06.000Z (6 months ago)
- Last Synced: 2025-04-11T23:02:29.462Z (19 days ago)
- Language: Ruby
- Size: 196 KB
- Stars: 19
- Watchers: 11
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mruby - mruby-specinfra - mruby port of mizzy/specinfra. (Testing)
README
# mruby-specinfra [](https://github.com/itamae-kitchen/mruby-specinfra/actions/workflows/test.yml)
[Specinfra](https://github.com/mizzy/specinfra) for mruby.
## Installation
```ruby
MRuby::Build.new do |conf|
conf.gem mgem: 'mruby-specinfra'
end
```## Usage
See [mitamae](https://github.com/itamae-kitchen/mitamae).
## Contributing
mruby-specinfra copies changes from upstream [mizzy/specinfra](https://github.com/mizzy/specinfra)
using [update\_specinfra.rb](./update_specinfra.rb).Please submit a patch to the upstream first when you need something in mruby-specinfra.
## License
[MIT License](./LICENSE)