No commit activity in last 3 years
No release in over 3 years
Allows remote access to an SPSPub_log object using DRb
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Introducing the spspublog_drb_client

Usage

require 'spspublog_drb_client'

log = SPSPubLogDRbClient.new
log.info 'just a test'

This gem connects to an ?spspublog_drb_server http://www.jamesrobertson.eu/snippets/2017/oct/29/introducing-the-spspublog_drb_server.html? to remotely access an ?spspub_log http://www.jamesrobertson.eu/snippets/2017/oct/28/introducing-the-spspub_log-gem.html? object.

Resources

spspublog drb server gem spspublogdrbclient