Pigeon v0.0.1, but with ERB templates included

This commit is contained in:
Netscape Navigator 2020-04-18 12:36:44 -05:00
parent b2b1731f51
commit 63872b3e48
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.description = "A Ruby client for Pigeon, an offline peer-to-peer protocol"
s.authors = ["Navigator"]
s.email = "netscape_navigator@tilde.town"
s.files = Dir["lib/**/*.rb"]
s.files = (Dir["views/**/*.erb"] + Dir["lib/**/*.rb"])
s.homepage = "https://tildegit.org/PigeonProtocolConsortium/pigeon_ruby"
s.license = "GPL-3.0-or-later"
s.add_runtime_dependency "thor", "~> 0.20", ">= 0.20.3"