Sha256: 006022a4f7be524281d6ca9d7397ec7111cf92c763da6278cd01ebb60b08da62
Contents?: true
Size: 372 Bytes
Versions: 3
Compression:
Stored size: 372 Bytes
Contents
# encoding: utf-8 require "active_model" require "wisper" # Loading gem code (the order is essential). root = File.expand_path "../hexx", __FILE__ Dir[ "#{ root }/creators/*.rb", "#{ root }/helpers/*.rb", "#{ root }/models/**/*.rb", "#{ root }/service/**/*.rb", "#{ root }/**/*.rb" ].each { |f| require f } # @api show # Namespace for the gem. module Hexx end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hexx-7.1.0 | lib/hexx.rb |
hexx-7.0.1 | lib/hexx.rb |
hexx-7.0.0 | lib/hexx.rb |