Skip to content

Commit ba6946b

Browse files
committed
Adjust gemspec for gem release
1 parent bc5b6d4 commit ba6946b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/workflow.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require 'workflow/specification'
44

5-
# See also README.markdown for documentation
5+
# See also README for documentation
66
module Workflow
77
module ClassMethods
88
attr_reader :workflow_spec

workflow.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
2424
gem.require_paths = ['lib']
2525

2626
gem.extra_rdoc_files = [
27-
"README.markdown"
27+
"README.adoc"
2828
]
2929

3030
gem.required_ruby_version = '>= 2.7'

0 commit comments

Comments
 (0)