instiki/vendor/plugins/bundler/gems/bundler-1.0.18/lib/bundler/version.rb
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

6 lines
220 B
Ruby

module Bundler
# We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to
# handle this better.
VERSION = "1.0.18" unless defined?(::Bundler::VERSION)
end