Sha256: 1de8f65bda8629bfeb7d1fdac6aa8269319a7ee2660d6a6fc6ed9bb4e1ef4cf4

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.9"
  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.9 lib/iroki/version.rb