Skip to content

Commit

Permalink
Merge pull request #31 from rossta/fix/engine
Browse files Browse the repository at this point in the history
Make engine available in published gem pkg
  • Loading branch information
fractaledmind authored Jun 21, 2024
2 parents 48e660a + 01e96bf commit 68069f8
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 68069f8

Please sign in to comment.