fitting 4.2.0 → 4.2.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
  SHA256:
3
- metadata.gz: 72158c60c83bde6488bbad275ac0f6f1c02cec83eb25dd755cd2abfbfb9c874d
4
- data.tar.gz: e400a4a677dd936873cc7f694dc21d2c0b23631161b4a13ba32a30a8804f12e2
3
+ metadata.gz: 8642aa27da219b914296fb457b71bfd3f1f2b052ccc3c2e59913c0aa245955e9
4
+ data.tar.gz: e766dfc323c58b08f2842d5a3328f048e5c6006a83e513c156ab8fdfa4583baf
5
5
  SHA512:
6
- metadata.gz: 1b166dd8af2adebcbd578feffc335faba4b8fd3b30f35ecd76c4eaa84e0d6c085aa049498c19e4cc678f796ee804666bc3132e4c8371d03414ab0d6be97b322b
7
- data.tar.gz: 4da148652a82d91add5807394fb86ae0b5bc703f6091f97867b6c239ab3249ab6b2a6cb7caa7f28ead4347a291afe80ea091e5eb4d0f5ef03c4661972a534406
6
+ metadata.gz: 0ac1a29a8b3db40a52026c686965ae56fa835427fd84b964d3e3b32ece36f0b0f1aa4ea4bfaa161eb3eb6a74862fe4d844b0d46d1d534efc59aab75b5d7d068d
7
+ data.tar.gz: 17b3f8af8a5b284c90b59d805bceef2c2e58e431212496103f1a488d3726d23c3bd2daa8356b15cd6524931d17c4bf58e9f4c14ae46c5b8701494e11be1e94b6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change log
2
2
 
3
+ ### 4.2.1 - 2024-04-04
4
+
5
+ * patch
6
+ * change home page
7
+
3
8
  ### 4.2.0 - 2024-01-17
4
9
 
5
10
  * features
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.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: 4.2.0
4
+ version: 4.2.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: 2024-01-16 00:00:00.000000000 Z
11
+ date: 2024-04-03 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: {}