-
Name
-
mapping
-
Version
-
1.0.1
-
Platform
-
ruby
-
Authors
-
Samuel Williams
-
Bindir
-
exe
-
Date
-
2017-02-22 00:00:00 UTC
-
Dependencies
-
bundler (~> 1.11, development)
rake (~> 10.0, development)
rspec (~> 3.0, development)
-
Description
-
Map model objects based on their class to a given output model. Useful for versioning external interfaces (e.g. JSON APIs) or processing structured data from one format to another.
-
Email
-
samuel.williams@oriontransfer.co.nz
-
Files
-
.gitignore
.rspec
.simplecov
.travis.yml
Gemfile
README.md
Rakefile
lib/mapping.rb
lib/mapping/model.rb
lib/mapping/object_model.rb
lib/mapping/version.rb
mapping.gemspec
-
Homepage
-
https://github.com/ioquatix/mapping
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
2.6.10
-
Specification version
-
4
-
Summary
-
Map an input model to an output model using a mapping model.
-
Original platform
-
ruby
-
New platform
-
ruby