gem-adapter
is a slice in Artpie, aimed to support gem packages.
This is the dependency you need:
<dependency>
<groupId>com.artipie</groupId>
<artifactId>gem-adapter</artifactId>
<version>[...]</version>
</dependency>
Read the Javadoc for more technical details.
Extra gems
lib/
dir contains additional ruby gems, required by the project. The directory is generated at maven clean phase.
Useful links
-
RubyGem Index Internals - File structure and gem format
-
Make Your Own Gem - How to create and publish a simple ruby gem into rubygems.org registry.
-
rubygems.org API - A page with rubygems.org API specification
-
Gugelines at rubygems.org - Guidelines around the
gem
package manager.
Similar solutions
How to contribute
Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master
branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:
$ mvn clean install -Pqulice
To avoid build errors use Maven 3.2+.