esplanade 1.8.4 → 1.8.5

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: 9ab3184baaf02cc9322d85d7c70cdda617d0050d44737328bd645154cfc6e80d
4
- data.tar.gz: c823268e5f9a2812753741f4fa26d2283e0d5d854bb599db7698676e90cf1b72
3
+ metadata.gz: a2ef36e7c9da3e7d457fbe923a05cc149588fb94eedf22e3a3b04def2c31abb8
4
+ data.tar.gz: 4a77eecdb833c8e1ea0c9649767fe628876d45c2fe8b7706493e09737ae31855
5
5
  SHA512:
6
- metadata.gz: 7815ecf722557b4b09ca29cc7ce3a38ff07293810df71f90c21756b2d35d42db52004d505dd1b3ae58eec6b1697d118561bdb98587d6a01c25eda65fa1db21d4
7
- data.tar.gz: 8ad7f9830f28ffcd34a2c3d67a8b29dae3e04964030eee41bda6cb6e888854d3cf4a98e7aa5e8a7d20a4e5a1d093748238318cf1f473cc1dde5bada9ca623ba3
6
+ metadata.gz: 77a3345131ac5d456730e0fe017ce1168ff0c645f8411bdb34ef415fc4a64be5c4f611b3073f1ab4df9e43b49e4579d19defbe693c2682cf9891de1dead0e9a9
7
+ data.tar.gz: 147087bb30fcc0d66af79200a811095aef95c8f76c9269361e62fe42a12b8ad6b13984a22f385e7691292f6181ebb20280ee131927e9e0683420e288db7fad8e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change log
2
2
 
3
+ ### 1.8.5 - 2024-12-06
4
+
5
+ * patch
6
+ * add homepage and metadata
7
+
3
8
  ### 1.8.4 - 2024-12-06
4
9
 
5
10
  * patch
data/esplanade.gemspec CHANGED
@@ -11,6 +11,14 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = 'Validate requests and responses against API Blueprint specifications'
12
12
  spec.license = 'MIT'
13
13
 
14
+ spec.homepage = 'https://github.com/tuwilof/esplanade'
15
+ spec.metadata = {
16
+ "source_code_uri" => "https://github.com/tuwilof/esplanade",
17
+ "bug_tracker_uri" => "https://github.com/tuwilof/esplanade/issues",
18
+ "documentation_uri" => "https://github.com/tuwilof/esplanade/blob/master/README.md",
19
+ "homepage_uri" => "https://github.com/tuwilof/esplanade"
20
+ }
21
+
14
22
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
15
23
  spec.bindir = 'exe'
16
24
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Esplanade
2
- VERSION = '1.8.4'.freeze
2
+ VERSION = '1.8.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: esplanade
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.4
4
+ version: 1.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - tuwilof
@@ -173,10 +173,14 @@ files:
173
173
  - lib/esplanade/response/raw/body.rb
174
174
  - lib/esplanade/response/validation.rb
175
175
  - lib/esplanade/version.rb
176
- homepage:
176
+ homepage: https://github.com/tuwilof/esplanade
177
177
  licenses:
178
178
  - MIT
179
- metadata: {}
179
+ metadata:
180
+ source_code_uri: https://github.com/tuwilof/esplanade
181
+ bug_tracker_uri: https://github.com/tuwilof/esplanade/issues
182
+ documentation_uri: https://github.com/tuwilof/esplanade/blob/master/README.md
183
+ homepage_uri: https://github.com/tuwilof/esplanade
180
184
  post_install_message:
181
185
  rdoc_options: []
182
186
  require_paths: