Sha256: 488047fcc69e9a69e8e8a2887c3268f20a629ccdd34f5cb585d6b2003623bea7

Contents?: true

Size: 366 Bytes

Versions: 4

Compression:

Stored size: 366 Bytes

Contents

$:.unshift(File.expand_path("../", __FILE__))
require "thor/vcr" if ENV['VCR'] == '1'
require "thor_template/version"

module ThorTemplate
  autoload :Help, 'thor_template/help'
  autoload :Command, 'thor_template/command'
  autoload :Version, 'thor_template/version'
  autoload :Generator, 'thor_template/generator'
  autoload :Renamer, 'thor_template/renamer'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thor_template-2.2.1 lib/thor_template.rb
thor_template-2.2.0 lib/thor_template.rb
thor_template-2.1.1 lib/thor_template.rb
thor_template-2.1.0 lib/thor_template.rb