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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +3 -3
- data/lib/fitting/version.rb +1 -1
- data/lib/fitting.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7d8dd364973e3d9c72e3b1c17b199f4acc2d506dbea49d0fe61e3ebd083dc92
|
4
|
+
data.tar.gz: 63ae14ed31986c32ea274be93d0846682158618c1b3bc6fa6fd087b67e018200
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 245683492de5b9f2f42b716ced3a45ad84d7c4ab66584d6d136613d19167900e6cff6f7a0e769f5f5fdbe48cff660eda8c79cd748620ed4796fb6599624f3f75
|
7
|
+
data.tar.gz: 8253e243cd2dfa82d7dcd8e0348b58f9530b905834131553ca72b5de120cde36444fd7f22a3dd3247a0cdb45d23fb8994961b9301fc776eeb6a9922020876679
|
data/CHANGELOG.md
CHANGED
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/
|
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/
|
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
|
-
[
|
428
|
+
[Sponsored by FunBox](https://funbox.ru)
|
data/lib/fitting/version.rb
CHANGED
data/lib/fitting.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2024-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json-schema
|