Sha256: 6146fadcdb8a4713e3dc1b0d2b715ce1390c9cadc5842e8e4a1cabb48f9aea3d

Contents?: true

Size: 242 Bytes

Versions: 5

Compression:

Stored size: 242 Bytes

Contents

#! /usr/bin/env ruby
#
# Alphabetizes entries in the domains.txt file
#
# usage: script/alphabetize

require_relative '../lib/gman'
require_relative '../lib/gman/importer'

current = Gman::DomainList.current
current.alphabetize
current.write

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gman-7.0.2 script/alphabetize
gman-7.0.1 script/alphabetize
gman-7.0.0 script/alphabetize
gman-6.0.1 script/alphabetize
gman-6.0.0 script/alphabetize