sus 0.1.0

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,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sus
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Samuel Williams
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-12-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: samovar
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.0'
27
+ description:
28
+ email:
29
+ executables:
30
+ - sus
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - bin/sus
35
+ - bin/sus-parallel
36
+ - lib/sus.rb
37
+ - lib/sus/assertions.rb
38
+ - lib/sus/base.rb
39
+ - lib/sus/be.rb
40
+ - lib/sus/command/list.rb
41
+ - lib/sus/command/run.rb
42
+ - lib/sus/command/sequential.rb
43
+ - lib/sus/command/top.rb
44
+ - lib/sus/context.rb
45
+ - lib/sus/describe.rb
46
+ - lib/sus/expect.rb
47
+ - lib/sus/filter.rb
48
+ - lib/sus/identity.rb
49
+ - lib/sus/include_context.rb
50
+ - lib/sus/it.rb
51
+ - lib/sus/it_behaves_like.rb
52
+ - lib/sus/let.rb
53
+ - lib/sus/output.rb
54
+ - lib/sus/output/bar.rb
55
+ - lib/sus/output/buffered.rb
56
+ - lib/sus/output/lines.rb
57
+ - lib/sus/output/null.rb
58
+ - lib/sus/output/status.rb
59
+ - lib/sus/output/text.rb
60
+ - lib/sus/output/xterm.rb
61
+ - lib/sus/progress.rb
62
+ - lib/sus/registry.rb
63
+ - lib/sus/shared.rb
64
+ - lib/sus/version.rb
65
+ - lib/sus/with.rb
66
+ homepage: https://github.com/ioquatix/sus
67
+ licenses:
68
+ - MIT
69
+ metadata:
70
+ funding_uri: https://github.com/sponsors/ioquatix/
71
+ post_install_message:
72
+ rdoc_options: []
73
+ require_paths:
74
+ - lib
75
+ required_ruby_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: 3.0.0
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
85
+ requirements: []
86
+ rubygems_version: 3.2.32
87
+ signing_key:
88
+ specification_version: 4
89
+ summary: A fast and scalable test runner.
90
+ test_files: []