Sha256: c71a23a2a3eb187d10c6d8a07728cbed004ca831499eb0bce4f0fb49a840e3fc

Contents?: true

Size: 635 Bytes

Versions: 1

Compression:

Stored size: 635 Bytes

Contents

# frozen_string_literal: true

module AppInfo

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

  VERSION = '0.8.0.12'
  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

Version data entries

1 entries across 1 versions & 1 rubygems

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