Sha256: 88ce09f811b21e86a37879b15ca6f87ccf9d18a62f5d9bd9ba6c45373c548654
Contents?: true
Size: 160 Bytes
Versions: 3
Compression:
Stored size: 160 Bytes
Contents
# frozen_string_literal: true module Umwelt::CLI::Commands class Version < Hanami::CLI::Command def call(*) puts Umwelt::VERSION end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
umwelt-0.2 | lib/umwelt/cli/commands/version.rb |
umwelt-0.1.1 | lib/umwelt/cli/commands/version.rb |
umwelt-0.1.0 | lib/umwelt/cli/commands/version.rb |