Sha256: fc0cea124d912df7725d5dd3b1ef1d6b6be4b77a0915abbb0bf6864b2227d570

Contents?: true

Size: 447 Bytes

Versions: 1

Compression:

Stored size: 447 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.0.rc3' 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.0.rc3 lib/padrino-core/version.rb