webspicy 0.16.2 → 0.16.3

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: 9109121647b9e9d4ed854078e12b81d5289b53d556e7c66ca671bd628435fa63
4
- data.tar.gz: d6cfaf0f501d554066514a500de0a32a807eaacadaefe9722fb3d76b30b7d640
3
+ metadata.gz: 7cbfb644d2ae34f2e2e87aa2d69b50b762299770b9c0109fbc5281fdd3b80d22
4
+ data.tar.gz: 6bf17b7423bb6ff33b53d8f12dc761094e613961487c146c66a87ce84b792bc7
5
5
  SHA512:
6
- metadata.gz: bc0bbca8b1d924baaf23d87ab88b03e95e1111a936bd246200927770e89e512499cc7fb4871e46bf48929ad7f5025ce95ba891df5f01ba0232397e0446e8c701
7
- data.tar.gz: 0c6cc0a0229167d84411da604af6549f6a4ac9a464a9ab208cf134a6b2b712a10b78e9ca353254830eeb20a092c31e1f1ad5d2ef1b048383d550dd1f17f56b44
6
+ metadata.gz: 403ddeb22ffccd059d8450a6290f7f190d97bc45ef12a04a43a97059d733085ce4fe2865f31a5452d43c18e4244a53129ac280cd37db09b8a6ce50e76506f8f6
7
+ data.tar.gz: '095210fda4e1b4e903c1803a2cd75420a905894b06d4403e8f1019df0c43eeec10eb3952b8d06397bdb0d8a753361c01f1577f85f09ca34258386020276dcdaa'
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- webspicy (0.16.2)
4
+ webspicy (0.16.3)
5
5
  colorize (~> 0.8.1)
6
6
  finitio (~> 0.9.0)
7
7
  http (>= 2)
@@ -40,7 +40,7 @@ module Webspicy
40
40
  def empty_input_counterexamples(service, first)
41
41
  placeholders = service.specification.url_placeholders
42
42
  empty_input = first.params.reject{|k| !placeholders.include?(k) }
43
- if !empty_input.empty? && invalid_input?(service, empty_input)
43
+ if invalid_input?(service, empty_input)
44
44
  [first.mutate({
45
45
  :description => "it is robust to an invalid empty input (RobustToInvalidInput)",
46
46
  :dress_params => false,
@@ -2,7 +2,7 @@ module Webspicy
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 16
5
- TINY = 2
5
+ TINY = 3
6
6
  end
7
7
  VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webspicy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.2
4
+ version: 0.16.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bernard Lambeau