Sha256: 2673cd28afd2db1a2d3cb6358afafcecf295774340b4508b7eafa6a55bee54dc

Contents?: true

Size: 537 Bytes

Versions: 2

Compression:

Stored size: 537 Bytes

Contents

# Loads the parts of the suit to be available.
%w(i18n pry rake rspec thor yaml).each { |gem| require gem }

# Loads the code (the order is significant)
Dir.chdir File.expand_path("../..", __FILE__) do
  Dir[
    "./config/initializers/*.rb",
    "./lib/hexx/suit/utils/*.rb",
    "./lib/hexx/suit/metrics/base.rb",
    "./lib/hexx/suit/metrics/metric_fu/base.rb",
    "./lib/hexx/suit/metrics/metric_fu/*.rb",
    "./lib/hexx/suit/metrics/*.rb",
    "./lib/hexx/suit/*.rb",
    "./lib/hexx/suit.rb"
  ].each { |file| require file }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hexx-suit-0.1.0 lib/hexx-suit.rb
hexx-suit-0.0.1 lib/hexx-suit.rb