Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pepabo/log_minimal
- Owner: pepabo
- License: mit
- Created: 2014-02-13T09:49:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-06T10:06:54.000Z (over 10 years ago)
- Last Synced: 2024-11-18T12:37:01.936Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 314 KB
- Stars: 8
- Watchers: 75
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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