Sha256: 58337e211b53b91527928aa69f35f8fc940fff4a9d1e034276a11a298bbd0463

Contents?: true

Size: 724 Bytes

Versions: 1

Compression:

Stored size: 724 Bytes

Contents

# frozen_string_literal: true

module INat

  module App

    module Info

      AUTHOR = "Ivan Shikhalev"
      EMAIL = "shkikhalev@gmail.com"

      VERSION = "0.8.0.14"
      HOMEPAGE = "https://github.com/shikhalev/inat-get"
      SOURCE_URL = "https://github.com/shikhalev/inat-get"

      EXE = File.basename $0
      NAME = File.basename $0, ".rb"

      USAGE = "\e[1mUsage $\e[0m #{EXE} [options] ‹task[, ...]›"
      ABOUT = "\e[1mINat::Get v#{VERSION}\e[0m — A toolset for fetching and processing data from \e[4miNaturalist.org\e[0m.\n" +
              "\n" +
              "\e[1mSource:\e[0m \e[4m#{HOMEPAGE}\e[0m\n" +
              "\e[1mAuthor:\e[0m #{AUTHOR} ‹\e[4m#{EMAIL}\e[0m›"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inat-get-0.8.0.14 lib/inat/app/info.rb