Skip to content

Commit 04a22f8

Browse files
committed
fix: remove examples from gem
1 parent 2a57158 commit 04a22f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
spec.files = IO.popen(%w[git ls-files -z], chdir: __dir__, err: IO::NULL) do |ls|
2424
ls.readlines("\x0", chomp: true).reject do |f|
2525
(f == gemspec) ||
26-
f.start_with?(*%w[bin/ Gemfile])
26+
f.start_with?(*%w[bin/ Gemfile examples/])
2727
end
2828
end
2929
spec.bindir = "exe"

0 commit comments

Comments
 (0)