An open API service indexing awesome lists of open source software.

https://github.com/brobert83/frep

Frendly RElease Process
https://github.com/brobert83/frep

Last synced: 3 months ago
JSON representation

Frendly RElease Process

Awesome Lists containing this project

README

          

# frep
[![Gem Version](https://badge.fury.io/rb/frep.svg)](https://badge.fury.io/rb/frep)
[![Code Climate](https://codeclimate.com/github/brobert83/frep/badges/gpa.svg)](https://codeclimate.com/github/brobert83/frep)
[![Test Coverage](https://codeclimate.com/github/brobert83/frep/badges/coverage.svg)](https://codeclimate.com/github/brobert83/frep/coverage)
[![Issue Count](https://codeclimate.com/github/brobert83/frep/badges/issue_count.svg)](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```