instiki/vendor/plugins/bundler/gems/bundler-1.0.18
Jacques Distler 1e352e28a1 Make Sanitizer::safe_xhtml_sanitize use Nokogiri
Also, update Bundler to 1.0.18.
2011-08-19 19:32:53 -05:00
..
bin Make Sanitizer::safe_xhtml_sanitize use Nokogiri 2011-08-19 19:32:53 -05:00
lib Make Sanitizer::safe_xhtml_sanitize use Nokogiri 2011-08-19 19:32:53 -05:00
man Make Sanitizer::safe_xhtml_sanitize use Nokogiri 2011-08-19 19:32:53 -05:00
spec Make Sanitizer::safe_xhtml_sanitize use Nokogiri 2011-08-19 19:32:53 -05:00
.gitignore Make Sanitizer::safe_xhtml_sanitize use Nokogiri 2011-08-19 19:32:53 -05:00
bundler.gemspec Make Sanitizer::safe_xhtml_sanitize use Nokogiri 2011-08-19 19:32:53 -05:00
CHANGELOG.md Make Sanitizer::safe_xhtml_sanitize use Nokogiri 2011-08-19 19:32:53 -05:00
ISSUES.md Make Sanitizer::safe_xhtml_sanitize use Nokogiri 2011-08-19 19:32:53 -05:00
LICENSE Make Sanitizer::safe_xhtml_sanitize use Nokogiri 2011-08-19 19:32:53 -05:00
Rakefile Make Sanitizer::safe_xhtml_sanitize use Nokogiri 2011-08-19 19:32:53 -05:00
README.md Make Sanitizer::safe_xhtml_sanitize use Nokogiri 2011-08-19 19:32:53 -05:00
UPGRADING.md Make Sanitizer::safe_xhtml_sanitize use Nokogiri 2011-08-19 19:32:53 -05:00

Bundler: a gem to bundle gems

Bundler is a tool that manages gem dependencies for your ruby application. It takes a gem manifest file and is able to fetch, download, and install the gems and all child dependencies specified in this manifest. It can manage any update to the gem manifest file and update the bundle's gems accordingly. It also lets you run any ruby code in context of the bundle's gem environment.

Installation and usage

See gembundler.com for up-to-date installation and usage instructions.

Troubleshooting

For help with common problems, see ISSUES.

Development

To see what has changed in recent versions of bundler, see the CHANGELOG.

The master branch contains our current progress towards version 1.1. Because of that, please submit bugfix pull requests against the 1-0-stable branch.

Upgrading from Bundler 0.8 to 0.9 and above

See UPGRADING.

Other questions

Feel free to chat with the Bundler core team (and many other users) on IRC in the #bundler channel on Freenode, or via email on the Bundler mailing list.