summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-01-27Prep 0.1.6 releasemo khan
2020-01-27Clone quietlymo khan
2020-01-27Fix path to .git dirmo khan
2020-01-27Update spdx gateway to return a hash instead of a cataloguemo 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-27Read license file directly and skip json parsingmo khan
2020-01-27Simplify the tokenizer using scanmo 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-27Delete Content::Strippermo khan
2020-01-27Fix some rubocop errorsmo khan
2020-01-27Remove prefix and suffix from tokenizermo khan
2020-01-27Use method instead of instance variablemo khan
2020-01-27Default to iterating through all licenses including deprecatedmo khan
2020-01-27Rename dice_coefficient to similarity_scoremo khan
2020-01-27Inline variablemo khan
2020-01-27Exclude deprecated licensesmo khan
2020-01-27Add a simple tokenizermo khan
2020-01-27Skip empty contentmo 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
2020-01-25Extract Content classmo khan
2020-01-25Replace licensee with dice coefficient similarity analysis using spdx license...mo khan
2020-01-25Extract class to guess license of contentmo khan
2020-01-24Extract PackageReference classmo khan
2020-01-24Move Csproj::ProjectFile to a separate filemo khan
2020-01-24Move recursion in to project filemo khan
2020-01-24Start to split responsibilitiesmo khan
2020-01-24scan csproj files that depend on other projectsmo khan
2020-01-23Exclude nil licensesv0.1.5mo khan
2020-01-23Fetch license data from rubygems.org apimo khan
2020-01-22Update bundler version in fixture filemo khan
2020-01-22Bump versionmo khan
2020-01-22strip BUNDLED WITH to bypass bundler version checkmo khan
2020-01-22Replace xml-kit with nokogirimo khan
2020-01-22Scan csproj filesmo khan
2020-01-22Discover licenses in nuget packages.configmo khan
2020-01-21Attempt to resolve nuget packagesmo khan
2020-01-20Try to fetch nuget packagesmo khan
2020-01-20Detect defined dependencies in packages.configmo khan
2020-01-20Add spec for parsing nuget filesmo khan
2020-01-20Add dependency on bundlermo khan
2020-01-17Map specs instead of dependencymo khan