Sha256: 29f82deb9632ecd4f399713292e86b46de531e659b263ccbcfc5795215970a7a

Contents?: true

Size: 233 Bytes

Versions: 8

Compression:

Stored size: 233 Bytes

Contents

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

module ThorTemplate
  autoload :Version, 'thor_template/version'
  autoload :Generator, 'thor_template/generator'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
thor_template-0.0.8 lib/thor_template.rb
thor_template-0.0.7 lib/thor_template.rb
thor_template-0.0.6 lib/thor_template.rb
thor_template-0.0.5 lib/thor_template.rb
thor_template-0.0.4 lib/thor_template.rb
thor_template-0.0.3 lib/thor_template.rb
thor_template-0.0.2 lib/thor_template.rb
thor_template-0.0.1 lib/thor_template.rb