Skip to content

Commit

Permalink
Update v2 versions example payload.
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed Jun 3, 2024
1 parent d1d23b6 commit 6442a6f
Showing 1 changed file with 44 additions and 14 deletions.
58 changes: 44 additions & 14 deletions rubygems-org-api-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,48 @@ To return the version for a specific platform (e.g. "ruby", "java", "x86_64-linu
$ curl https://rubygems.org/api/v2/rubygems/coulda/versions/0.7.1.json

{
"authors":"Evan David Light",
"built_at":"2011-08-08T04:00:00.000Z",
"created_at":"2011-08-08T21:23:40.254Z",
"description":"Behaviour Driven Development derived from Cucumber but as an internal DSL with methods for reuse",
"downloads_count":2469,
"metadata":{},
"number":"0.7.1",
"summary":"Test::Unit-based acceptance testing DSL",
"platform":"ruby",
"ruby_version":null,
"prerelease":false,
"licenses":null,
"requirements":null,
"sha":"777c3a7ed83e44198b0a624976ec99822eb6f4a44bf1513eafbc7c13997cd86c"
"name": "coulda",
"downloads": 86573,
"version": "0.7.1",
"version_created_at": "2011-08-08T21:23:40.254Z",
"version_downloads": 5754,
"platform": "ruby",
"authors": "Evan David Light",
"info": "Behaviour Driven Development derived from Cucumber but as an internal DSL with methods for reuse",
"licenses": null,
"metadata": {
"homepage_uri": "http://coulda.tiggerpalace.com"
},
"yanked": false,
"sha": "777c3a7ed83e44198b0a624976ec99822eb6f4a44bf1513eafbc7c13997cd86c",
"spec_sha": "57b863cff56029a0085eaf1b3416b701ed4fa75418d062358b45753e270c9ffa",
"project_uri": "https://rubygems.org/gems/coulda",
"gem_uri": "https://rubygems.org/gems/coulda-0.7.1.gem",
"homepage_uri": "http://coulda.tiggerpalace.com",
"wiki_uri": null,
"documentation_uri": null,
"mailing_list_uri": null,
"source_code_uri": null,
"bug_tracker_uri": null,
"changelog_uri": null,
"funding_uri": null,
"dependencies": {
"development": [],
"runtime": [
{
"name": "yourdsl",
"requirements": "~> 0.7"
}
]
},
"built_at": "2011-08-08T04:00:00.000Z",
"created_at": "2011-08-08T21:23:40.254Z",
"description": "Behaviour Driven Development derived from Cucumber but as an internal DSL with methods for reuse",
"downloads_count": 5754,
"number": "0.7.1",
"summary": "Test::Unit-based acceptance testing DSL",
"rubygems_version": ">= 0",
"ruby_version": null,
"prerelease": false,
"requirements": null
}

0 comments on commit 6442a6f

Please sign in to comment.