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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8bb8aab3c606d366ebac88a23d9dacad106707fa91b5a83275c51eb2d526a5d2
4
- data.tar.gz: 14efc06fed065914cceb78028bac5200b4b281fa5232d3c781adc1c8812b5aa6
3
+ metadata.gz: 9fbcf6997d43de59170f1066d96c68df80cd89af86a273c7328df6343343cfe2
4
+ data.tar.gz: 3943d3bd69ebdfde65627db753a141a98f692f7fdb1d1a83146874cc96874ccf
5
5
  SHA512:
6
- metadata.gz: c59f2588cc15ada34b51b517ec16efb5d8a317c34b8c0c67fece5070c028cd32c5fac92662254c7e42e282e8cf908232b8af521dfb3b9d9e2fffebdb57959202
7
- data.tar.gz: 10220e583b36dcc8aaaec35bc6a53aec3e3a08f3792c0cf178ee9e12358a3079118b06b6ddf2d1a4318aa040cc47c4602c727669250afee2eb871089c33ac1d1
6
+ metadata.gz: a27e90e8a49cdd47445ad8460a3eecce91ecc0a5f19dbcef4e7f7ea544f53e017788d77a6d7f4a7fab2ab52eaa4def9d14cc5c8aaefa4528a5b1178879cc83f1
7
+ data.tar.gz: fab32645157aa12f6c2c71ca09596c4bf42567ca67a694c7f9a7736e8f28a0118a1a7001b3f7f59d1dec1d65bbc3bb9467d917f85f596730dd54c20a4ec11ff4
@@ -0,0 +1,11 @@
1
+ # Automated tests for yyrawnameyy
2
+
3
+
4
+
5
+ ## How to install
6
+
7
+
8
+
9
+ ## How to run
10
+
11
+
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.5'
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.5
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-03 00:00:00.000000000 Z
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