📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

crankshaft

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crankshaft

0.0.2
Rubygems
Version published
Maintainers
1
Created
Source

Crankshaft

Ruby bindings for the Transmission BitTorrent client.

Example

session = Crankshaft::Session.new('http://localhost:9091/transmission/rpc')
session.torrents do |torrent|
  p torrent['name']
  torrent.verify
end

License

Copyright (c) 2010 by Tomas "wereHamster" Carnecky (tomas.carnecky@gmail.com)

FAQs

Package last updated on 20 Nov 2010

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts