Conversation
There was a problem hiding this comment.
@fabrouy Sorry for the dumb question but is this the result of a more recent API change?
There was a problem hiding this comment.
I'm not sure if it was different in the past. Right now doing .map over colors just loops over a couple of keys (interior and exterior) not the actual colors.
There was a problem hiding this comment.
OK. I'm fine with that as long as the test works out fine.
|
@fabrouy I'm finally taking a look at this now. Let me see if I can get my local dev environment going.. |
There was a problem hiding this comment.
so this is used in the request.rb class
require 'active_support/core_ext/hash'
When I bundle it fails to install but I know I have it... I'm confused.
|
@fabrouy Once you fix the merge conflicts, you should be able to run all the tests locally! Things are no longer broken as the build is passing. |
|
If you add another commit, travis ci should build the pull request. |
|
@fabrouy Do you want me to take over this PR? |
|
Sure! Very bussy lately unfortunately. |
Hey Jason,
I wrote a couple lines. My idea was to return more data when you fully decode a vin number.
Tests for this are missing, but check it out, let me know what you think.
Regards,