Sha256: 75e9f748e8459118179334fb42681e9e9fa66be2eaa0b7af1726edf740aaf481
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 KB
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' s.add_dependency 'cucumber', '~> 1.2', '>=1.2.0' s.add_dependency 'rspec', '~> 2.13', '>=2.13.0' s.add_dependency 'pry', '~> 0.10', '>=0.10.0' s.add_dependency 'require_all' s.add_development_dependency 'aruba' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
automation_wizard-0.1.1 | automation_wizard.gemspec |
automation_wizard-0.1 | automation_wizard.gemspec |