Supporting multiple versions of an API

2012-07-30 Thread Intransition
Any recommendations on the management of API versions. I have a case in which it is important that my library support all versions. For example, currently I am basically doing: module MyLib module V0 module Main ... end end class Main def initialize(versi

[ANN] Semagol v0.6.0 released

2012-07-30 Thread transfire
Semagol 0.6.0 has been released. Smeagol is a customizable read-only Gollum wiki server. Smeagol makes it possible to maintain a standalone website, but update it through the Gollum wiki interface, e.g. via GitHub. * Website: http://rubyworks.github.com/smeagol * Source Code: http://github.co

Re: Looking for Cli like with auto-completion of options.

2012-07-30 Thread Robert Klemme
On Fri, Jul 27, 2012 at 3:01 AM, Eliezer Croitoru wrote: > I want to write some basic cisco like Cli. What is "cisco like Cli"? > have seen "highline" which is very nice but i want some auto-completion and > data validation on auto-completion. Sounds like you want readline. > i dont want a com