We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188c139 commit 799c022Copy full SHA for 799c022
1 file changed
websocket-driver.gemspec
@@ -7,6 +7,8 @@ Gem::Specification.new do |s|
7
s.homepage = 'https://github.com/faye/websocket-driver-ruby'
8
s.license = 'Apache-2.0'
9
10
+ s.metadata['changelog_uri'] = s.homepage + '/blob/main/CHANGELOG.md'
11
+
12
s.extra_rdoc_files = %w[README.md]
13
s.rdoc_options = %w[--main README.md --markup markdown]
14
s.require_paths = %w[lib]
@@ -35,6 +37,4 @@ Gem::Specification.new do |s|
35
37
if RUBY_VERSION < '2.0.0'
36
38
s.add_development_dependency 'rake', '< 12.3.0'
39
end
-
- s.metadata['changelog_uri'] = s.homepage + '/blob/main/CHANGELOG.md'
40
0 commit comments