Add pigeon-cli to bin/

This commit is contained in:
Netscape Navigator 2020-04-18 12:52:39 -05:00
parent 697b0da1df
commit 12ca9739f7
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#!/usr/bin/env ruby
require_relative File.join("dist", "pigeon")
require "pigeon"
require "thor"
def db

Binary file not shown.

View File

@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.files = (Dir["lib/**/*.erb"] + Dir["lib/**/*.rb"])
s.homepage = "https://tildegit.org/PigeonProtocolConsortium/pigeon_ruby"
s.license = "GPL-3.0-or-later"
s.executables = "pigeon-cli"
s.add_runtime_dependency "thor", "~> 0.20", ">= 0.20.3"
s.add_runtime_dependency "ed25519", "~> 1.2", ">= 1.2.4"
end