Release 1.0.0

This commit is contained in:
Tom Preston-Werner
2010-08-12 12:56:58 -07:00
parent dfb453c7f9
commit 541b58af8f
3 changed files with 8 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
# 1.0.0 / 2010-08-12
* Open Source Birthday!
+4 -4
View File
@@ -4,14 +4,14 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'
s.name = 'gollum'
s.version = '0.0.1'
s.date = '2010-08-05'
s.version = '1.0.0'
s.date = '2010-08-12'
s.rubyforge_project = 'gollum'
s.summary = "A simple, Git-powered wiki."
s.description = "A simple, Git-powered wiki with a sweet API and local frontend."
s.authors = ["Tom Preston-Werner"]
s.authors = ["Tom Preston-Werner", "Rick Olson"]
s.email = 'tom@github.com'
s.homepage = 'http://github.com/github/gollum'
@@ -37,6 +37,7 @@ Gem::Specification.new do |s|
# = MANIFEST =
s.files = %w[
HISTORY.md
LICENSE
README.md
Rakefile
@@ -48,7 +49,6 @@ Gem::Specification.new do |s|
lib/gollum/file.rb
lib/gollum/frontend/app.rb
lib/gollum/frontend/public/css/editbar.css
lib/gollum/frontend/public/css/global.css
lib/gollum/frontend/public/css/gollum.css
lib/gollum/frontend/public/css/screen.css
lib/gollum/frontend/public/css/syntax.css
+1 -1
View File
@@ -15,7 +15,7 @@ require 'gollum/markup'
require 'gollum/albino'
module Gollum
VERSION = '0.0.1'
VERSION = '1.0.0'
SANITIZATION_OPTIONS = {
:elements => [