webspicy 0.20.18 → 0.20.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91e515bc7abf0feb3e3aa3eba50edba87a50e4242240aaffb67aee547038d537
4
- data.tar.gz: 2535c3943955ee893484c49bad9cad525c7a90f29f27fb7f891ca7c0e8cd4d33
3
+ metadata.gz: 945c9e5371700999a464707064c86a64b7eba56efa9deb37583f6fc79bdbff08
4
+ data.tar.gz: e43c3f9b747e543925ae6a26ab618884b8811a883b155bbadd9546859fe7c962
5
5
  SHA512:
6
- metadata.gz: 992437acb1f193a70e47132cdb00951d0e8dcf40d761cd93194924a2849e8c92391591995ea1d07935c1f0bebb952e5bec177e6782c2b66898c5f16d7e4e843a
7
- data.tar.gz: be6fadddc53304cf9ee2111a064f81b126f9fe1560d4a89b5bb6d60623aed88770c4fa13505d9403e811ee5e784c752ad771e401988bc85fecb411be96a2e92a
6
+ metadata.gz: f26bb8fe6e18a393d5510faae5d6e5ef75b22c59ea32e64679509895659ffa94f5fc061144de9f4738584451db9ccf0cee72180b64cc5a4da1e7890f0fd9d905
7
+ data.tar.gz: 3b1abd5001586434b8f79bd1d6f5edf79a4828273e155b528f49bc24f2c0eb5d866b5e9c60d825588e03c8e88c46d59337e31f26ad2a01af0cf3d8787a3bd083
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Build Status](https://travis-ci.com/enspirit/webspicy.svg?branch=master)](https://travis-ci.com/enspirit/webspicy)
1
+ [![Test](https://github.com/enspirit/webspicy/actions/workflows/integration.yml/badge.svg?branch=master)](https://github.com/enspirit/webspicy/actions/workflows/integration.yml)
2
2
  # Webspicy
3
3
 
4
4
  A specification and test framework for web services seen as black-box software
@@ -86,8 +86,10 @@ module Webspicy
86
86
  end
87
87
 
88
88
  def service_done
89
- io.puts
90
- io.flush
89
+ unless @spec_file_line_printed
90
+ io.puts
91
+ io.flush
92
+ end
91
93
  end
92
94
 
93
95
  end # class Documentation
@@ -2,7 +2,7 @@ module Webspicy
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 20
5
- TINY = 18
5
+ TINY = 19
6
6
  end
7
7
  VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webspicy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.18
4
+ version: 0.20.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bernard Lambeau
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -371,7 +371,7 @@ homepage: http://github.com/enspirit/webspicy
371
371
  licenses:
372
372
  - MIT
373
373
  metadata: {}
374
- post_install_message:
374
+ post_install_message:
375
375
  rdoc_options: []
376
376
  require_paths:
377
377
  - lib
@@ -386,8 +386,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
386
386
  - !ruby/object:Gem::Version
387
387
  version: '0'
388
388
  requirements: []
389
- rubygems_version: 3.2.22
390
- signing_key:
389
+ rubygems_version: 3.1.6
390
+ signing_key:
391
391
  specification_version: 4
392
392
  summary: Webspicy helps testing web services as software operation black boxes!
393
393
  test_files: []