Sha256: 7eaa09164a145ba670446d19de6688c2898b33f90f70970d72f7435fcc053fa2

Contents?: true

Size: 451 Bytes

Versions: 1

Compression:

Stored size: 451 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = "tynn-generator"
  s.version     = "0.0.1"
  s.summary     = "Tynn' application generator"
  s.description = s.summary
  s.authors     = ["Francesco Rodríguez"]
  s.email       = ["frodsan@protonmail.ch"]
  s.homepage    = "https://github.com/frodsan/tynn-generator"
  s.license     = "MIT"

  s.files = `git ls-files`.split("\n")

  s.executables.push("tynn")

  s.add_dependency "clap", "~> 1.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tynn-generator-0.0.1 tynn-generator.gemspec