public interface GemInfo
GEM metadata.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public java.util.List<String> |
getAuthors()GEM authors. |
|
public java.util.List<GemDependency> |
getDependencies()Transitive runtime dependencies. |
|
public String |
getDescription()GEM long description. |
|
public java.util.List<GemDependency> |
getDevelopmentDependencies()Transitive development dependencies. |
|
public URI |
getDocumentationUri()Location of documentation. |
|
public URI |
getGemUri()Location to download GEM. |
|
public URI |
getHomepageUri()Project website. |
|
public java.util.List<JarDependency> |
getJarRequirements()Transitive JAR requirements. |
|
public String |
getName()GEM name. |
|
public String |
getPlatform()GEM platform. |
|
public URI |
getProjectUri()Project home. |
|
public String |
getRubyGemsVersion()Required version of Rubygems. |
|
public String |
getRubyVersion()Required version of Ruby |
|
public String |
getSha()GEM hash. |
|
public String |
getSummary()GEM short description. |
|
public String |
getVersion()GEM version. |
|
public boolean |
isPrerelease()Whether the GEM is still a prerelease version. |
GEM authors.
null.Transitive runtime dependencies.
null.GEM long description.
Transitive development dependencies.
null.Location of documentation.
Location to download GEM.
Project website.
Transitive JAR requirements.
nullGEM name.
null.GEM platform.
Project home.
Required version of Rubygems.
Required version of Ruby
GEM hash.
GEM short description.
GEM version.
Whether the GEM is still a prerelease version.
true for prerelease