Sha256: 45d3d3bb49456594b6ff64190e60547cfe4ca157d1347b377a6f12470b56b55e
Contents?: true
Size: 443 Bytes
Versions: 10
Compression:
Stored size: 443 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.10.5' unless defined?(Padrino::VERSION) # # The current Padrino version. # # @return [String] # The version number. # def self.version VERSION end end # Padrino
Version data entries
10 entries across 10 versions & 3 rubygems