lib/xmvc/vendor.rb in xmvc-0.1.9 vs lib/xmvc/vendor.rb in xmvc-0.1.10

- old
+ new

@@ -125,10 +125,10 @@ end def prepare_vendor(options) vendor = new([], options) vendor.inside(File.expand_path(options[:root])) do - vendor.inside vendor_name do |root| + vendor.inside vendor_name.to_s do |root| vendor.destination_root = root yield vendor if block_given? configure(vendor) end end \ No newline at end of file