Dead code removal

This commit is contained in:
Netscape Navigator 2020-04-18 11:05:19 -05:00
parent 4970355834
commit 1b386ee4d2
2 changed files with 14 additions and 6 deletions

View File

@ -8,14 +8,26 @@ This is a WIP [Pigeon Protocol] client written in Ruby.
This is a pre-release skeleton project. There is no gem yet. The gem will be released after we are fully compliant with the spec and have high test coverage stats.
In the meantime:
```
git clone https://tildegit.org/PigeonProtocolConsortium/pigeon_ruby.git
cd pigeon_ruby
bundle install
./pigeon-cli # Should work. Raise issue if not.
```
# Usage: CLI
To get started, clone this repo and run `./pigeon-cli` in place of `pigeon`.
We provide a CLI wrapper as `pigeon-cli`.
Help is provided by running `./pigeon-cli`.
Eg: `pigeon identity show` becomes `./pigeon-cli show`.
See `kitchen_sink.sh` for an example of all commands.
# Usage: Ruby Lib
TODO
# Current Status
- [X] pigeon identity new

View File

@ -84,10 +84,6 @@ module Pigeon
Helpers.publish_draft(self, draft)
end
def publish_message(msg)
Helpers.publish_message(self, msg)
end
# Store a message that someone (not the LocalIdentity)
# has authored.
def ingest(author:, body:, depth:, kind:, lipmaa:, prev:, signature:)