taft 0.2.5 → 0.2.6
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 +4 -4
- data/lib/taft_files/README.md +11 -0
- data/taft.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9fbcf6997d43de59170f1066d96c68df80cd89af86a273c7328df6343343cfe2
|
4
|
+
data.tar.gz: 3943d3bd69ebdfde65627db753a141a98f692f7fdb1d1a83146874cc96874ccf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a27e90e8a49cdd47445ad8460a3eecce91ecc0a5f19dbcef4e7f7ea544f53e017788d77a6d7f4a7fab2ab52eaa4def9d14cc5c8aaefa4528a5b1178879cc83f1
|
7
|
+
data.tar.gz: fab32645157aa12f6c2c71ca09596c4bf42567ca67a694c7f9a7736e8f28a0118a1a7001b3f7f59d1dec1d65bbc3bb9467d917f85f596730dd54c20a4ec11ff4
|
data/taft.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'taft'
|
3
|
-
s.version = '0.2.
|
3
|
+
s.version = '0.2.6'
|
4
4
|
s.licenses = ['MIT']
|
5
5
|
s.summary = "Test Automation Framework Template (TAFT)"
|
6
6
|
s.description = "TAFT will deploy/install a skeleton code framework for the automated testing of applications with APIs and/or web-UIs"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: taft
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Richard Morrisby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-02-
|
11
|
+
date: 2021-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: TAFT will deploy/install a skeleton code framework for the automated
|
14
14
|
testing of applications with APIs and/or web-UIs
|
@@ -34,6 +34,7 @@ files:
|
|
34
34
|
- examples/ruby/rs/tests/v1/tc_r001_01_an_example_test.rb
|
35
35
|
- examples/ruby/rs/tests/v1/tc_r001_01_google_search.rb
|
36
36
|
- lib/taft.rb
|
37
|
+
- lib/taft_files/README.md
|
37
38
|
- lib/taft_files/framework/zznamezz.rb
|
38
39
|
- lib/taft_files/framework/zznamezz/api_helpers/general.rb
|
39
40
|
- lib/taft_files/framework/zznamezz/api_helpers/rest.rb
|