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

Commit

Permalink
setup proper gem version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Aug 6, 2012
1 parent 015cd89 commit 3f68d96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gollum.gemspec
Expand Up @@ -5,8 +5,8 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 1.8.7" s.required_ruby_version = ">= 1.8.7"


s.name = 'gollum' s.name = 'gollum'
s.version = '2.1.0' s.version = '2.1.2'
s.date = '2012-08-01' s.date = '2012-08-06'
s.rubyforge_project = 'gollum' s.rubyforge_project = 'gollum'


s.summary = "A simple, Git-powered wiki." s.summary = "A simple, Git-powered wiki."
Expand Down
2 changes: 1 addition & 1 deletion lib/gollum.rb
Expand Up @@ -22,7 +22,7 @@
require File.expand_path('../gollum/web_sequence_diagram', __FILE__) require File.expand_path('../gollum/web_sequence_diagram', __FILE__)


module Gollum module Gollum
VERSION = '2.1.0' VERSION = '2.1.2'


def self.assets_path def self.assets_path
::File.expand_path('gollum/frontend/public', ::File.dirname(__FILE__)) ::File.expand_path('gollum/frontend/public', ::File.dirname(__FILE__))
Expand Down

0 comments on commit 3f68d96

Please sign in to comment.