1
0
Fork 0
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:
Vincent Batts 2012-08-23 21:09:09 -04:00
parent eb3cdd71c8
commit 7f97ccc568
8 changed files with 164 additions and 89 deletions

View file

@ -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 = ""