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
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
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