Sha256: 21a1d14abeea7fc0da949d5b167895441860fd017cc2a2acebc2f12c0b78d1aa

Contents?: true

Size: 277 Bytes

Versions: 6

Compression:

Stored size: 277 Bytes

Contents

module Alula
  class Bootstrap < Theme
    def path
      File.expand_path(File.join(File.dirname(__FILE__), %w{.. .. .. themes bootstrap}))
    end
    
    def version
      Alula::Themes::VERSION::STRING
    end
  end
end

Alula::Theme.register :bootstrap, Alula::Bootstrap

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alula-themes-0.4.27 lib/alula/themes/bootstrap.rb
alula-themes-0.4.26 lib/alula/themes/bootstrap.rb
alula-themes-0.4.25 lib/alula/themes/bootstrap.rb
alula-themes-0.4.24 lib/alula/themes/bootstrap.rb
alula-themes-0.4.23 lib/alula/themes/bootstrap.rb
alula-themes-0.4.22 lib/alula/themes/bootstrap.rb