Sha256: bca7ab09ae6cf822be2c203b35b8733e87728ea50f983b19e014b04f8effc78f

Contents?: true

Size: 584 Bytes

Versions: 1

Compression:

Stored size: 584 Bytes

Contents

Gem::Specification.new do |spec|
  spec.name = %q{ona}
  spec.version = "1.0.3"
  spec.date = Time.now.strftime("%Y-%m-%d")
  spec.summary = %q{ona - utility to build shell tools}
  spec.author = 'Kazuyoshi Tlacaelel'
  spec.homepage = 'https://github.com/ktlacaelel/ona'
  spec.email = 'kazu.dev@gmail.com'
  spec.license = 'MIT'
  spec.require_paths = ["lib"]
  spec.bindir = 'bin'
  spec.add_runtime_dependency 'isna', '0.0.4'
  spec.files = [
    "Gemfile",
    "Gemfile.lock",
    "LICENSE",
    "bin/ona",
    "lib/ona.rb",
    "ona.gemspec"
  ]
  spec.executables << 'ona'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ona-1.0.3 ona.gemspec