gem.json 724 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "gem_name": "${Name}",
  3. "version": "${Version}",
  4. "display_name": "${DisplayName}",
  5. "license": "${License}",
  6. "license_url": "${LicenseURL}",
  7. "origin": "${Origin}",
  8. "origin_url": "${OriginURL}",
  9. "type": "Code",
  10. "summary": "${Summary}",
  11. "origin_uri": "${RepoURI}/gem.zip",
  12. "sha256": "",
  13. "canonical_tags": [
  14. "Gem"
  15. ],
  16. "user_tags": [
  17. "${UserTags}"
  18. ],
  19. "platforms": [
  20. "${Platforms}"
  21. ],
  22. "icon_path": "${IconPath}",
  23. "requirements": "${Requirements}",
  24. "documentation_url": "${DocumentationURL}",
  25. "dependencies": [
  26. ],
  27. "repo_uri": "${RepoURI}",
  28. "compatible_engines": [
  29. ],
  30. "engine_api_dependencies":[
  31. ]
  32. }