fitting 4.2.0 → 4.2.2

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: 72158c60c83bde6488bbad275ac0f6f1c02cec83eb25dd755cd2abfbfb9c874d
4
- data.tar.gz: e400a4a677dd936873cc7f694dc21d2c0b23631161b4a13ba32a30a8804f12e2
3
+ metadata.gz: f7d8dd364973e3d9c72e3b1c17b199f4acc2d506dbea49d0fe61e3ebd083dc92
4
+ data.tar.gz: 63ae14ed31986c32ea274be93d0846682158618c1b3bc6fa6fd087b67e018200
5
5
  SHA512:
6
- metadata.gz: 1b166dd8af2adebcbd578feffc335faba4b8fd3b30f35ecd76c4eaa84e0d6c085aa049498c19e4cc678f796ee804666bc3132e4c8371d03414ab0d6be97b322b
7
- data.tar.gz: 4da148652a82d91add5807394fb86ae0b5bc703f6091f97867b6c239ab3249ab6b2a6cb7caa7f28ead4347a291afe80ea091e5eb4d0f5ef03c4661972a534406
6
+ metadata.gz: 245683492de5b9f2f42b716ced3a45ad84d7c4ab66584d6d136613d19167900e6cff6f7a0e769f5f5fdbe48cff660eda8c79cd748620ed4796fb6599624f3f75
7
+ data.tar.gz: 8253e243cd2dfa82d7dcd8e0348b58f9530b905834131553ca72b5de120cde36444fd7f22a3dd3247a0cdb45d23fb8994961b9301fc776eeb6a9922020876679
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Change log
2
2
 
3
+ ### 4.2.2 - 2024-05-14
4
+
5
+ * fixes
6
+ * not fail if webmock not used
7
+
8
+ ### 4.2.1 - 2024-04-04
9
+
10
+ * patch
11
+ * change home page
12
+
3
13
  ### 4.2.0 - 2024-01-17
4
14
 
5
15
  * features
data/README.md CHANGED
@@ -275,7 +275,7 @@ APIs:
275
275
 
276
276
  ##### Tomograph
277
277
 
278
- To use additional features of the pre-converted [tomograph](https://github.com/funbox/tomograph)
278
+ To use additional features of the pre-converted [tomograph](https://github.com/tuwilof/tomograph)
279
279
 
280
280
  example
281
281
 
@@ -418,11 +418,11 @@ Debug:
418
418
 
419
419
  ## Contributing
420
420
 
421
- Bug reports and pull requests are welcome on GitHub at [github.com/funbox/fitting](https://github.com/funbox/fitting).
421
+ Bug reports and pull requests are welcome on GitHub at [github.com/tuwilof/fitting](https://github.com/tuwilof/fitting).
422
422
  This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
423
423
 
424
424
  ## License
425
425
 
426
426
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
427
427
 
428
- [![Sponsored by FunBox](https://funbox.ru/badges/sponsored_by_funbox_centered.svg)](https://funbox.ru)
428
+ [Sponsored by FunBox](https://funbox.ru)
data/fitting.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = 'Coverage API Blueprint, Swagger and OpenAPI with RSpec'
12
12
  spec.description = 'Coverage API Blueprint, Swagger and OpenAPI with RSpec for easily make high-quality API and documenatiton'
13
- spec.homepage = 'https://github.com/matchtechnologies/fitting'
13
+ spec.homepage = 'https://github.com/tuwilof/fitting'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module Fitting
2
- VERSION = '4.2.0'.freeze
2
+ VERSION = '4.2.2'.freeze
3
3
  end
data/lib/fitting.rb CHANGED
@@ -45,7 +45,7 @@ module Fitting
45
45
  end
46
46
 
47
47
  config.after(:each) do
48
- WebMock::CallbackRegistry.reset
48
+ WebMock::CallbackRegistry.reset if Object.const_defined?('WebMock')
49
49
  end
50
50
 
51
51
  config.after(:suite) do
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: 4.2.0
4
+ version: 4.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - d.efimov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-16 00:00:00.000000000 Z
11
+ date: 2024-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json-schema
@@ -244,7 +244,7 @@ files:
244
244
  - lib/templates/htmlcss/darkmode.min.js
245
245
  - lib/templates/htmlcss/fitting.html
246
246
  - lib/templates/htmlcss/jquery-3.6.0.min.js
247
- homepage: https://github.com/matchtechnologies/fitting
247
+ homepage: https://github.com/tuwilof/fitting
248
248
  licenses:
249
249
  - MIT
250
250
  metadata: {}