Skip to content
Snippets Groups Projects
Commit 7fdf8328 authored by bootstraponline's avatar bootstraponline
Browse files

Bump to 1.0.0

parent 44570625
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,8 +5,8 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 1.8.7"
 
s.name = 'gollum-lib'
s.version = '0.0.1'
s.date = '2013-03-22'
s.version = '1.0.0'
s.date = '2013-04-02'
s.rubyforge_project = 'gollum-lib'
 
s.summary = "A simple, Git-powered wiki."
Loading
Loading
Loading
Loading
@@ -29,7 +29,7 @@ require File.expand_path('../gollum-lib/web_sequence_diagram', __FILE__)
$KCODE = 'U' if RUBY_VERSION[0,3] == '1.8'
 
module Gollum
VERSION = '0.0.1'
VERSION = '1.0.0'
 
def self.assets_path
::File.expand_path('gollum/frontend/public', ::File.dirname(__FILE__))
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment