Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isundaylee/aria2-ruby
A gem to interact with Aria2's JSONRPC interface in Ruby.
https://github.com/isundaylee/aria2-ruby
Last synced: 29 days ago
JSON representation
A gem to interact with Aria2's JSONRPC interface in Ruby.
- Host: GitHub
- URL: https://github.com/isundaylee/aria2-ruby
- Owner: isundaylee
- License: mit
- Created: 2013-11-20T00:16:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T07:02:32.000Z (almost 9 years ago)
- Last Synced: 2023-03-23T01:52:06.732Z (over 1 year ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Aria2
A gem to interact with Aria2 in Ruby.
## Installation
Add this line to your application's Gemfile:
gem 'aria2-ruby'
And then execute:
$ bundle
Or install it yourself as:
$ gem install aria2-ruby
## 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