Sha256: 10b4ea5815363254f94869c5f5ac26b3370c9ba301bf2751b9785d5610f5b818

Contents?: true

Size: 844 Bytes

Versions: 3

Compression:

Stored size: 844 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path('../lib', __FILE__)
require 'automation_wizard/version'

Gem::Specification.new do |s|
  s.name        = 'automation_wizard'
  s.version     = AutomationWizard::VERSION
  s.license     = 'MIT'
  s.authors     = ['Avery Roswell']
  s.email       = ['avery.roswell@loblaw.ca']
  s.summary     = %q{Generator for wizard test. Generator for base project setup.}
  s.description = %q{A collection of generators for project setup, applicant testing, and onboarding.}

  s.rubyforge_project = 'automation_wizard'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ['lib']

  s.add_dependency 'thor', '~> 0.17', '>=0.17.0'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
automation_wizard-2.0.4 automation_wizard.gemspec
automation_wizard-2.0.3 automation_wizard.gemspec
automation_wizard-2.0.2 automation_wizard.gemspec