Sha256: c32f0979203b2e965b501e39342ae5c81f9e5cb8963dcf767f3871d1bfd845b9
Contents?: true
Size: 503 Bytes
Versions: 1
Compression:
Stored size: 503 Bytes
Contents
$LOAD_PATH.unshift(File.expand_path('..', __FILE__)) begin require 'bundler/setup' Bundler.require(:default) rescue StandardError, Gem::LoadError # this runs when packaged as a gem (no bundler) require 'glimmer-dsl-libui' # add more gems if needed end class ColorTheCircles APP_ROOT = File.expand_path('../..', __FILE__) VERSION = File.read(File.join(APP_ROOT, 'VERSION')) LICENSE = File.read(File.join(APP_ROOT, 'LICENSE.txt')) end require 'color_the_circles/view/color_the_circles'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
color_the_circles-1.0.0 | app/color_the_circles.rb |