Sha256: 78b817997148123cc1e3e4e1a6815a9d0b9532283477c396f9df36771c401cb4

Contents?: true

Size: 338 Bytes

Versions: 1

Compression:

Stored size: 338 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
  VERSION = '0.10.2' unless defined?(Padrino::VERSION)
  ##
  # Return the current Padrino version
  #
  def self.version
    VERSION
  end
end # Padrino

Version data entries

1 entries across 1 versions & 1 rubygems

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