File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -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 ) }
Original file line number Diff line number Diff line change 1
1
module Esplanade
2
- VERSION = '1.8.4 ' . freeze
2
+ VERSION = '1.8.5 ' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments