summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-27Handle nil licenses from rubygems APIv0.1.7mo khan
2020-01-27Return empty list of licenses when `licenses` key has nil valuemo khan
2020-01-27Update rubocop target version to match version in gemspecv0.1.6mo khan
2020-01-27Specify a minimum ruby versionmo khan
2020-01-27Fix broken specmo khan
2020-01-27Fix broken specmo khan
2020-01-27Skip json parsing and read text filemo khan
2020-01-27Prep 0.1.6 releasemo khan
2020-01-27Clone quietlymo khan
2020-01-27Fix broken specmo khan
2020-01-27Fix path to .git dirmo khan
2020-01-27Fix rubocop errormo khan
2020-01-27Update spdx gateway to return a hash instead of a cataloguemo khan
2020-01-27Update CHANGELOGmo khan
2020-01-27Add ability to pull latest catalogue from git clonemo khan
2020-01-27Read license file from local checkout of spdx data filesmo khan
2020-01-27Add class to clone spdx data locallymo khan
2020-01-27Pull submodulesmo khan
2020-01-27Read license file directly and skip json parsingmo khan
2020-01-27Simplify the tokenizer using scanmo khan
2020-01-27Add licenses that need further investigationmo khan
2020-01-27shrink docker imagemo khan
2020-01-27Shrink docker image and implement Comparablemo khan
2020-01-27Collapse Text class into Contentmo khan
2020-01-27Merge tokenizer into text classmo khan
2020-01-27Enable slow testsmo khan
2020-01-27Fix broken testsmo khan
2020-01-27Delete Content::Strippermo khan
2020-01-27Fix some rubocop errorsmo khan
2020-01-27Remove prefix and suffix from tokenizermo khan
2020-01-27Add spec to ensure spandx's license correctlymo khan
2020-01-27Use method instead of instance variablemo khan
2020-01-27Fix broken testsmo khan
2020-01-27Default to iterating through all licenses including deprecatedmo khan
2020-01-27Fix broken specmo khan
2020-01-27Check for active licenses onlymo khan
2020-01-27Rename dice_coefficient to similarity_scoremo khan
2020-01-27Inline variablemo khan
2020-01-27Add happy day scenario testsmo khan
2020-01-27Exclude deprecated licensesmo khan
2020-01-27Add a simple tokenizermo khan
2020-01-27Separate licenses that need investigationmo khan
2020-01-27Skip empty contentmo khan
2020-01-27Perform similarity analysis on all files in spdx cataloguemo khan
2020-01-27Collapse linesmo khan
2020-01-27Use simple canonical form in dice coefficient algorithmmo khan
2020-01-27Ensure #similar? returns a booleanmo khan
2020-01-25canonicalize text before strippingmo khan
2020-01-25Extract class to strip license contentmo khan
2020-01-25Start to test out string similaritymo khan