diff --git a/README.md b/README.md index 6a774e1..2d83af4 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ if you want to see farther in the past run: gistory sidekiq -m10000 ``` +Note that if the gem was added, then removed, and then added again, `gistory` will +only show the latest version changes up until it was removed. + ## Roadmap Check [ROADMAP.md](ROADMAP.md) for ideas on how to improve this gem. diff --git a/lib/gistory/cli/main.rb b/lib/gistory/cli/main.rb index e1d5ab3..641ee58 100644 --- a/lib/gistory/cli/main.rb +++ b/lib/gistory/cli/main.rb @@ -1,5 +1,4 @@ # frozen_string_literal: true - module Gistory module Cli class Main