fitting 4.2.1 → 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: 8642aa27da219b914296fb457b71bfd3f1f2b052ccc3c2e59913c0aa245955e9
4
- data.tar.gz: e766dfc323c58b08f2842d5a3328f048e5c6006a83e513c156ab8fdfa4583baf
3
+ metadata.gz: f7d8dd364973e3d9c72e3b1c17b199f4acc2d506dbea49d0fe61e3ebd083dc92
4
+ data.tar.gz: 63ae14ed31986c32ea274be93d0846682158618c1b3bc6fa6fd087b67e018200
5
5
  SHA512:
6
- metadata.gz: 0ac1a29a8b3db40a52026c686965ae56fa835427fd84b964d3e3b32ece36f0b0f1aa4ea4bfaa161eb3eb6a74862fe4d844b0d46d1d534efc59aab75b5d7d068d
7
- data.tar.gz: 17b3f8af8a5b284c90b59d805bceef2c2e58e431212496103f1a488d3726d23c3bd2daa8356b15cd6524931d17c4bf58e9f4c14ae46c5b8701494e11be1e94b6
6
+ metadata.gz: 245683492de5b9f2f42b716ced3a45ad84d7c4ab66584d6d136613d19167900e6cff6f7a0e769f5f5fdbe48cff660eda8c79cd748620ed4796fb6599624f3f75
7
+ data.tar.gz: 8253e243cd2dfa82d7dcd8e0348b58f9530b905834131553ca72b5de120cde36444fd7f22a3dd3247a0cdb45d23fb8994961b9301fc776eeb6a9922020876679
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change log
2
2
 
3
+ ### 4.2.2 - 2024-05-14
4
+
5
+ * fixes
6
+ * not fail if webmock not used
7
+
3
8
  ### 4.2.1 - 2024-04-04
4
9
 
5
10
  * patch
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)
@@ -1,3 +1,3 @@
1
1
  module Fitting
2
- VERSION = '4.2.1'.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.1
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-04-03 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