Sha256: d37330e2ab2b085a23cb0b6e4155f70cefcc4044f7e49e63b634969f6617bec3
Contents?: true
Size: 1.97 KB
Versions: 0
Compression: gzip
Compressed size: 805 Bytes
Stored size: 805 Bytes
Contents
--- !ruby/object:Gem::Specification name: rast version: !ruby/object:Gem::Version version: 0.6.2.pre platform: ruby authors: - Royce Remulla autorequire: bindir: exe cert_chain: [] date: 2020-04-28 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/double_example.rb - examples/factory_example.rb - examples/logic_checker.rb - examples/logic_four.rb - examples/phone.rb - examples/positive.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: homepage_uri: https://github.com/roycetech/rast source_code_uri: https://github.com/roycetech/rast 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: []