Sha256: 21e6909578a105ad936e2ac28ca93cfafb39b65cb18a57ffe22a5f5cd82b7c78

Contents?: true

Size: 257 Bytes

Versions: 1

Compression:

Stored size: 257 Bytes

Contents

# frozen_string_literal: true

module Rubysmith
  module Identity
    NAME = "rubysmith"
    LABEL = "Rubysmith"
    VERSION = "0.11.0"
    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.11.0 lib/rubysmith/identity.rb