Sha256: 5de6d961bdabbc3c1c190795e70b81fb24cdf02d887a7bd05ad8eb3be178a3ac
Contents?: true
Size: 353 Bytes
Versions: 24
Compression:
Stored size: 353 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
24 entries across 24 versions & 1 rubygems