diff --git a/base/lib/refinery/version.rb b/base/lib/refinery/version.rb index fb9a78a89f..a02cdf6dce 100644 --- a/base/lib/refinery/version.rb +++ b/base/lib/refinery/version.rb @@ -3,7 +3,7 @@ class Version @major = 0 @minor = 9 @tiny = 9 - @build = 5 + @build = 6 class << self attr_reader :major, :minor, :tiny, :build diff --git a/base/refinerycms-base.gemspec b/base/refinerycms-base.gemspec index de0cfbe850..3f8963701c 100644 --- a/base/refinerycms-base.gemspec +++ b/base/refinerycms-base.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{refinerycms-base} - s.version = %q{0.9.9.5} + s.version = %q{0.9.9.6} s.summary = %q{Base engine for Refinery CMS} s.description = %q{The basic base for Refinery CMS Refinery CMS} s.date = %q{2011-03-08} diff --git a/bin/refinerycms b/bin/refinerycms index 8c732802b7..77fc88b605 100755 --- a/bin/refinerycms +++ b/bin/refinerycms @@ -14,7 +14,7 @@ end REFINERYCMS_INSTALLER = true # Load refinerycms -require Pathname.new(File.expand_path(File.dirname(__FILE__) << "/..")).join('lib', 'refinery') +require File.expand_path(File.dirname(__FILE__) << "/../lib/refinery") # Load other required libraries require 'pathname' diff --git a/refinerycms.gemspec b/refinerycms.gemspec index 5a8ee3ed6f..e2c015602e 100644 --- a/refinerycms.gemspec +++ b/refinerycms.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{refinerycms} - s.version = %q{0.9.9.5} + s.version = %q{0.9.9.6} s.description = %q{A Ruby on Rails CMS that supports Rails 3. It's easy to extend and sticks to 'the Rails way' where possible.} s.date = %q{2011-03-08} s.summary = %q{A Ruby on Rails CMS that supports Rails 3}