RubyGems Navigation menu

ztk 1.15.1

Zachary's Tool Kit is a general purpose utility gem, featuring a collection of classes meant to simplify development of complex systems in Ruby. ZTK::Background =============== Easily turn most iterative tasks into a parallel processes and easily leverage multiple cores to speed up processing large sets of data. ZTK::DSL ======== Create your own DSL in seconds by inheriting this DSL class. Featuring ActiveRecord style associations where DSL objects can `belong_to` or `has_many` other DSL objects. ZTK::Logger =========== Based off the core Ruby logger, this is meant to be a drop in replacement. Features added logging information, including PID, uSec time resolution, method and line numbers of logging statements (i.e. the caller). One can seamlessly chain Ruby loggers using ZTK:Logger, for example to output logs to both STDOUT and a log file on disk at the same time; all while maintaining compatibility with the core Ruby logger. ZTK::SSH ======== An SSH class that nicely wraps up all of the SSH gems into a nice uniform interface, complete with transfer progress callbacks. It is meant to function as a drop in replacement, but I admit this has not been heavily tested like in the case of the ZTK::Logger class. It provides the ability to switch between SCP and SFTP for file transfers seamlessly. Full SSH proxy support as well, plus methods to spawn up interactive SSH consoles via `Kernel.exec`.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 3.3.2 - November 03, 2017 (55 KB)
  2. 3.3.1 - November 03, 2017 (55 KB)
  3. 3.3.0 - August 02, 2017 (54.5 KB)
  4. 3.2.6 - May 23, 2017 (54.5 KB)
  5. 3.2.5 - April 10, 2017 (54.5 KB)
  6. 1.15.1 - February 02, 2014 (49.5 KB)
Show all versions (173 total)

Runtime Dependencies (6):

Development Dependencies (7):

coveralls >= 0
pry >= 0
rake >= 0
redcarpet >= 0
rspec >= 0
travis >= 0
yard >= 0

Owners:

Authors:

  • Zachary Patten

SHA 256 checksum:

bee8400ac893f49a82346cfaa6e57eda4401615ae638dac4e5a3d8b7605f0346

Total downloads 709,931

For this version 2,711

License:

Apache 2.0

Required Ruby Version: None

Links: