testrail-cucumber 0.1.3 → 0.1.4

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: f29e6ee50c2a1ad6a978c52c71420fba172318a5bd6fbfd82dab674cf382366e
4
- data.tar.gz: 8789d7cb2f4fbc3e495010ffc129b4e99c9e8f083cfcc46ad9818978da8d4576
3
+ metadata.gz: a44a5dd973ed73ae8e116a69ef5721c8ccf22cc69db9e28c9abb26aace5deb39
4
+ data.tar.gz: cdfce1f0b35b1f5332a4b2b33349686dc8a4f22c9158853e1bb52da028f13867
5
5
  SHA512:
6
- metadata.gz: fd98efad13e1c5ccc3d66e5ba7373b2b3a3f94a2638310980c1e6a3821bf440004af3efb54ca3a065a3668153d9ae8308de4a3128d85bbe2c3121f0594ed0a37
7
- data.tar.gz: 8adef21d64cca34f66c61f7ffb6353636ea70519711bc96b29740584454c12692f5b128284d2a4f2eda083939cb9e48a353afb73bd0cd0f8ba4f629c474faf05
6
+ metadata.gz: 6f99fd7333bb9a2a8b127ff6c1ec57e2fa9bf7aa03b327a080fa0fdd0d610c63138b601caf3c82ce4256da7ea47d8e5b03e11194f31e285de7d1071b033f35e4
7
+ data.tar.gz: 78b6cd2e58c756af4a955b8ff1084f9321f536741e02f2c64d104908f4f4effc699e92d4dcc0bf686a0607685f15fd2b164e901f173dd557ac0f543100a45e25
@@ -1,3 +1,3 @@
1
1
  module TestrailCucumber
2
- VERSION = '0.1.3'.freeze
2
+ VERSION = '0.1.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testrail-cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prashanth Sams
@@ -20,10 +20,11 @@ files:
20
20
  - lib/testrail-cucumber/api-client.rb
21
21
  - lib/testrail-cucumber/update-testrails.rb
22
22
  - lib/testrail-cucumber/version.rb
23
- homepage:
23
+ homepage: https://rubygems.org/gems/testrail-cucumber
24
24
  licenses:
25
25
  - MIT
26
- metadata: {}
26
+ metadata:
27
+ source_code_uri: https://github.com/prashanth-sams/testrail-cucumber/
27
28
  post_install_message:
28
29
  rdoc_options: []
29
30
  require_paths:
@@ -43,5 +44,5 @@ rubyforge_project:
43
44
  rubygems_version: 2.7.8
44
45
  signing_key:
45
46
  specification_version: 4
46
- summary: Sync Automation results with your testrail suite
47
+ summary: Sync automation results with your testrail suite
47
48
  test_files: []