You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the list of detected libraries, create the necessary features.
In ruby, once we get the gems from Parser, we did a intermediary class called Feature::Handler. This class only translate the information from Parser to be readable later. That is because of the very nature of the Gemfile (we are using Bundle api).
In this case, you will see a diff mechanism probably, so whatever you see fits for ya, do it. You may need to add more task or create issues that once resolved close this one.
The text was updated successfully, but these errors were encountered:
In ruby, once we get the gems from Parser, we did a intermediary class called
Feature::Handler
. This class only translate the information from Parser to be readable later. That is because of the very nature of the Gemfile (we are using Bundle api).In this case, you will see a diff mechanism probably, so whatever you see fits for ya, do it. You may need to add more task or create issues that once resolved close this one.
The text was updated successfully, but these errors were encountered: