Skip to content

Commit

Permalink
Make engine available in published gem pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Jun 19, 2024
1 parent 48e660a commit 01e96bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litestream.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
"changelog_uri" => "https://github.com/fractaledmind/litestream-ruby/CHANGELOG.md"
}

spec.files = Dir["lib/**/*", "LICENSE", "Rakefile", "README.md"]
spec.files = Dir["{app,config,lib}/**/*", "LICENSE", "Rakefile", "README.md"]
spec.bindir = "exe"
spec.executables << "litestream"

Expand Down

0 comments on commit 01e96bf

Please sign in to comment.