Skip to content

Commit a00826a

Browse files
Dmitry.YefimovDmitry.Yefimov
Dmitry.Yefimov
authored and
Dmitry.Yefimov
committed
1.8.5
1 parent b95334d commit a00826a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log
22

3+
### 1.8.5 - 2024-12-06
4+
5+
* patch
6+
* add homepage and metadata
7+
38
### 1.8.4 - 2024-12-06
49

510
* patch

esplanade.gemspec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Gem::Specification.new do |spec|
1111
spec.summary = 'Validate requests and responses against API Blueprint specifications'
1212
spec.license = 'MIT'
1313

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+
1422
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
1523
spec.bindir = 'exe'
1624
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

lib/esplanade/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Esplanade
2-
VERSION = '1.8.4'.freeze
2+
VERSION = '1.8.5'.freeze
33
end

0 commit comments

Comments
 (0)