Skip to content

Commit

Permalink
1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry.Yefimov authored and Dmitry.Yefimov committed Dec 6, 2024
1 parent b95334d commit a00826a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

### 1.8.5 - 2024-12-06

* patch
* add homepage and metadata

### 1.8.4 - 2024-12-06

* patch
Expand Down
8 changes: 8 additions & 0 deletions esplanade.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Gem::Specification.new do |spec|
spec.summary = 'Validate requests and responses against API Blueprint specifications'
spec.license = 'MIT'

spec.homepage = 'https://github.com/tuwilof/esplanade'
spec.metadata = {
"source_code_uri" => "https://github.com/tuwilof/esplanade",
"bug_tracker_uri" => "https://github.com/tuwilof/esplanade/issues",
"documentation_uri" => "https://github.com/tuwilof/esplanade/blob/master/README.md",
"homepage_uri" => "https://github.com/tuwilof/esplanade"
}

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Expand Down
2 changes: 1 addition & 1 deletion lib/esplanade/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Esplanade
VERSION = '1.8.4'.freeze
VERSION = '1.8.5'.freeze
end

0 comments on commit a00826a

Please sign in to comment.