Sha256: c3f06cde0fd53ec2dcda08b0659fa304afd2948d8513a9dee0270d284fa81269

Contents?: true

Size: 315 Bytes

Versions: 10

Compression:

Stored size: 315 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 }/models/**/*.rb",
  "#{ root }/service/**/*.rb",
  "#{ root }/**/*.rb"
].each { |f| require f }

# @api show
# Namespace for the gem.
module Hexx
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hexx-5.4.0 lib/hexx.rb
hexx-5.3.0 lib/hexx.rb
hexx-5.2.0 lib/hexx.rb
hexx-5.1.0 lib/hexx.rb
hexx-5.0.0 lib/hexx.rb
hexx-4.0.0 lib/hexx.rb
hexx-3.2.1 lib/hexx.rb
hexx-3.2.0 lib/hexx.rb
hexx-3.1.0 lib/hexx.rb
hexx-3.0.0 lib/hexx.rb