Update ruby bindings for add_policy and add_policy_from_file to return package name (#240)

This commit is contained in:
thedavemarshall
2024-05-18 10:18:36 -05:00
committed by GitHub
parent 56bd8841d0
commit 0952d42432
5 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.extensions = ["ext/regorusrb/extconf.rb"]
spec.add_dependency "rb_sys", "~> 0.9.91"
spec.add_dependency "rb_sys", "~> 0.9.97"
end