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