Skip to content

Commit

Permalink
Exclude sig/shims and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bolshakov committed Jun 5, 2024
1 parent 9be9ba9 commit 3c8fc5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
configx (0.1.0)
configx (0.2.0)
deep_merge
zeitwerk

Expand Down
2 changes: 1 addition & 1 deletion configx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.files = IO.popen(%w[git ls-files -z], chdir: __dir__, err: IO::NULL) do |ls|
ls.readlines("\x0", chomp: true).reject do |f|
(f == gemspec) ||
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile])
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile sig/shims/])
end
end
spec.bindir = "exe"
Expand Down
2 changes: 1 addition & 1 deletion lib/config_x/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ConfigX
VERSION = "0.1.0"
VERSION = "0.2.0"
end

0 comments on commit 3c8fc5a

Please sign in to comment.