Sha256: 3500a8327e8838dede5675a24a0e259e83f7f1ab4e279458ddb2868ffc5431e1
Contents?: true
Size: 394 Bytes
Versions: 19
Compression:
Stored size: 394 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' # Bundler add command ADD = 'add' end end
Version data entries
19 entries across 19 versions & 2 rubygems