repo.json 318 B

123456789101112
  1. {
  2. "repo_name":"${Name}",
  3. "origin":"Origin for the ${Name} Gem Repository",
  4. "repo_uri": "${RepoURI}",
  5. "summary": "A Gem Repository with a single Gem in the root of the repository.",
  6. "additional_info": "Additional info for ${Name}",
  7. "last_updated": "",
  8. "gems": [
  9. "${RepoURI}"
  10. ]
  11. }