Sha256: 4d556869377c50ef1f4db5027140071227a7361c52ad36a0bbea6266dfd56268
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.11' 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.11 | lib/inat/app/info.rb |