clitest 0.1.7 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.idea/.gitignore +8 -0
- data/.idea/clitest.iml +66 -0
- data/.idea/misc.xml +4 -0
- data/.idea/modules.xml +8 -0
- data/.idea/vcs.xml +6 -0
- data/Gemfile.lock +1 -1
- data/lib/clitest/version.rb +1 -1
- metadata +7 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 742756b9f97c6b1efd722cbfb4682dfb65b51d01146b78dc2480e5109b2eb7c9
|
4
|
+
data.tar.gz: 7f972d74ea01323a6a0a279c7860090b895cd4923ab4e9e68d4231d1cd21c984
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4039f627f159bda5dcd0723c96378e4ff1b7a028cd535ada960dcc757af8584d242e366e519e172bfaea56e2811d4a2b111a308a77985444f18983519bb8c63
|
7
|
+
data.tar.gz: c6bc835edd642bd5e104c9bd8b2594283c8d7e1b5829d31799932b4afba95d6c2d5e7f6d12b7dcda1dc00d0e517ba103d4755408ab03f7e570485de4c6db82e1
|
data/.idea/.gitignore
ADDED
data/.idea/clitest.iml
ADDED
@@ -0,0 +1,66 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="ModuleRunConfigurationManager">
|
4
|
+
<shared />
|
5
|
+
</component>
|
6
|
+
<component name="NewModuleRootManager">
|
7
|
+
<content url="file://$MODULE_DIR$">
|
8
|
+
<sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
|
9
|
+
<sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
|
10
|
+
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
11
|
+
</content>
|
12
|
+
<orderEntry type="inheritedJdk" />
|
13
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="aruba (v2.2.0, asdf: 3.3.1) [gem]" level="application" />
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="ast (v2.4.2, asdf: 3.3.1) [gem]" level="application" />
|
16
|
+
<orderEntry type="library" scope="PROVIDED" name="bigdecimal (v3.1.8, asdf: 3.3.1) [gem]" level="application" />
|
17
|
+
<orderEntry type="library" scope="PROVIDED" name="builder (v3.3.0, asdf: 3.3.1) [gem]" level="application" />
|
18
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.5.14, asdf: 3.3.1) [gem]" level="application" />
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="byebug (v11.1.3, asdf: 3.3.1) [gem]" level="application" />
|
20
|
+
<orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.3, asdf: 3.3.1) [gem]" level="application" />
|
21
|
+
<orderEntry type="library" scope="PROVIDED" name="contracts (v0.17, asdf: 3.3.1) [gem]" level="application" />
|
22
|
+
<orderEntry type="library" scope="PROVIDED" name="cucumber (v9.2.0, asdf: 3.3.1) [gem]" level="application" />
|
23
|
+
<orderEntry type="library" scope="PROVIDED" name="cucumber-ci-environment (v10.0.1, asdf: 3.3.1) [gem]" level="application" />
|
24
|
+
<orderEntry type="library" scope="PROVIDED" name="cucumber-core (v13.0.2, asdf: 3.3.1) [gem]" level="application" />
|
25
|
+
<orderEntry type="library" scope="PROVIDED" name="cucumber-cucumber-expressions (v17.1.0, asdf: 3.3.1) [gem]" level="application" />
|
26
|
+
<orderEntry type="library" scope="PROVIDED" name="cucumber-gherkin (v27.0.0, asdf: 3.3.1) [gem]" level="application" />
|
27
|
+
<orderEntry type="library" scope="PROVIDED" name="cucumber-html-formatter (v21.4.0, asdf: 3.3.1) [gem]" level="application" />
|
28
|
+
<orderEntry type="library" scope="PROVIDED" name="cucumber-messages (v22.0.0, asdf: 3.3.1) [gem]" level="application" />
|
29
|
+
<orderEntry type="library" scope="PROVIDED" name="cucumber-tag-expressions (v6.1.0, asdf: 3.3.1) [gem]" level="application" />
|
30
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.5.1, asdf: 3.3.1) [gem]" level="application" />
|
31
|
+
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.17.0, asdf: 3.3.1) [gem]" level="application" />
|
32
|
+
<orderEntry type="library" scope="PROVIDED" name="json (v2.7.2, asdf: 3.3.1) [gem]" level="application" />
|
33
|
+
<orderEntry type="library" scope="PROVIDED" name="language_server-protocol (v3.17.0.3, asdf: 3.3.1) [gem]" level="application" />
|
34
|
+
<orderEntry type="library" scope="PROVIDED" name="method_source (v1.1.0, asdf: 3.3.1) [gem]" level="application" />
|
35
|
+
<orderEntry type="library" scope="PROVIDED" name="mini_mime (v1.1.5, asdf: 3.3.1) [gem]" level="application" />
|
36
|
+
<orderEntry type="library" scope="PROVIDED" name="multi_test (v1.1.0, asdf: 3.3.1) [gem]" level="application" />
|
37
|
+
<orderEntry type="library" scope="PROVIDED" name="parallel (v1.25.1, asdf: 3.3.1) [gem]" level="application" />
|
38
|
+
<orderEntry type="library" scope="PROVIDED" name="parser (v3.3.3.0, asdf: 3.3.1) [gem]" level="application" />
|
39
|
+
<orderEntry type="library" scope="PROVIDED" name="pluginator (v1.5.0, asdf: 3.3.1) [gem]" level="application" />
|
40
|
+
<orderEntry type="library" scope="PROVIDED" name="pre-commit (v0.40.0, asdf: 3.3.1) [gem]" level="application" />
|
41
|
+
<orderEntry type="library" scope="PROVIDED" name="pry (v0.14.2, asdf: 3.3.1) [gem]" level="application" />
|
42
|
+
<orderEntry type="library" scope="PROVIDED" name="pry-byebug (v3.10.1, asdf: 3.3.1) [gem]" level="application" />
|
43
|
+
<orderEntry type="library" scope="PROVIDED" name="pry-stack_explorer (v0.6.1, asdf: 3.3.1) [gem]" level="application" />
|
44
|
+
<orderEntry type="library" scope="PROVIDED" name="racc (v1.8.0, asdf: 3.3.1) [gem]" level="application" />
|
45
|
+
<orderEntry type="library" scope="PROVIDED" name="rainbow (v3.1.1, asdf: 3.3.1) [gem]" level="application" />
|
46
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.2.1, asdf: 3.3.1) [gem]" level="application" />
|
47
|
+
<orderEntry type="library" scope="PROVIDED" name="rb-readline (v0.5.5, asdf: 3.3.1) [gem]" level="application" />
|
48
|
+
<orderEntry type="library" scope="PROVIDED" name="regexp_parser (v2.9.2, asdf: 3.3.1) [gem]" level="application" />
|
49
|
+
<orderEntry type="library" scope="PROVIDED" name="rexml (v3.3.1, asdf: 3.3.1) [gem]" level="application" />
|
50
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.13.0, asdf: 3.3.1) [gem]" level="application" />
|
51
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.13.0, asdf: 3.3.1) [gem]" level="application" />
|
52
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.13.1, asdf: 3.3.1) [gem]" level="application" />
|
53
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.13.1, asdf: 3.3.1) [gem]" level="application" />
|
54
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.13.1, asdf: 3.3.1) [gem]" level="application" />
|
55
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec_junit_formatter (v0.6.0, asdf: 3.3.1) [gem]" level="application" />
|
56
|
+
<orderEntry type="library" scope="PROVIDED" name="rubocop (v1.64.1, asdf: 3.3.1) [gem]" level="application" />
|
57
|
+
<orderEntry type="library" scope="PROVIDED" name="rubocop-ast (v1.31.3, asdf: 3.3.1) [gem]" level="application" />
|
58
|
+
<orderEntry type="library" scope="PROVIDED" name="rubocop-rake (v0.6.0, asdf: 3.3.1) [gem]" level="application" />
|
59
|
+
<orderEntry type="library" scope="PROVIDED" name="rubocop-rspec (v3.0.2, asdf: 3.3.1) [gem]" level="application" />
|
60
|
+
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.13.0, asdf: 3.3.1) [gem]" level="application" />
|
61
|
+
<orderEntry type="library" scope="PROVIDED" name="strscan (v3.1.0, asdf: 3.3.1) [gem]" level="application" />
|
62
|
+
<orderEntry type="library" scope="PROVIDED" name="sys-uname (v1.3.0, asdf: 3.3.1) [gem]" level="application" />
|
63
|
+
<orderEntry type="library" scope="PROVIDED" name="thor (v1.3.1, asdf: 3.3.1) [gem]" level="application" />
|
64
|
+
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v2.5.0, asdf: 3.3.1) [gem]" level="application" />
|
65
|
+
</component>
|
66
|
+
</module>
|
data/.idea/misc.xml
ADDED
data/.idea/modules.xml
ADDED
data/.idea/vcs.xml
ADDED
data/Gemfile.lock
CHANGED
data/lib/clitest/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clitest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- yasuo kominami
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aruba
|
@@ -218,6 +218,11 @@ files:
|
|
218
218
|
- ".github/dependabot.yml"
|
219
219
|
- ".github/workflows/main.yml"
|
220
220
|
- ".gitignore"
|
221
|
+
- ".idea/.gitignore"
|
222
|
+
- ".idea/clitest.iml"
|
223
|
+
- ".idea/misc.xml"
|
224
|
+
- ".idea/modules.xml"
|
225
|
+
- ".idea/vcs.xml"
|
221
226
|
- ".rspec"
|
222
227
|
- ".rubocop.yml"
|
223
228
|
- ".rubocop_todo.yml"
|