Sha256: 4552323606f6e5bc9c0728fdf06e97a7cd1e5c0e2b37d3ae942bf6f05f2e3143

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

# Copyright 2016 Ryan Moore
# Contact: moorer@udel.edu
#
# 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 <http://www.gnu.org/licenses/>.

# Library metadata
module Iroki
  VERSION = "0.0.29"
  COPYRIGHT = "2015 - 2016 Ryan Moore"
  CONTACT   = "moorer@udel.edu"
  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}"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iroki-0.0.29 lib/iroki/version.rb