Sha256: 6897dba9b936fdd7fae9f660f83960af2d9742e9d4c3fd83e4032783ed684e1a
Contents?: true
Size: 833 Bytes
Versions: 2
Compression:
Stored size: 833 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'mvcli/version' Gem::Specification.new do |spec| spec.name = "mvcli" spec.version = MVCLI::VERSION spec.authors = ["Charles Lowell"] spec.email = ["cowboyd@thefrontside.net"] spec.description = %q{MVC Framework for Building Command Line Apps} spec.summary = %q{Local Apps. Remote Apps. They're all at your fingertips} spec.homepage = "https://github.com/cowboyd/mvcli" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_dependency "map" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mvcli-0.0.2 | mvcli.gemspec |
mvcli-0.0.1 | mvcli.gemspec |