Update gem version in doc

This commit is contained in:
Michael Christenson II 2020-04-19 12:16:04 -04:00
parent a684f93768
commit ad2dad7843
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ In the meantime:
git clone https://tildegit.org/PigeonProtocolConsortium/pigeon_ruby.git
cd pigeon_ruby
gem build pigeon.gemspec
gem install pigeon-0.0.5.gem
gem install pigeon-0.0.6.gem
pigeon-cli identity new # Should work. Raise issue if not.
pigeon-cli status
pigeon-cli help
@ -127,4 +127,4 @@ Additional notes:
# Unanswered Questions
* PEER MESSAGES: I want to add a `--depth` option to bundle exports that would only return messages after the `nth` sequence number. It would not make sense to apply `--depth` to all peer messages in the bundle. It would not be practical to expect the user to provide a `--depth` for every peer every time a bundle is generated.
* Create a new `received_on` index that records the local user's `depth` at the time of ingestion?
* Create a new `received_on` index that records the local user's `depth` at the time of ingestion?