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:
parent
0a6878e75d
commit
ac1de21224
7 changed files with 53 additions and 0 deletions
9
lib/persistent-shell-history.rb
Normal file
9
lib/persistent-shell-history.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
require "persistent-shell-history/version"
|
||||
|
||||
module Persistent
|
||||
module Shell
|
||||
module History
|
||||
# Your code goes here...
|
||||
end
|
||||
end
|
||||
end
|
7
lib/persistent-shell-history/version.rb
Normal file
7
lib/persistent-shell-history/version.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
module Persistent
|
||||
module Shell
|
||||
module History
|
||||
VERSION = "0.0.1"
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue