rast 0.1.0.pre

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,73 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rast
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0.pre
5
+ platform: ruby
6
+ authors:
7
+ - Royce Remulla
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-04-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Extends RSpec functionality by using the catch-all-scenario testing (CAST)
14
+ principle.
15
+ email:
16
+ - royce.com@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - ".gitignore"
22
+ - ".rspec"
23
+ - ".rubocop.yml"
24
+ - Gemfile
25
+ - Gemfile.lock
26
+ - Guardfile
27
+ - README.md
28
+ - examples/logic_checker.rb
29
+ - examples/prime_number.rb
30
+ - examples/recruiter.rb
31
+ - examples/worker.rb
32
+ - lib/rast.rb
33
+ - lib/rast/assert.rb
34
+ - lib/rast/converters/bool_converter.rb
35
+ - lib/rast/converters/float_converter.rb
36
+ - lib/rast/converters/int_converter.rb
37
+ - lib/rast/converters/str_converter.rb
38
+ - lib/rast/parameter_generator.rb
39
+ - lib/rast/rast_spec.rb
40
+ - lib/rast/rules/logic_helper.rb
41
+ - lib/rast/rules/operator.rb
42
+ - lib/rast/rules/rule.rb
43
+ - lib/rast/rules/rule_evaluator.rb
44
+ - lib/rast/rules/rule_processor.rb
45
+ - lib/rast/rules/rule_validator.rb
46
+ - lib/rast/spec_dsl.rb
47
+ - lib/rast/version.rb
48
+ - lib/template_spec.yml
49
+ - rast.gemspec
50
+ homepage: https://github.com/roycetech/rast
51
+ licenses:
52
+ - MIT
53
+ metadata: {}
54
+ post_install_message:
55
+ rdoc_options: []
56
+ require_paths:
57
+ - lib
58
+ required_ruby_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: 2.3.0
63
+ required_rubygems_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">"
66
+ - !ruby/object:Gem::Version
67
+ version: 1.3.1
68
+ requirements: []
69
+ rubygems_version: 3.1.2
70
+ signing_key:
71
+ specification_version: 4
72
+ summary: RSpec AST - All Scenario Testing
73
+ test_files: []