mirror of
https://github.com/vbatts/persistent-shell-history.git
synced 2025-06-30 23:58:32 +00:00
rearranging classes and beginning to enable the history to have various
datastore types (not just GDBM)
This commit is contained in:
parent
eb3cdd71c8
commit
7f97ccc568
8 changed files with 164 additions and 89 deletions
|
@ -4,7 +4,7 @@ require "persistent-shell-history/version"
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "persistent-shell-history"
|
||||
s.version = Persistent::Shell::History::VERSION
|
||||
s.version = Persistent::Shell::VERSION
|
||||
s.authors = ["Vincent Batts"]
|
||||
s.email = ["vbatts@hashbangbash.com"]
|
||||
s.homepage = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue