esplanade 1.8.3 → 1.8.4

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: 10a587c3f5ded2906469b7896f03fac5e033bad51562df1d21bfa460d673f19d
4
- data.tar.gz: cf71557f55154667544518a3fdd1234157313bf59958c364a2326ba0f390cdc5
3
+ metadata.gz: 9ab3184baaf02cc9322d85d7c70cdda617d0050d44737328bd645154cfc6e80d
4
+ data.tar.gz: c823268e5f9a2812753741f4fa26d2283e0d5d854bb599db7698676e90cf1b72
5
5
  SHA512:
6
- metadata.gz: c12de487a2f103bb17821b12f5fbbba7d31f3a68dee33dbd3fceef9e0283b80403700b614fdd3f17420a4eb5be5dcffd36aee15f183418868148a20e9ad80664
7
- data.tar.gz: e68a32d904001d6b3b8fc4457142bb9cb85d617c1bb3e39d2f3bc677f5ae2d2705cd09ac858a3910b4ed0f549f89c74b613715750734c2a2ae716aa384414456
6
+ metadata.gz: 7815ecf722557b4b09ca29cc7ce3a38ff07293810df71f90c21756b2d35d42db52004d505dd1b3ae58eec6b1697d118561bdb98587d6a01c25eda65fa1db21d4
7
+ data.tar.gz: 8ad7f9830f28ffcd34a2c3d67a8b29dae3e04964030eee41bda6cb6e888854d3cf4a98e7aa5e8a7d20a4e5a1d093748238318cf1f473cc1dde5bada9ca623ba3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change log
2
2
 
3
+ ### 1.8.4 - 2024-12-06
4
+
5
+ * patch
6
+ * fix email and author
7
+
3
8
  ### 1.8.3 - 2024-12-06
4
9
 
5
10
  * patch
data/esplanade.gemspec CHANGED
@@ -5,8 +5,8 @@ require 'esplanade/version'
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'esplanade'
7
7
  spec.version = Esplanade::VERSION
8
- spec.authors = ['d.efimov']
9
- spec.email = ['d.efimov@fun-box.ru']
8
+ spec.authors = ['tuwilof']
9
+ spec.email = ['tuwilof@gmail.com']
10
10
 
11
11
  spec.summary = 'Validate requests and responses against API Blueprint specifications'
12
12
  spec.license = 'MIT'
@@ -1,3 +1,3 @@
1
1
  module Esplanade
2
- VERSION = '1.8.3'.freeze
2
+ VERSION = '1.8.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: esplanade
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.3
4
+ version: 1.8.4
5
5
  platform: ruby
6
6
  authors:
7
- - d.efimov
7
+ - tuwilof
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
@@ -134,7 +134,7 @@ dependencies:
134
134
  version: '0.21'
135
135
  description:
136
136
  email:
137
- - d.efimov@fun-box.ru
137
+ - tuwilof@gmail.com
138
138
  executables: []
139
139
  extensions: []
140
140
  extra_rdoc_files: []