1
0
Fork 0
mirror of https://github.com/vbatts/persistent-shell-history.git synced 2025-07-31 14:30:31 +00:00

gemifying this show.

This commit is contained in:
Vincent Batts 2012-08-23 17:38:33 -04:00
parent 0a6878e75d
commit ac1de21224
7 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,9 @@
require "persistent-shell-history/version"
module Persistent
module Shell
module History
# Your code goes here...
end
end
end

View file

@ -0,0 +1,7 @@
module Persistent
module Shell
module History
VERSION = "0.0.1"
end
end
end