# -*- encoding: utf-8 -*- # stub: atp 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "atp".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.8.11".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Stephen McGinty".freeze] s.date = "2017-11-20" s.email = ["stephen.f.mcginty@gmail.com".freeze] s.files = ["config/application.rb".freeze, "config/boot.rb".freeze, "config/commands.rb".freeze, "config/version.rb".freeze, "lib/atp.rb".freeze, "lib/atp/ast/extractor.rb".freeze, "lib/atp/ast/node.rb".freeze, "lib/atp/flow.rb".freeze, "lib/atp/flow_api.rb".freeze, "lib/atp/formatter.rb".freeze, "lib/atp/formatters/basic.rb".freeze, "lib/atp/formatters/datalog.rb".freeze, "lib/atp/parser.rb".freeze, "lib/atp/processor.rb".freeze, "lib/atp/processors/add_ids.rb".freeze, "lib/atp/processors/add_set_result.rb".freeze, "lib/atp/processors/adjacent_if_combiner.rb".freeze, "lib/atp/processors/append_to.rb".freeze, "lib/atp/processors/apply_post_group_actions.rb".freeze, "lib/atp/processors/condition.rb".freeze, "lib/atp/processors/continue_implementer.rb".freeze, "lib/atp/processors/else_remover.rb".freeze, "lib/atp/processors/empty_branch_remover.rb".freeze, "lib/atp/processors/extract_set_flags.rb".freeze, "lib/atp/processors/flag_optimizer.rb".freeze, "lib/atp/processors/flattener.rb".freeze, "lib/atp/processors/flow_id.rb".freeze, "lib/atp/processors/marshal.rb".freeze, "lib/atp/processors/on_pass_fail_remover.rb".freeze, "lib/atp/processors/one_flag_per_test.rb".freeze, "lib/atp/processors/pre_cleaner.rb".freeze, "lib/atp/processors/redundant_condition_remover.rb".freeze, "lib/atp/processors/relationship.rb".freeze, "lib/atp/program.rb".freeze, "lib/atp/runner.rb".freeze, "lib/atp/validator.rb".freeze, "lib/atp/validators/condition.rb".freeze, "lib/atp/validators/duplicate_ids.rb".freeze, "lib/atp/validators/jobs.rb".freeze, "lib/atp/validators/missing_ids.rb".freeze, "lib/tasks/atp.rake".freeze, "templates/web/archive.md.erb".freeze, "templates/web/contact.md.erb".freeze, "templates/web/index.md.erb".freeze, "templates/web/layouts/_basic.html.erb".freeze, "templates/web/partials/_navbar.html.erb".freeze, "templates/web/release_notes.md.erb".freeze] s.homepage = "http://origen-sdk.org/atp".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "An abstract test program model for Origen".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.2.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0".freeze]) end