Skip to content

Commit

Permalink
fix(gemspec): manifest.yml -> manifest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 30, 2024
1 parent 9300170 commit 2332489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyway_config.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.license = "MIT"

s.files = Dir.glob("lib/**/*") + Dir.glob("lib/.rbnext/**/*") +
Dir.glob("bin/**/*") + %w[sig/anyway_config.rbs sig/manifest.yml] +
Dir.glob("bin/**/*") + %w[sig/anyway_config.rbs sig/manifest.yaml] +
%w[README.md LICENSE.txt CHANGELOG.md]
s.require_paths = ["lib"]
s.required_ruby_version = ">= 2.5"
Expand Down

0 comments on commit 2332489

Please sign in to comment.