Sha256: dedfbb2ac4f4f8513cc960ed7ab15d5972cc0c9ec276c2d1a9316400f9871c9b
Contents?: true
Size: 465 Bytes
Versions: 5
Compression:
Stored size: 465 Bytes
Contents
# typed: false # frozen_string_literal: true DEBUG = ENV.fetch("DEBUG", false) def debugging? DEBUG end require "debug" if debugging? require "hephaestus/version" require "hephaestus/exit_on_failure" require "hephaestus/generators/app_generator" Dir.glob(File.join(__dir__, "hephaestus", "generators", "*.rb")).each do |file| require file end require "hephaestus/actions" require "hephaestus/actions/strip_comments_action" require "hephaestus/app_builder"
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
hephaestus-0.1.3 | lib/hephaestus.rb |
hephaestus-0.1.2 | lib/hephaestus.rb |
hephaestus-0.1.1 | lib/hephaestus.rb |
hephaestus-0.0.2 | lib/hephaestus.rb |
hephaestus-0.0.1 | lib/hephaestus.rb |