Sha256: 8d2d3689740fdf92ba3b615ed89e05bbc93ff856e6f2ac592ec2e8e318d7cd6c
Contents?: true
Size: 844 Bytes
Versions: 1
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
automation_wizard-0.1.3 | automation_wizard.gemspec |