Sha256: 33160237f44b4af32499650c0489d3602bf53fb09e87540eac271bb97dafbed4
Contents?: true
Size: 300 Bytes
Versions: 8
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true require 'byebug' require 'diffend' command = 'install' project_id = nil gemfile = ARGV[0] lockfile = ARGV[1] definition = Diffend::BuildBundlerDefinition.call(command, gemfile lockfile) pp Diffend::Voting::Versions::Remote.payload(command, project_id, definition)
Version data entries
8 entries across 8 versions & 2 rubygems