Sha256: eeaf8359892fd2585a102e1db1c6b87b030bec5851e3e467ff86a7c80b8722b3
Contents?: true
Size: 272 Bytes
Versions: 19
Compression:
Stored size: 272 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' end end
Version data entries
19 entries across 19 versions & 2 rubygems