Pigeon-Ruby/pigeon.gemspec

13 lines
414 B
Ruby
Raw Normal View History

2020-04-18 16:12:54 +00:00
Gem::Specification.new do |s|
2020-04-18 17:14:31 +00:00
s.name = "pigeon"
2020-04-18 16:12:54 +00:00
s.version = "0.0.0"
s.date = "2020-04-20"
s.summary = "An offline peer-to-peer protocol"
s.description = "An offline peer-to-peer protocol"
s.authors = ["Navigator"]
s.email = "netscape_navigator@tilde.town"
2020-04-18 17:07:32 +00:00
s.files = Dir["dist/**/*.rb"]
2020-04-18 16:12:54 +00:00
s.homepage = "https://tildegit.org/PigeonProtocolConsortium/pigeon_ruby"
2020-04-18 17:07:32 +00:00
s.license = "GPL-3.0-or-later"
2020-04-18 16:12:54 +00:00
end