Sha256: f70bd6273a39cad6371e59992d54e51fd9b8697421b6c05057c45f31dfc972b8
Contents?: true
Size: 517 Bytes
Versions: 1
Compression:
Stored size: 517 Bytes
Contents
require 'rake' Gem::Specification.new do |spec| spec.name = "optiflag" spec.version = "0.6" spec.summary = "Optiflag is yet-another library for handling command-line options in an arbitrary Ruby program." spec.author = "Daniel Eklund" spec.email = "doeklund@gmail.com" spec.homepage = "http://rubyforge.org/projects/optiflag/" spec.files = FileList['**/*'].to_a spec.test_files = FileList['test/tc*'].to_a - ["test/tc_flagall.rb"] spec.has_rdoc = true spec.rubyforge_project = 'optiflag' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
optiflag-0.6 | optiflag.gemspec |