diff --git a/Gemfile.lock b/Gemfile.lock index 378126a..d908ef4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gollum_rails (1.5.11) + gollum_rails (1.5.12) activemodel (>= 3.2.11) activesupport (>= 3.2.11) gollum-lib (~> 3.0.0) diff --git a/gollum_rails.gemspec b/gollum_rails.gemspec index 1735b5e..d7fc8e6 100644 --- a/gollum_rails.gemspec +++ b/gollum_rails.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |s| s.name = 'gollum_rails' s.rubyforge_project = s.name - s.version = '1.5.11' + s.version = '1.5.12' s.summary = 'Combines Gollum and Rails' s.description= 'include Gollum into Rails with ease' diff --git a/lib/gollum_rails.rb b/lib/gollum_rails.rb index 2bd967a..a41b389 100644 --- a/lib/gollum_rails.rb +++ b/lib/gollum_rails.rb @@ -41,7 +41,7 @@ module GollumRails autoload :Meta # GollumRails version - VERSION = '1.5.11' + VERSION = '1.5.12' end