Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Commit

Permalink
Release 1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nirnanaaa committed Jul 18, 2014
1 parent 27200f4 commit 7dc353a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion gollum_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion lib/gollum_rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module GollumRails
autoload :Meta

# GollumRails version
VERSION = '1.5.11'
VERSION = '1.5.12'

end

0 comments on commit 7dc353a

Please sign in to comment.