# -*- encoding: utf-8 -*- # stub: assert 2.18.0 ruby lib Gem::Specification.new do |s| s.name = "assert".freeze s.version = "2.18.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kelly Redding".freeze, "Collin Redding".freeze] s.date = "2019-12-22" s.description = "Assertion style testing framework.".freeze s.email = ["kelly@kellyredding.com".freeze, "collin.redding@me.com".freeze] s.executables = ["assert".freeze] s.files = ["Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "assert.gemspec".freeze, "bin/assert".freeze, "lib/assert.rb".freeze, "lib/assert/assert_runner.rb".freeze, "lib/assert/assertions.rb".freeze, "lib/assert/cli.rb".freeze, "lib/assert/config.rb".freeze, "lib/assert/config_helpers.rb".freeze, "lib/assert/context.rb".freeze, "lib/assert/context/setup_dsl.rb".freeze, "lib/assert/context/subject_dsl.rb".freeze, "lib/assert/context/suite_dsl.rb".freeze, "lib/assert/context/test_dsl.rb".freeze, "lib/assert/context_info.rb".freeze, "lib/assert/default_runner.rb".freeze, "lib/assert/default_suite.rb".freeze, "lib/assert/default_view.rb".freeze, "lib/assert/factory.rb".freeze, "lib/assert/file_line.rb".freeze, "lib/assert/macro.rb".freeze, "lib/assert/macros/methods.rb".freeze, "lib/assert/result.rb".freeze, "lib/assert/runner.rb".freeze, "lib/assert/stub.rb".freeze, "lib/assert/suite.rb".freeze, "lib/assert/test.rb".freeze, "lib/assert/utils.rb".freeze, "lib/assert/version.rb".freeze, "lib/assert/view.rb".freeze, "lib/assert/view_helpers.rb".freeze, "log/.keep".freeze, "test/helper.rb".freeze, "test/support/diff_a.txt".freeze, "test/support/diff_b.txt".freeze, "test/support/factory.rb".freeze, "test/support/inherited_stuff.rb".freeze, "test/system/stub_tests.rb".freeze, "test/system/test_tests.rb".freeze, "test/unit/assert_tests.rb".freeze, "test/unit/assertions/assert_block_tests.rb".freeze, "test/unit/assertions/assert_empty_tests.rb".freeze, "test/unit/assertions/assert_equal_tests.rb".freeze, "test/unit/assertions/assert_file_exists_tests.rb".freeze, "test/unit/assertions/assert_includes_tests.rb".freeze, "test/unit/assertions/assert_instance_of_tests.rb".freeze, "test/unit/assertions/assert_kind_of_tests.rb".freeze, "test/unit/assertions/assert_match_tests.rb".freeze, "test/unit/assertions/assert_nil_tests.rb".freeze, "test/unit/assertions/assert_raises_tests.rb".freeze, "test/unit/assertions/assert_respond_to_tests.rb".freeze, "test/unit/assertions/assert_same_tests.rb".freeze, "test/unit/assertions/assert_true_false_tests.rb".freeze, "test/unit/assertions_tests.rb".freeze, "test/unit/config_helpers_tests.rb".freeze, "test/unit/config_tests.rb".freeze, "test/unit/context/setup_dsl_tests.rb".freeze, "test/unit/context/subject_dsl_tests.rb".freeze, "test/unit/context/suite_dsl_tests.rb".freeze, "test/unit/context/test_dsl_tests.rb".freeze, "test/unit/context_info_tests.rb".freeze, "test/unit/context_tests.rb".freeze, "test/unit/default_runner_tests.rb".freeze, "test/unit/default_suite_tests.rb".freeze, "test/unit/factory_tests.rb".freeze, "test/unit/file_line_tests.rb".freeze, "test/unit/macro_tests.rb".freeze, "test/unit/result_tests.rb".freeze, "test/unit/runner_tests.rb".freeze, "test/unit/suite_tests.rb".freeze, "test/unit/test_tests.rb".freeze, "test/unit/utils_tests.rb".freeze, "test/unit/view_helpers_tests.rb".freeze, "test/unit/view_tests.rb".freeze] s.homepage = "http://github.com/redding/assert".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new("~> 2.4".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Assertion style testing framework.".freeze s.test_files = ["test/helper.rb".freeze, "test/support/diff_a.txt".freeze, "test/support/diff_b.txt".freeze, "test/support/factory.rb".freeze, "test/support/inherited_stuff.rb".freeze, "test/system/stub_tests.rb".freeze, "test/system/test_tests.rb".freeze, "test/unit/assert_tests.rb".freeze, "test/unit/assertions/assert_block_tests.rb".freeze, "test/unit/assertions/assert_empty_tests.rb".freeze, "test/unit/assertions/assert_equal_tests.rb".freeze, "test/unit/assertions/assert_file_exists_tests.rb".freeze, "test/unit/assertions/assert_includes_tests.rb".freeze, "test/unit/assertions/assert_instance_of_tests.rb".freeze, "test/unit/assertions/assert_kind_of_tests.rb".freeze, "test/unit/assertions/assert_match_tests.rb".freeze, "test/unit/assertions/assert_nil_tests.rb".freeze, "test/unit/assertions/assert_raises_tests.rb".freeze, "test/unit/assertions/assert_respond_to_tests.rb".freeze, "test/unit/assertions/assert_same_tests.rb".freeze, "test/unit/assertions/assert_true_false_tests.rb".freeze, "test/unit/assertions_tests.rb".freeze, "test/unit/config_helpers_tests.rb".freeze, "test/unit/config_tests.rb".freeze, "test/unit/context/setup_dsl_tests.rb".freeze, "test/unit/context/subject_dsl_tests.rb".freeze, "test/unit/context/suite_dsl_tests.rb".freeze, "test/unit/context/test_dsl_tests.rb".freeze, "test/unit/context_info_tests.rb".freeze, "test/unit/context_tests.rb".freeze, "test/unit/default_runner_tests.rb".freeze, "test/unit/default_suite_tests.rb".freeze, "test/unit/factory_tests.rb".freeze, "test/unit/file_line_tests.rb".freeze, "test/unit/macro_tests.rb".freeze, "test/unit/result_tests.rb".freeze, "test/unit/runner_tests.rb".freeze, "test/unit/suite_tests.rb".freeze, "test/unit/test_tests.rb".freeze, "test/unit/utils_tests.rb".freeze, "test/unit/view_helpers_tests.rb".freeze, "test/unit/view_tests.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.1".freeze]) end