Sha256: 6dea1ac2e27de5f3c38d55cff06ab7037fdf9be97da5cf982e284f8c4e6d37e4
Contents?: true
Size: 547 Bytes
Versions: 3
Compression:
Stored size: 547 Bytes
Contents
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml\" xml:lang="en" lang="en-us"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>miso</title> <meta name="author" content="Felix Trepanier" /> </head> <body> <center> <h2>running on miso version <%= Miso::VERSION %></h2> <h3>app running:</h3> <% $miso_app_dir_list.each do |app_name|%> <p><%= app_name.split('/')[-1] %></p> <% end %> </center> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
misosoup-0.1.2 | template/_app/miso/miso.erb |
misosoup-0.1.1 | template/_app/miso/miso.erb |
misosoup-0.1.0 | template/_app/miso/miso.erb |