TorqueBox RubyGems Repositories
This server hosts developer builds of the TorqueBox RubyGems. Official releases of these gems may be found at the official RubyGems repository.
The most common case for using this repository is if you're using an unreleased developer build of TorqueBox and require a matching gemset. In that case, simply add the following source to your RubyGem or Bundler-based project.
http://rubygems.torquebox.org/
Don't forget! If attempting to use pre-release gems (Alpha, Beta, CR) with
the gem commandline too, you will need to add --pre
to your invocations.
Advanced cases, where you would like to pin the repository against a particular CI build number, this format will work as a source:
http://rubygems.torquebox.org/BUILD_NUM/
Using build-number based repositories is dependent upon the active builds maintained by our continuous integration system.
Get a gem list
jruby -S gem list --remote --clear-sources --source http://rubygems.torquebox.org/ --pre