Skip to content

Commit

Permalink
Adjust gemspec for gem release
Browse files Browse the repository at this point in the history
  • Loading branch information
geekq committed May 29, 2022
1 parent bc5b6d4 commit ba6946b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/workflow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'workflow/specification'

# See also README.markdown for documentation
# See also README for documentation
module Workflow
module ClassMethods
attr_reader :workflow_spec
Expand Down
2 changes: 1 addition & 1 deletion workflow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']

gem.extra_rdoc_files = [
"README.markdown"
"README.adoc"
]

gem.required_ruby_version = '>= 2.7'
Expand Down

0 comments on commit ba6946b

Please sign in to comment.