Pigeon v0.0.2

This commit is contained in:
Netscape Navigator 2020-04-18 12:41:02 -05:00
parent 63872b3e48
commit ab66ecd25b
3 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ require "set"
module Pigeon
SEED_CONFIG_KEY = "SEED"
VERSION = "0.0.1"
VERSION = "0.0.2"
TPL_DIR = "views"
PIGEON_DB_PATH = File.join("db.pigeon")

BIN
pigeon-0.0.2.gem Normal file

Binary file not shown.

View File

@ -1,6 +1,8 @@
require_relative "lib/pigeon"
Gem::Specification.new do |s|
s.name = "pigeon"
s.version = "0.0.1"
s.version = Pigeon::VERSION
s.date = "2020-04-20"
s.summary = "An offline peer-to-peer protocol"
s.description = "A Ruby client for Pigeon, an offline peer-to-peer protocol"