tesults 1.0.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.
- checksums.yaml +7 -0
- metadata +45 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: c15259469dbfd58bd8b47b3cf55c29b12d23ca3d
|
|
4
|
+
data.tar.gz: 8b67e87c3f63525541d305d29847ea86c2d02e49
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 65e3ad7d510141d0ec533835140c1d14fc922401dfb325c15f697f5a39337982c7aaf12ee280f055cf63053553f16c4d05031b1531430a6baf76f7fc8f80c139
|
|
7
|
+
data.tar.gz: 696dd96e55766068df1b8c0c05bb9e3e3d421215616f9dcdcf61e9f4e07a323450b3cc4b10cd9695702fe06bad80a85217a3368303293ce83f735094c6aea70f
|
metadata
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: tesults
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Tesults
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2016-12-11 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Tesults is a test automation results reporting service. This API library
|
|
14
|
+
makes it easier to upload your test results from your Ruby application.
|
|
15
|
+
email:
|
|
16
|
+
- support@tesults.com
|
|
17
|
+
executables: []
|
|
18
|
+
extensions: []
|
|
19
|
+
extra_rdoc_files: []
|
|
20
|
+
files: []
|
|
21
|
+
homepage: https://www.tesults.com
|
|
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.0.14.1
|
|
42
|
+
signing_key:
|
|
43
|
+
specification_version: 4
|
|
44
|
+
summary: Tesults API library.
|
|
45
|
+
test_files: []
|