Sha256: 0db8422468e1b746b37a3e852964ec9b8e5737012997cb3333e8638476124917
Contents?: true
Size: 756 Bytes
Versions: 15
Compression:
Stored size: 756 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "clamp/version" Gem::Specification.new do |s| s.name = "clamp" s.version = Clamp::VERSION.dup s.platform = Gem::Platform::RUBY s.authors = ["Mike Williams"] s.email = "mdub@dogbiscuit.org" s.homepage = "http://github.com/mdub/clamp" s.summary = %q{a minimal framework for command-line utilities} s.description = <<EOF Clamp provides an object-model for command-line utilities. It handles parsing of command-line options, and generation of usage help. EOF s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"] end
Version data entries
15 entries across 15 versions & 1 rubygems