The API message returned by Hudson or Jenkins is in JSON.
Tommy parsed it through the Crack library, but Ruby is now
able to parse JSON natively.
This so removes dependency to Crack.
Differential D476
Parse JSON natively Authored by dereckson on Jul 10 2016, 21:01. Tags None Referenced Files
Subscribers None
Details
The API message returned by Hudson or Jenkins is in JSON. Tommy parsed it through the Crack library, but Ruby is now This so removes dependency to Crack. Ensure JSON is still parsed correctly.
Diff Detail
|