From 64eb505acc40849346aab1ab70c1faed0342a432 Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Wed, 14 Oct 2009 08:20:17 +1000 Subject: [PATCH] duh, misspelt hpricot --- lib/install_theme.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/install_theme.rb b/lib/install_theme.rb index a904791..da2d476 100644 --- a/lib/install_theme.rb +++ b/lib/install_theme.rb @@ -3,10 +3,10 @@ require 'rubigen' require 'rubigen/scripts/generate' -require 'hrpicot' +require 'hpricot' class InstallTheme - VERSION = "0.8.0" + VERSION = "0.8.1" attr_reader :template_root, :rails_root, :index_path, :template_type attr_reader :layout_name, :action