Sha256: 1f6313cdcb86ad5c17e8e6edd73a320c430d75f9de836f7533c2b20c4034d792

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.9.13' 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.9.13 lib/padrino-core/version.rb