Sha256: f78409424010394a8778b5a1e88bd7e3425d94c6d1cd11044e104e16c3c6ddd3
Contents?: true
Size: 721 Bytes
Versions: 1
Compression:
Stored size: 721 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/yawpa/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Josh Holtrop"] gem.email = ["jholtrop@gmail.com"] gem.description = %q{Yet Another Way to Parse Arguments is an argument-parsing library for Ruby} gem.summary = %q{Yet Another Way to Parse Arguments} gem.homepage = "" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "yawpa" gem.require_paths = ["lib"] gem.version = Yawpa::VERSION gem.add_development_dependency 'rspec' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yawpa-1.0.0 | yawpa.gemspec |