Sha256: 70753805454eb1bfc6e936965fef12981a758d45ac90d7cf8f3fc72dae5f6e65

Contents?: true

Size: 443 Bytes

Versions: 1

Compression:

Stored size: 443 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
padrino-core-0.12.8 lib/padrino-core/version.rb