https://github.com/code-lever/castle-log
Ruby gem for reading Castle Creations data log files.
https://github.com/code-lever/castle-log
Last synced: about 1 year ago
JSON representation
Ruby gem for reading Castle Creations data log files.
- Host: GitHub
- URL: https://github.com/code-lever/castle-log
- Owner: code-lever
- License: mit
- Created: 2013-06-03T18:37:46.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T17:43:10.000Z (almost 8 years ago)
- Last Synced: 2025-03-20T05:05:50.683Z (about 1 year ago)
- Language: Ruby
- Size: 3.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Castle::Log [](https://travis-ci.org/code-lever/castle-log) [](https://codeclimate.com/github/code-lever/castle-log)
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'castle-log'
And then execute:
$ bundle
Or install it yourself as:
$ gem install castle-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