Sha256: ff488e5928160c08f9e7ac4e812fc9c6d575ba83a7d743497f4d12ffcbe9882f

Contents?: true

Size: 404 Bytes

Versions: 2

Compression:

Stored size: 404 Bytes

Contents

# frozen_string_literal: true

require 'rordash'
require 'json-path/builder'
require 'json-path/default_data_wrapper'
require 'json-path/path_context'
require 'json-path/path_context_collection'

%w[
  version
  configuration
  has_attributes
  builder
].each do |filename|
  require File.expand_path("../attributes-mapper/#{filename}", Pathname.new(__FILE__).realpath)
end

module AttributesMapper; end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
attributes-mapper-0.1.2 lib/attributes_mapper.rb
attributes-mapper-0.1.1 lib/attributes_mapper.rb