https://github.com/code-lever/jeti-log
Ruby gem for reading Jeti telemetry log files.
https://github.com/code-lever/jeti-log
Last synced: 12 months ago
JSON representation
Ruby gem for reading Jeti telemetry log files.
- Host: GitHub
- URL: https://github.com/code-lever/jeti-log
- Owner: code-lever
- License: mit
- Created: 2013-08-06T02:04:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T14:40:59.000Z (over 7 years ago)
- Last Synced: 2024-03-27T04:27:55.218Z (about 2 years ago)
- Language: Ruby
- Size: 1.23 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Jeti::Log [](https://travis-ci.org/code-lever/jeti-log) [](https://codeclimate.com/github/code-lever/jeti-log)
A Ruby gem for reading Jeti telemetry log files.
## Installation
Add this line to your application's Gemfile:
gem 'jeti-log'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jeti-log
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it
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