Sha256: 8ad5db51792257ffe28097b54722a466f22a491de37ae8a79a6c9ed4f34d8c07
Contents?: true
Size: 445 Bytes
Versions: 1
Compression:
Stored size: 445 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.14.0.2' unless defined?(Padrino::VERSION) # # The current Padrino version. # # @return [String] # The version number. # def self.version VERSION end end # Padrino
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
padrino-core-0.14.0.2 | lib/padrino-core/version.rb |