Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pepabo/log_minimal

Ruby port from Log::Minimal
https://github.com/pepabo/log_minimal

Last synced: about 1 month ago
JSON representation

Ruby port from Log::Minimal

Awesome Lists containing this project

README

        

# LogMinimal

[![Gem Version](https://badge.fury.io/rb/log_minimal.png)](http://badge.fury.io/rb/log_minimal)
[![Build Status](https://travis-ci.org/pepabo/log_minimal.png?branch=master)](https://travis-ci.org/pepabo/log_minimal)

Ruby port of Log::Minimal

## Installation

Add this line to your application's Gemfile:

gem 'log_minimal'

And then execute:

$ bundle

Or install it yourself as:

$ gem install log_minimal

## Usage

(TBD)

## Contributing

1. Fork it ( http://github.com/pepabo/log_minimal/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request