Trait | Description |
---|---|
JRubyExecTraits | Provides common traits for JRuby script execution across the JRubyExec
task and {@project.jrubyexec} extension. |
Class | Description |
---|---|
GemVersion | since with rubygems most (almost all) dependencies will be declared via versions ranges an tools like bundler are very strict on how to resolve those versions - i.e. the reolved version needs to obey each given contraint. maven does the same but gradle and ivy do pick the latest and newest version when there are more then on contraint for the same gem - which can create problems when using bundler alongside gradle. |
GemVersionResolver | Resolved to compute gem versions |
JRubyExecDelegate |
|
JRubyExecUtils |
|
RubygemsServlet |