Sha256: d888ed862a9e10c3baf48f1ef77fc6c643b98150c1f0c802ad97a1325602a235
Contents?: true
Size: 481 Bytes
Versions: 3
Compression:
Stored size: 481 Bytes
Contents
%h1 Welcome to Rango! %ul %li== Ruby version: #{RUBY_VERSION} (#{RUBY_PLATFORM}) %li== Rango version: #{Rango::VERSION} %li== Project root: #{Project.root} %li Loaded Rango files: %ul - @rango_files.each do |file| %li= file %li %code $LOAD_PATH: %ul - $LOAD_PATH.each do |path| %li= path %li %code $LOADED_FEATURES: %ul - $LOADED_FEATURES.each do |file| %li= file %h2 Getting started %ol %li step 1
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rango-0.0.6 | examples/flat/templates/info.html.haml |
rango-0.1.pre | examples/flat/templates/info.html.haml |
rango-0.0.4 | examples/flat/templates/info.html.haml |