Sha256: fe682defecfdb87db4d190270cfa59493cce265d8745978e588165fe843e9e85

Contents?: true

Size: 350 Bytes

Versions: 2

Compression:

Stored size: 350 Bytes

Contents

##
# Manages Padrino version from the VERSION file managed by Jeweler
# We put this in a separate file so you can get padrino version
# without include full padrino core.
#
module Padrino
  ##
  # Return the current Padrino version
  #
  def self.version
    @version ||= File.read(File.dirname(__FILE__) + '/../../VERSION').chomp
  end
end # Padrino

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
padrino-core-0.9.9 lib/padrino-core/version.rb
padrino-core-0.9.7 lib/padrino-core/version.rb