From 1c7a481ed91e7ef862fa6567b2d613b84c986c9b Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Tue, 8 Jan 2013 16:59:47 -0500 Subject: [PATCH] Release 2.4.11 --- gollum.gemspec | 4 ++-- lib/gollum.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gollum.gemspec b/gollum.gemspec index f059c32b..f6f98a29 100644 --- a/gollum.gemspec +++ b/gollum.gemspec @@ -5,8 +5,8 @@ Gem::Specification.new do |s| s.required_ruby_version = ">= 1.8.7" s.name = 'gollum' - s.version = '2.4.10' - s.date = '2012-12-20' + s.version = '2.4.11' + s.date = '2013-01-08' s.rubyforge_project = 'gollum' s.summary = "A simple, Git-powered wiki." diff --git a/lib/gollum.rb b/lib/gollum.rb index 82905ab0..e4d33d31 100644 --- a/lib/gollum.rb +++ b/lib/gollum.rb @@ -28,7 +28,7 @@ require File.expand_path('../gollum/frontend/uri_encode_component', __FILE__) $KCODE = 'U' if RUBY_VERSION[0,3] == '1.8' module Gollum - VERSION = '2.4.10' + VERSION = '2.4.11' def self.assets_path ::File.expand_path('gollum/frontend/public', ::File.dirname(__FILE__))