Sha256: 566216aac62b4748a40a8401c113468ab0d49aa6a7d1137b7a209dd573ae0dcb

Contents?: true

Size: 256 Bytes

Versions: 1

Compression:

Stored size: 256 Bytes

Contents

# frozen_string_literal: true

module Rubysmith
  module Identity
    NAME = "rubysmith"
    LABEL = "Rubysmith"
    VERSION = "0.1.1"
    VERSION_LABEL = "#{LABEL} #{VERSION}"
    SUMMARY = "A command line interface for smithing Ruby projects."
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubysmith-0.1.1 lib/rubysmith/identity.rb