fitting 2.7.0 → 2.7.1

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
  SHA1:
3
- metadata.gz: 058ccfba8eb94e0929f24473e00684c70d39fe19
4
- data.tar.gz: 1a3395ec6ea7e9dd577671a523f85042773a025f
3
+ metadata.gz: 81c3bf84f14e1bba015d774bd7866ab8a6161500
4
+ data.tar.gz: 3145b9524695c2a71ccbbc42798214a1e72c5029
5
5
  SHA512:
6
- metadata.gz: a6fcea3482af2fec8090fed3306af166d8c98699f18d1c629c13d2f8027fe95a42edf22ffb6ddbe0e15e883e446839450fea817273f18ddb5a0f986912ed9f33
7
- data.tar.gz: a4ffbd091060c642052b2d4e5d9d5b33fcd3d3204622d86397b7407a6b8fdcb17527ee74ebe9d6ba759efb41fe3ecee0145b4cac27a80045a6b79fd0b6abed43
6
+ metadata.gz: 2ae3cee31ba30911cb57bf361602c704801574bb1b7ffb578616566854c460ec0eb9c24eb07d14ad98f8fc73222ff99f99690772f0ab7dab75bf866a331ddaa4
7
+ data.tar.gz: 0d01af67215893545c48b8e8fdb6551646159b048c03656aadd2c5c3f7b1e8f2cc954cbba9bfa9243c5551a60d655f9f3455878403cd867a0183c0bec93df2c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Change log
2
2
 
3
+ ### 2.7.1 - 2018-09-06
4
+
5
+ * fixes
6
+ * Output fitting:documentation_responses_error if not all covered
7
+
8
+ ### 2.7.0 - 2018-09-04
9
+
10
+ * features
11
+ * Add three rake tasks fitting:documentation_responses, fitting:documentation_responses_error and fitting:tests_responses
12
+
3
13
  ### 2.6.0 - 2018-08-28
4
14
 
5
15
  * features
@@ -9,9 +9,7 @@ module Fitting
9
9
  res = ''
10
10
  @request_unit.map do |request|
11
11
  request.responses.map do |response|
12
- if response.tested_bodies == []
13
- return 'Error, not all responses valid without cover!'
14
- else
12
+ if response.tested_bodies != []
15
13
  response.json_schemas.map do |json_schema|
16
14
  json_schema.combinations.map do |combination|
17
15
  if combination.valid_bodies == []
@@ -12,10 +12,7 @@ module Fitting
12
12
  end
13
13
 
14
14
  def stats
15
- [
16
- ['[White list]', white_statistics].join("\n"),
17
- ''
18
- ].join("\n\n")
15
+ "#{white_statistics}\n\n"
19
16
  end
20
17
 
21
18
 
@@ -1,3 +1,3 @@
1
1
  module Fitting
2
- VERSION = '2.7.0'.freeze
2
+ VERSION = '2.7.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fitting
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - d.efimov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-09-04 00:00:00.000000000 Z
11
+ date: 2018-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json-schema