Skip to content

Instantly share code, notes, and snippets.

@kyanny
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyanny/8800560 to your computer and use it in GitHub Desktop.
Save kyanny/8800560 to your computer and use it in GitHub Desktop.
$ curl -s https://rubygems.org/api/v1/gems/diff-lcs.json
{
"dependencies": {
"runtime": [],
"development": [
{
"requirements": "~> 3.7",
"name": "hoe"
},
{
"requirements": "~> 1.2",
"name": "hoe-bundler"
},
{
"requirements": "~> 1.0",
"name": "hoe-doofus"
},
{
"requirements": "~> 1.1",
"name": "hoe-gemspec2"
},
{
"requirements": "~> 1.5",
"name": "hoe-git"
},
{
"requirements": "~> 1.0",
"name": "hoe-rubygems"
},
{
"requirements": "~> 1.2",
"name": "hoe-travis"
},
{
"requirements": "~> 10.0",
"name": "rake"
},
{
"requirements": "~> 4.0",
"name": "rdoc"
},
{
"requirements": "~> 2.0",
"name": "rspec"
},
{
"requirements": ">= 2.0.4",
"name": "rubyforge"
}
]
},
"licenses": [
"MIT",
"Perl Artistic v2",
"GNU GPL v2"
],
"info": "Diff::LCS computes the difference between two Enumerable sequences using the\nMcIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities\nto create a simple HTML diff output format and a standard diff-like tool.\n\nThis is release 1.2.4, fixing a bug introduced after diff-lcs 1.1.3 that did\nnot properly prune common sequences at the beginning of a comparison set.\nThanks to Paul Kunysch for fixing this issue.\n\nCoincident with the release of diff-lcs 1.2.3, we reported an issue with\nRubinius in 1.9 mode\n({rubinius/rubinius#2268}[https://github.com/rubinius/rubinius/issues/2268]).\nWe are happy to report that this issue has been resolved.",
"authors": "Austin Ziegler",
"platform": "ruby",
"version_downloads": 1279744,
"version": "1.2.5",
"downloads": 14406154,
"name": "diff-lcs",
"project_uri": "http://rubygems.org/gems/diff-lcs",
"gem_uri": "http://rubygems.org/gems/diff-lcs-1.2.5.gem",
"homepage_uri": "http://diff-lcs.rubyforge.org/",
"wiki_uri": null,
"documentation_uri": null,
"mailing_list_uri": null,
"source_code_uri": null,
"bug_tracker_uri": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment