Sha256: 3c9a409d2996b8b6acfdf5f35702307f7d4eee6288f785c89de549ce43ceb869
Contents?: true
Size: 189 Bytes
Versions: 5
Compression:
Stored size: 189 Bytes
Contents
# frozen_string_literal: true module OAuth class CLI class VersionCommand < BaseCommand def run puts "OAuth Gem #{OAuth::Version::VERSION}" end end end end
Version data entries
5 entries across 5 versions & 1 rubygems