aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-10-10 23:01:41 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-10-10 23:01:41 +0000
commite7040b09e8dc381c746a0a3b4dff540eebe7a35d (patch)
tree842c2cfeb39de4cb23d20f910297d6b6da7be221 /activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb
parentcff25aae90859d5f47d827b162b505f8b316b733 (diff)
downloadrails-e7040b09e8dc381c746a0a3b4dff540eebe7a35d.tar.gz
rails-e7040b09e8dc381c746a0a3b4dff540eebe7a35d.tar.bz2
rails-e7040b09e8dc381c746a0a3b4dff540eebe7a35d.zip
Rebundle Builder 2.1.2 but prefer a newer RubyGem if available.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7828 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb')
-rw-r--r--activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb20
1 files changed, 20 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb b/activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb
new file mode 100644
index 0000000000..2935b6f1d1
--- /dev/null
+++ b/activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb
@@ -0,0 +1,20 @@
+#!/usr/bin/env ruby
+#--
+# Copyright 2004, 2006 by Jim Weirich (jim@weirichhouse.org).
+# All rights reserved.
+
+# Permission is granted for use, copying, modification, distribution,
+# and distribution of modified versions of this work as long as the
+# above copyright notice is included.
+#++
+
+require 'blankslate'
+
+######################################################################
+# BlankSlate has been promoted to a top level name and is now
+# available as a standalone gem. We make the name available in the
+# Builder namespace for compatibility.
+#
+module Builder
+ BlankSlate = ::BlankSlate
+end