We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5b6d4 commit ba6946bCopy full SHA for ba6946b
lib/workflow.rb
@@ -2,7 +2,7 @@
2
3
require 'workflow/specification'
4
5
-# See also README.markdown for documentation
+# See also README for documentation
6
module Workflow
7
module ClassMethods
8
attr_reader :workflow_spec
workflow.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
24
gem.require_paths = ['lib']
25
26
gem.extra_rdoc_files = [
27
- "README.markdown"
+ "README.adoc"
28
]
29
30
gem.required_ruby_version = '>= 2.7'
0 commit comments