Sha256: 8b1e6ac70f69474a73ce3bd8cd43e457e40552308458178ab165eeecd041d5bc
Contents?: true
Size: 261 Bytes
Versions: 3
Compression:
Stored size: 261 Bytes
Contents
module Alula class Minimal < Theme def path File.expand_path(File.join(File.dirname(__FILE__), %w{.. .. .. themes minimal})) end def version Alula::Themes::VERSION end end end Alula::Theme.register :minimal, Alula::Minimal
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
alula-themes-0.4.11 | lib/alula/themes/minimal.rb |
alula-themes-0.4.11a | lib/alula/themes/minimal.rb |
alula-themes-0.4.8 | lib/alula/themes/minimal.rb |