# -*- encoding: utf-8 -*- # stub: lucid 0.5.1 ruby lib Gem::Specification.new do |s| s.name = "lucid".freeze s.version = "0.5.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.8.29".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jeff Nyman".freeze] s.date = "2014-09-12" s.description = "\n Lucid is a test framework that is designed to treat testing as a\n design activity by allowing requirements to be defined as tests.\n Those tests can then be executed via an automation layer. This is\n the basis of creating executable specifications.\n ".freeze s.email = "jeffnyman@gmail.com".freeze s.executables = ["lucid".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "HISTORY.md".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/lucid".freeze, "lib/lucid.rb".freeze, "lib/lucid/ansicolor.rb".freeze, "lib/lucid/ast.rb".freeze, "lib/lucid/ast/background.rb".freeze, "lib/lucid/ast/comment.rb".freeze, "lib/lucid/ast/doc_string.rb".freeze, "lib/lucid/ast/empty_background.rb".freeze, "lib/lucid/ast/examples.rb".freeze, "lib/lucid/ast/feature.rb".freeze, "lib/lucid/ast/has_steps.rb".freeze, "lib/lucid/ast/location.rb".freeze, "lib/lucid/ast/multiline_argument.rb".freeze, "lib/lucid/ast/names.rb".freeze, "lib/lucid/ast/outline_table.rb".freeze, "lib/lucid/ast/scenario.rb".freeze, "lib/lucid/ast/scenario_outline.rb".freeze, "lib/lucid/ast/spec.rb".freeze, "lib/lucid/ast/step.rb".freeze, "lib/lucid/ast/step_collection.rb".freeze, "lib/lucid/ast/step_invocation.rb".freeze, "lib/lucid/ast/step_invocations.rb".freeze, "lib/lucid/ast/step_result.rb".freeze, "lib/lucid/ast/table.rb".freeze, "lib/lucid/ast/tags.rb".freeze, "lib/lucid/ast/walker.rb".freeze, "lib/lucid/cli/app.rb".freeze, "lib/lucid/cli/context.rb".freeze, "lib/lucid/cli/options.rb".freeze, "lib/lucid/cli/profile.rb".freeze, "lib/lucid/context.rb".freeze, "lib/lucid/context_loader.rb".freeze, "lib/lucid/errors.rb".freeze, "lib/lucid/facade.rb".freeze, "lib/lucid/factory.rb".freeze, "lib/lucid/formatter/ansicolor.rb".freeze, "lib/lucid/formatter/condensed.rb".freeze, "lib/lucid/formatter/console.rb".freeze, "lib/lucid/formatter/debug.rb".freeze, "lib/lucid/formatter/duration.rb".freeze, "lib/lucid/formatter/gherkin_formatter_adapter.rb".freeze, "lib/lucid/formatter/gpretty.rb".freeze, "lib/lucid/formatter/html.rb".freeze, "lib/lucid/formatter/interceptor.rb".freeze, "lib/lucid/formatter/io.rb".freeze, "lib/lucid/formatter/jquery-min.js".freeze, "lib/lucid/formatter/json.rb".freeze, "lib/lucid/formatter/json_pretty.rb".freeze, "lib/lucid/formatter/junit.rb".freeze, "lib/lucid/formatter/lucid.css".freeze, "lib/lucid/formatter/lucid.sass".freeze, "lib/lucid/formatter/progress.rb".freeze, "lib/lucid/formatter/rerun.rb".freeze, "lib/lucid/formatter/standard.rb".freeze, "lib/lucid/formatter/steps.rb".freeze, "lib/lucid/formatter/summary.rb".freeze, "lib/lucid/formatter/testdefs.rb".freeze, "lib/lucid/formatter/unicode.rb".freeze, "lib/lucid/formatter/usage.rb".freeze, "lib/lucid/interface.rb".freeze, "lib/lucid/interface_io.rb".freeze, "lib/lucid/interface_rb/matcher.rb".freeze, "lib/lucid/interface_rb/rb_hook.rb".freeze, "lib/lucid/interface_rb/rb_language.rb".freeze, "lib/lucid/interface_rb/rb_lucid.rb".freeze, "lib/lucid/interface_rb/rb_step_definition.rb".freeze, "lib/lucid/interface_rb/rb_transform.rb".freeze, "lib/lucid/interface_rb/rb_world.rb".freeze, "lib/lucid/interface_rb/regexp_argument_matcher.rb".freeze, "lib/lucid/lang_extend.rb".freeze, "lib/lucid/load_path.rb".freeze, "lib/lucid/orchestrator.rb".freeze, "lib/lucid/platform.rb".freeze, "lib/lucid/results.rb".freeze, "lib/lucid/spec_builder.rb".freeze, "lib/lucid/spec_file.rb".freeze, "lib/lucid/spec_loader.rb".freeze, "lib/lucid/step_definition_usage.rb".freeze, "lib/lucid/step_definitions.rb".freeze, "lib/lucid/step_match.rb".freeze, "lib/lucid/unit.rb".freeze, "lucid.gemspec".freeze, "spec/lucid/lucid_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/jnyman/lucid".freeze s.licenses = ["MIT".freeze] s.post_install_message = "\n(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)\n\n Lucid 0.5.1 has been installed.\n\n Run the following command to get help:\n lucid --help\n\n Information on Lucid can be found under the 'lucid'\n category at:\n http://testerstories.com/category/lucid/\n\n(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)\n ".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.requirements = ["Gherkin, RSpec".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Description Language Specification and Execution Engine".freeze s.test_files = ["spec/lucid/lucid_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.12".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) end