https://github.com/mattn/mruby-updategems
https://github.com/mattn/mruby-updategems
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattn/mruby-updategems
- Owner: mattn
- Created: 2013-02-07T08:11:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-31T17:37:19.000Z (about 12 years ago)
- Last Synced: 2024-10-29T07:04:59.811Z (6 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mruby - mruby-updategems - Rake task to update GEMs. (Tasks)
README
Add `updategems` task
```
rake all # build all targets, install (locally) in-repo
rake clean # clean all built and in-repo installed artifacts
rake test # run all mruby tests
rake updategems # update all git based mrbgems
```