Skip to content

Commit

Permalink
Fixed cacert.pem packaging (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx authored May 15, 2024
1 parent dc2798c commit 879a820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tebako-runtime/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
# POSSIBILITY OF SUCH DAMAGE.

module TebakoRuntime
VERSION = "0.4.1"
VERSION = "0.4.2"
end
1 change: 1 addition & 0 deletions tebako-runtime.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Gem::Specification.new do |spec|
f.match(%r{\A(?:(?:spec|tmp|\.github)/|\.(?:git|rspec|rubocop|gitignore))})
end
end
spec.files += Dir.glob("lib/cert/*")
spec.require_paths = ["lib"]

spec.add_development_dependency "rspec", "~> 3.2"
Expand Down

0 comments on commit 879a820

Please sign in to comment.