Sha256: 54c8453f22cc58570e6d277da97f537ce584fe991dc503a49b28381e6bcac570
Contents?: true
Size: 1.79 KB
Versions: 0
Compression: gzip
Compressed size: 770 Bytes
Stored size: 770 Bytes
Contents
--- !ruby/object:Gem::Specification name: rast version: !ruby/object:Gem::Version version: 0.4.0.pre platform: ruby authors: - Royce Remulla autorequire: bindir: exe cert_chain: [] date: 2020-04-26 00:00:00.000000000 Z dependencies: [] description: Extends RSpec functionality by using the catch-all-scenario testing (CAST) principle. email: - royce.com@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .rubocop.yml - CHANGELOG.md - Gemfile - Gemfile.lock - README.md - examples/arithmetic_module.rb - examples/factory_example.rb - examples/logic_checker.rb - examples/phone.rb - examples/prime_number.rb - examples/recruiter.rb - examples/worker.rb - lib/rast.rb - lib/rast/assert.rb - lib/rast/converters/bool_converter.rb - lib/rast/converters/float_converter.rb - lib/rast/converters/int_converter.rb - lib/rast/converters/str_converter.rb - lib/rast/parameter_generator.rb - lib/rast/rast_spec.rb - lib/rast/rules/logic_helper.rb - lib/rast/rules/operator.rb - lib/rast/rules/rule.rb - lib/rast/rules/rule_evaluator.rb - lib/rast/rules/rule_processor.rb - lib/rast/rules/rule_validator.rb - lib/rast/spec_dsl.rb - lib/template_spec.yml - rast.gemspec homepage: https://github.com/roycetech/rast licenses: - MIT metadata: changelog_uri: https://github.com/roycetech/rast/blob/feature/ruby-2.0.0-support/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '2.0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>' - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubygems_version: 3.0.8 signing_key: specification_version: 4 summary: RSpec AST - All Scenario Testing test_files: []