lib/xezat/command/bump.rb in xezat-0.2.1 vs lib/xezat/command/bump.rb in xezat-0.2.2
- old
+ new
@@ -30,10 +30,10 @@
vars = variables(@cygport)
readme_file = File.expand_path(File.join(vars[:C], 'README'))
info = {
src_uri: get_src_uri(vars),
- runtimes: get_runtime_packages(vars, @cygport),
+ runtimes: get_runtime_packages(vars, pkgs, @cygport),
developments: get_development_packages(vars, pkgs),
files: get_files(vars),
changelog: get_changelog(vars, @options, readme_file)
}