Sha256: ca9026822c847871dd003fa69bb0fbbc54aa7b639f3b7f5d1d82a9dee123bd06
Contents?: true
Size: 352 Bytes
Versions: 12
Compression:
Stored size: 352 Bytes
Contents
# frozen_string_literal: true module Diffend # Modules grouping supported bundler commands module Commands # Bundler install command INSTALL = 'install' # Bundler update command UPDATE = 'update' # Bundler exec command EXEC = 'exec' # Bundler secure command introduced by diffend plugin SECURE = 'secure' end end
Version data entries
12 entries across 12 versions & 2 rubygems