Sha256: 710348c92cef2afbec4f52b8f5cbe1b0819a81812f2a6974d1d487fe05093ccf
Contents?: true
Size: 911 Bytes
Versions: 4
Compression:
Stored size: 911 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'cbaoth/version' Gem::Specification.new do |spec| spec.name = "cbaoth" spec.version = Cbaoth::VERSION spec.authors = ["Curtis Ovard"] spec.email = ["ovardcj@gmail.com"] spec.description = %q{Gem to create base ruby automation apps from cli.} spec.summary = %q{Gem to create a base ruby automation app from the command line. Simply typing cbaoth my_app_name} spec.homepage = "https://github.com/covard/ruby_app_generator" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = ['cbaoth'] spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cbaoth-0.0.6 | cbaoth.gemspec |
cbaoth-0.0.5 | cbaoth.gemspec |
cbaoth-0.0.4 | cbaoth.gemspec |
cbaoth-0.0.3 | cbaoth.gemspec |