Description: Returns the list of versions and other metadata associated with a specific Ruby gem.
Since: 7.49.3
Security: Requires an authenticated user.
Usage: GET /artifactory/api/gems/{repoName}/api/v1/versions/{gemName}.<json|yaml>
Produces: application/json or application/yaml
Sample Output:
[ { "authors": "Jason Frey, Mo Morsi, Joe Rafaniello, Ken Dreyer, Achilleas Pipinellis, Josef Stribny, Dominic Cleal", "built_at": "2015-08-03T00:00:00.000Z", "created_at": "2015-08-03T16:44:53.922Z", "description": "General API and utility scripts to manipulate and query ruby gems and projects after being published", "downloads_count": 3134, "metadata": {}, "number": "0.11.1", "summary": "Ruby Project Post-Publishing Processor", "platform": "ruby", "ruby_version": ">= 0", "prerelease": false, "licenses": [ "MIT" ], "requirements": [ "json (RubyGem)", "curb (RubyGem)", "i18n (RubyGem)", "pkgwat (RubyGem)", "awesome_spawn (RubyGem)", "gem2rpm (RubyGem)", "versionomy (RubyGem)", "vcr (RubyGem)", "webmock (RubyGem)", "git", "diff", "fedpkg", "md5sum", "koji", "yum", "rpmdev-packager (from rpmdevtools)" ], "sha": "7a89428951ecd4a19797efbfc4e52f93d1c76f3e97f168615de435b16e150a8c" } ]