diff --git a/gollum.gemspec b/gollum.gemspec index 7314a2c2..226471e7 100644 --- a/gollum.gemspec +++ b/gollum.gemspec @@ -5,8 +5,8 @@ Gem::Specification.new do |s| s.required_ruby_version = ">= 1.9" s.name = 'gollum' - s.version = '2.4.15' - s.date = '2013-06-18' + s.version = '2.5.0' + s.date = '2013-07-21' s.rubyforge_project = 'gollum' s.license = 'MIT' diff --git a/lib/gollum.rb b/lib/gollum.rb index 39af8d2a..fe0e7761 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.15' + VERSION = '2.5.0' def self.assets_path ::File.expand_path('gollum/public', ::File.dirname(__FILE__))