- gemCopySpec(Map, Project, Object) - Method in GemUtils
-
Adds a GEM CopySpec to an archive
- gemFullNameFromFile(String) - Method in GemUtils
-
Take the given .gem filename (e.g. rake-10.3.2.gem) and just return the
gem "full name" (e.g. rake-10.3.2)
- gemInstallDir(Object) - Method in GenerateGradleRb
-
- GemUtils - Class in com.github.jrubygradle
A collection of utilities to manipulate GEMs
- GemUtils.OverwriteAction - Enum in com.github.jrubygradle
- GemVersion - Class in com.github.jrubygradle.internal
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.
- GemVersion(String) - Constructor in GemVersion
-
converts the given string to a version range with inclusive or
exclusive boundaries.
- GemVersionResolver - Class in com.github.jrubygradle.internal
Resolved to compute gem versions
- GemVersionResolver() - Constructor in GemVersionResolver
-
- gemWorkDir(Object) - Method in JRubyExecTraits
-
Set alternative GEM unpack directory to use
- generate() - Method in GenerateGradleRb
-
- GenerateGradleRb - Class in com.github.jrubygradle
Generate a LOAD_PATH Ruby file whichi is loadable by Ruby scripts when
performing local manual testing.
- getArgs() - Method in JRubyExec
-
getArgs gets overridden in order to add JRuby options, script name and script arguments in the correct order.
- getBaseName() - Method in GenerateGradleRb
-
- getComputedPATH(String) - Method in JRubyExecTraits
-
Return the computed `PATH` for the task
- getConfiguration() - Method in GenerateGradleRb
-
- getConfiguration() - Method in JRubyExecTraits
-
- getDestinationDir() - Method in GenerateGradleRb
-
- getGemInstallDir() - Method in GenerateGradleRb
-
- getGemInstallDir() - Method in JRubyPluginExtension
-
Resolves the currently configured GEM installation directory.
- getGems(FileCollection) - Method in GemUtils
-
Given a FileCollection return a filtered FileCollection only containing GEMs
- getGemWorkDir() - Method in JRubyExecTraits
-
Returns the directory that will be used to unpack Gems into
- getJarInstallDir() - Method in JRubyPluginExtension
-
Resolves the currently configured Jars installation directory.
- getJrubyArgs() - Method in JRubyExec
-
Returns a list of jruby arguments
- getJrubyVersion() - Method in JRubyExec
-
If it is required that a JRubyExec task needs to be executed with a different version of JRuby that the
globally configured one, it can be done by setting it here.
- getPreparedEnvironment(Map) - Method in JRubyExecTraits
-
- getScript() - Method in JRubyExec
-
Script to execute.
- getScript() - Method in JRubyExecDelegate
-
Gets the script to use.
- getScriptArgs() - Method in JRubyExec
-
Returns a list of script arguments
- getURL(String) - Method in RubygemsServlet
-