esplanade 1.8.1 → 1.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a90e7d68748b374eb4f4bd21d9515fca3e394c895cb1f10b93b4a451e4705ec
4
- data.tar.gz: f1d667aa35adfa7c16a58c4e00195ffed6df93756596e47e70304d846512437a
3
+ metadata.gz: b02826c79f508f148767a4ac0179951a180e6f052096386a13c8e14016bd0100
4
+ data.tar.gz: c0defe81a835016d2cf048c78a6da02be0ef96f530a3884d8728aac23e97fd66
5
5
  SHA512:
6
- metadata.gz: a2f4a8999fbf16159cbbde4d2a91653de6366d355830900f6f4ab2fbb6d6ed28863d0d582e6565760163881244a696236ce03fafba94b8a79a65478ff78e8bbc
7
- data.tar.gz: 9cbf07ff7efeee10e97a2e8ca85e22902f3a2751e3b9e2227de3777da5d44dba1dc60ef5e150afe13a80e4ce6eec69c8dad39f67dc70ad4fd64c2c3158a684ca
6
+ metadata.gz: a595b208dae18ed5bf8dc466a0ba6d75506d5513df77d1d689473d81fc94f3f66cb7f5eaa75b8151e12323e62fe6f010d765ee2587488d3a396fb020e1e40a3c
7
+ data.tar.gz: 987386b628058494ed6340e2e7594578af5b23ed5849c74e9e6c207a87048bff47c45b4995ea36a6df90cedf3b315c1965153b0b7e93f424fde715d1faa2b1ef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change log
2
2
 
3
+ ### 1.8.2 - 2024-04-03
4
+
5
+ * patch
6
+ * change home page
7
+
3
8
  ### 1.8.1 - 2023-10-06
4
9
 
5
10
  * patch
data/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # Esplanade
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/esplanade.svg)](https://badge.fury.io/rb/esplanade)
4
-
5
3
  This gem helps you to validate and synchronize your API in strict accordance to the documentation in
6
4
  [API Blueprint](https://apiblueprint.org/) format.
7
5
  To do this it automatically searches received requests and responses in the documentation and run
data/esplanade.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['d.efimov@fun-box.ru']
10
10
 
11
11
  spec.summary = 'Validate requests and responses against API Blueprint specifications'
12
- spec.homepage = 'https://github.com/matchtechnologies/esplanade'
12
+ spec.homepage = 'https://github.com/tuwilof/esplanade'
13
13
  spec.license = 'MIT'
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module Esplanade
2
- VERSION = '1.8.1'.freeze
2
+ VERSION = '1.8.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: esplanade
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.1
4
+ version: 1.8.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: 2023-10-06 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
@@ -173,7 +173,7 @@ files:
173
173
  - lib/esplanade/response/raw/body.rb
174
174
  - lib/esplanade/response/validation.rb
175
175
  - lib/esplanade/version.rb
176
- homepage: https://github.com/matchtechnologies/esplanade
176
+ homepage: https://github.com/tuwilof/esplanade
177
177
  licenses:
178
178
  - MIT
179
179
  metadata: {}