Sha256: 792d3ddce17fa569e662b8a1900213a859829f3217ce4620744688b01cb9a649

Contents?: true

Size: 899 Bytes

Versions: 5

Compression:

Stored size: 899 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/cbaoth"
  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

5 entries across 5 versions & 1 rubygems

Version Path
cbaoth-0.0.20 cbaoth.gemspec
cbaoth-0.0.9 cbaoth.gemspec
cbaoth-0.0.8 cbaoth.gemspec
cbaoth-0.0.7 cbaoth.gemspec
cbaoth-0.0.2 cbaoth.gemspec