Module: Iroki

Defined in:
lib/iroki/version.rb,
lib/iroki/biom.rb,
lib/iroki/tree.rb,
lib/iroki/main/main.rb,
lib/iroki/color/color.rb,
lib/iroki/const/const.rb,
lib/iroki/utils/utils.rb,
lib/iroki/color/gradient.rb,
lib/iroki/core_ext/file/file.rb,
lib/iroki/core_ext/hash/hash.rb,
lib/iroki/color/palette/palette.rb,
lib/iroki/core_ext/string/string.rb,
lib/iroki/color/two_group_gradient.rb,
lib/iroki/color/single_group_gradient.rb,
lib/iroki.rb

Overview

Copyright 2016 Ryan Moore Contact: [email protected]

This file is part of Iroki.

Iroki is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Iroki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Iroki. If not, see <www.gnu.org/licenses/>.

Defined Under Namespace

Modules: Color, Const, CoreExt, Main, Utils Classes: Biom, Tree

Constant Summary collapse

VERSION =
"0.0.35"
"2015 - 2017 Ryan Moore"
CONTACT =
"[email protected]"
WEBSITE =
"https://github.com/mooreryan/iroki"
LICENSE =
"GPLv3"
VERSION_BANNER =
"  # Version: #{Iroki::VERSION}
# Copyright #{Iroki::COPYRIGHT}
# Contact: #{Iroki::CONTACT}
# Website: #{Iroki::WEBSITE}
# License: #{Iroki::LICENSE}"