From db0b536b5bc42414ddc2c87dcd0838ad3e39e179 Mon Sep 17 00:00:00 2001 From: Jamie Oliver Date: Sat, 15 Jun 2013 17:20:48 +0100 Subject: [PATCH] Release 2.4.14 --- gollum.gemspec | 4 ++-- lib/gollum.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gollum.gemspec b/gollum.gemspec index bbd85355..a96721a9 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.13' - s.date = '2013-04-03' + s.version = '2.4.14' + s.date = '2013-06-15' s.rubyforge_project = 'gollum' s.license = 'MIT' diff --git a/lib/gollum.rb b/lib/gollum.rb index ebf2cda6..15366d74 100644 --- a/lib/gollum.rb +++ b/lib/gollum.rb @@ -17,7 +17,7 @@ require File.expand_path('../gollum/uri_encode_component', __FILE__) $KCODE = 'U' if RUBY_VERSION[0,3] == '1.8' module Gollum - VERSION = '2.4.13' + VERSION = '2.4.14' def self.assets_path ::File.expand_path('gollum/public', ::File.dirname(__FILE__))