Sha256: 60b685db15a74ffe0c793581275ae0d353b4cad84b656a6aac8d5af0d81b73bb

Contents?: true

Size: 242 Bytes

Versions: 12

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

12 entries across 12 versions & 1 rubygems

Version Path
gman-5.0.9 script/alphabetize
gman-5.0.8 script/alphabetize
gman-5.0.7 script/alphabetize
gman-5.0.6 script/alphabetize
gman-5.0.5 script/alphabetize
gman-5.0.4 script/alphabetize
gman-5.0.3 script/alphabetize
gman-5.0.2 script/alphabetize
gman-5.0.1 script/alphabetize
gman-5.0.0 script/alphabetize
gman-4.7.1 script/alphabetize
gman-4.7.0 script/alphabetize