test_suit 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 3a9a6d37ffdc6e244a7e65483c0c0af17999d0c48ed7c86478d7249678709625
|
4
|
+
data.tar.gz: 4a9c0f39ca9e2dfe481751bcd8db76a93d814c083caaf9fbaa092caf3ccf18cd
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 165129423db25b79b35bdc2ba0e7f3e58827ba9574d9bdeef3816c2dc6d64aef19cae248d12bb629c507276edfa7112ae5688c65211af63db6f4fe80696ddb67
|
7
|
+
data.tar.gz: 127f61668c26c9f53effd4fad8d1bdd6beff7807d0c320d834392d6eef5e8445aff14893fccac4f14cce206696e5dccd824249bc65cd51c0af43887ce36553d7
|
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: test_suit
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- MaksGostroushko
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2018-11-05 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: |-
|
14
|
+
Compare the expected value with the expected value
|
15
|
+
!
|
16
|
+
email: makshostroyshko@gmail.com
|
17
|
+
executables: []
|
18
|
+
extensions: []
|
19
|
+
extra_rdoc_files: []
|
20
|
+
files: []
|
21
|
+
homepage:
|
22
|
+
licenses:
|
23
|
+
- MIT
|
24
|
+
metadata: {}
|
25
|
+
post_install_message:
|
26
|
+
rdoc_options: []
|
27
|
+
require_paths:
|
28
|
+
- lib
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
35
|
+
requirements:
|
36
|
+
- - ">="
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '0'
|
39
|
+
requirements: []
|
40
|
+
rubyforge_project:
|
41
|
+
rubygems_version: 2.7.7
|
42
|
+
signing_key:
|
43
|
+
specification_version: 4
|
44
|
+
summary: This is gem for check Passed or Failed your code!
|
45
|
+
test_files: []
|