meshname.gemspec 616 B

12345678910111213
  1. Gem::Specification.new do |spec|
  2. spec.name = "meshname"
  3. spec.version = "1.0.0"
  4. spec.summary = "Gem, which provides conversion and DNS resolution functions for the Meshname protocol."
  5. spec.description = "Gem, which provides conversion and DNS resolution functions for the Meshname protocol (see https://github.com/zhoreeq/meshname)"
  6. spec.authors = ["Marek Kuethe"]
  7. spec.email = "m.k@mk16.de"
  8. spec.files = ["lib/meshname.rb"]
  9. spec.homepage = "https://github.com/marek22k/meshname"
  10. spec.license = "GPL-3.0-or-later"
  11. spec.add_dependency "base32", ">= 0.3.4"
  12. end