Sha256: e130313c45d1adf37041827412333b94d339ec15fff6a4f0d97e104e292c4931
Contents?: true
Size: 245 Bytes
Versions: 165
Compression:
Stored size: 245 Bytes
Contents
module KnapsackPro module RepositoryAdapters class EnvAdapter < BaseAdapter def commit_hash KnapsackPro::Config::Env.commit_hash end def branch KnapsackPro::Config::Env.branch end end end end
Version data entries
165 entries across 165 versions & 1 rubygems