https://github.com/brobert83/frep
Frendly RElease Process
https://github.com/brobert83/frep
Last synced: 3 months ago
JSON representation
Frendly RElease Process
- Host: GitHub
- URL: https://github.com/brobert83/frep
- Owner: brobert83
- License: gpl-3.0
- Created: 2016-07-28T12:33:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T16:26:40.000Z (almost 10 years ago)
- Last Synced: 2026-03-28T00:27:11.790Z (3 months ago)
- Language: Ruby
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frep
[](https://badge.fury.io/rb/frep)
[](https://codeclimate.com/github/brobert83/frep)
[](https://codeclimate.com/github/brobert83/frep/coverage)
[](https://codeclimate.com/github/brobert83/frep)
Friendly RElease Process
# build gem:
```gem build frep.gemspec```
# install gem
```gem install frep-1.0.0.gem```
# push to rubygems.org:
```gem push frep-${version}.gem```