summaryrefslogtreecommitdiff
path: root/tool/lib/bundled_gem.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2023-05-09 11:08:30 +0900
committerHiroshi SHIBATA <[email protected]>2023-05-09 12:57:12 +0900
commit59646e87983ff7ab04a8eccd92e789d77f4402ed ()
treed0280cc12e705af953f773887b65d50895c436dd /tool/lib/bundled_gem.rb
parentbb75e83d9f22c10b8893f3ff20fdd1d8d1825caf (diff)
Allow to use development version of bundled gems for packaging
Notes: Merged: https://.com/ruby/ruby/pull/7781
-rw-r--r--tool/lib/bundled_gem.rb6
1 files changed, 6 insertions, 0 deletions
@@ -12,6 +12,12 @@ module BundledGem
pkg = Gem::Package.new(file)
prepare_test(pkg.spec, *rest) {|dir| pkg.extract_files(dir)}
puts "Unpacked #{file}"
end
def build(gemspec, version, outdir = ".", validation: true)