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

Commit

Permalink
Release 1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nirnanaaa committed Jan 16, 2014
1 parent f1f5974 commit f809bf0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gollum_rails (1.4.11)
gollum_rails (1.4.12)
activemodel (>= 3.2.11)
activesupport (>= 3.2.11)
gollum-lib (~> 1.0.9)
Expand Down
12 changes: 8 additions & 4 deletions HISTORY.md
@@ -1,13 +1,17 @@
# 1.4.11 16th January 2013
# 1.4.12 16th January 2014
* Date fix in Readme
* `all` static method now initializes in a GollumRails::Page

# 1.4.11 16th January 2014
* Bugfixes and finally a working project

# 1.4.10 14th January 2013
# 1.4.10 14th January 2014
* Bugfixes

# 1.4.9 14th January 2013
# 1.4.9 14th January 2014
* Bugfixes

# 1.4.8 13th January 2013
# 1.4.8 13th January 2014
* Updated initializer
* Better errors
* no nil exception
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.4.11'
s.version = '1.4.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
Expand Up @@ -44,7 +44,7 @@ module GollumRails
autoload :Orm

# GollumRails version string
VERSION = '1.4.11'
VERSION = '1.4.12'

end

Expand Down

0 comments on commit f809bf0

Please sign in to comment.