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

Commit

Permalink
Release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nirnanaaa committed Aug 13, 2014
1 parent aa5a6c3 commit f88f3bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gollum_rails (1.6.1)
gollum_rails (1.6.2)
activemodel (>= 3.2.11)
activesupport (>= 3.2.11)
gollum-lib (~> 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion gollum_rails.gemspec
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.name = 'gollum_rails'
s.rubyforge_project = s.name

s.version = '1.6.1'
s.version = '1.6.2'

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
Expand Up @@ -45,7 +45,7 @@ module GollumRails
autoload :Meta

# GollumRails version
VERSION = '1.6.1'
VERSION = '1.6.2'

end

0 comments on commit f88f3bf

Please sign in to comment.