Sha256: 7a0c04e7aa55044c1c3b9c968e38820d51b7644c59b8dce534f57d4db7ff6451

Contents?: true

Size: 458 Bytes

Versions: 1

Compression:

Stored size: 458 Bytes

Contents

#
# Manages current Tennpipes version for use in gem generation.
#
# We put this in a separate file so you can get tennpipes version
# without include full tennpipes core.
#
module Tennpipes
  # The version constant for the current version of Tennpipes.
  VERSION = '0.0.2' unless defined?(Tennpipes::VERSION)

  #
  # The current Tennpipes version.
  #
  # @return [String]
  #   The version number.
  #
  def self.version
    VERSION
  end
end # Tennpipes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tennpipes-base-3.6.6 lib/tennpipes-base/version.rb~