xcresultscrapper 0.2b

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/bin/xcresultscrapper +0 -0
  3. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 98233d657bed2e363f9c4026fb748f6c112c299b9d7fced08cebc809a920783d
4
+ data.tar.gz: bebd5a45e82f3786f38b4198c05e32229334c2fac1a552a75c2b267745f8ebaa
5
+ SHA512:
6
+ metadata.gz: 7595f4f8c1a21fa4a689e70653e46a29e5fae8bd88cef0a22569b1f889034a9745fd4ddb1ad7afc61b7173597bb065c3f5f16c22d177aba330888646e73483d7
7
+ data.tar.gz: '077661769a8e3a5fb52d39afc6113330c036274971ed398fb2e7e93b5046dd8f49bdadbf1837ed006f04429866ddc698c11de905a4bab099e639dc6e94283757'
Binary file
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: xcresultscrapper
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2b
5
+ platform: ruby
6
+ authors:
7
+ - Sergei Petrachkov
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-08-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: The tool parses xcresult and gives different types of reports
14
+ email:
15
+ - petrachkovsergey@gmail.com
16
+ executables:
17
+ - xcresultscrapper
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - bin/xcresultscrapper
22
+ homepage: https://github.com/SergeyPetrachkov/XCResultScrapper
23
+ licenses:
24
+ - MIT
25
+ metadata:
26
+ source_code_uri: https://github.com/SergeyPetrachkov/XCResultScrapper
27
+ homepage_uri: https://github.com/SergeyPetrachkov/XCResultScrapper
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '2.5'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">"
40
+ - !ruby/object:Gem::Version
41
+ version: 1.3.1
42
+ requirements: []
43
+ rubygems_version: 3.1.4
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: This is a Gem wrapper for xcresultscrapper
47
+ test_files: []