Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minoritea/miniloid
https://github.com/minoritea/miniloid
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/minoritea/miniloid
- Owner: minoritea
- License: mit
- Created: 2013-09-10T10:53:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-10T10:54:10.000Z (over 11 years ago)
- Last Synced: 2024-11-12T10:18:40.289Z (2 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Miniloid
Minimum implementation of ATOM Object model; actors; like as Celluloid.
## Installation
Add this line to your application's Gemfile:
gem 'miniloid'
And then execute:
$ bundle
Or install it yourself as:
$ gem install miniloid
## Usage
Include Miniloid in your Actor
## 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