lib/attributes_mapper.rb in attributes-mapper-0.1.0 vs lib/attributes_mapper.rb in attributes-mapper-0.1.1
- old
+ new
@@ -1,13 +1,17 @@
# 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