Sha256: 2d036534ebfa87dd3438ae34b27e25bda16a866b2438e2ac9ed15ae70c176108

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

# Project version and constants
module AwesomeBot
  PROJECT = 'awesome_bot'
  PROJECT_DESCRIPTION = 'Check for valid and duplicate URLs in a file. '\
                        'Great for "awesome" projects.'
  PROJECT_URL = 'https://github.com/dkhamsing/awesome_bot'

  VERSION = '1.2.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
awesome_bot-1.2.0 lib/awesome_bot/version.rb