Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ed262cacd | |||
| 29a1ef8f8a | |||
| 772d18ee62 | |||
| dd604d9942 |
@@ -528,8 +528,8 @@ your changes merged back into core is as follows:
|
|||||||
$ gem push gollum-X.Y.Z.gem
|
$ gem push gollum-X.Y.Z.gem
|
||||||
|
|
||||||
## BUILDING THE GEM FROM MASTER
|
## BUILDING THE GEM FROM MASTER
|
||||||
$ gem uninstall -aix gollum
|
$ gem uninstall -ax gollum
|
||||||
$ git clone https://github.com/github/gollum.git
|
$ git clone https://github.com/github/gollum.git
|
||||||
$ cd gollum
|
$ cd gollum
|
||||||
gollum$ rake build
|
gollum$ rake build
|
||||||
gollum$ gem install pkg/gollum*.gem
|
gollum$ gem install --no-ri --no-rdoc pkg/gollum*.gem
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ 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.8'
|
s.version = '2.1.9'
|
||||||
s.date = '2012-08-30'
|
s.date = '2012-08-30'
|
||||||
s.rubyforge_project = 'gollum'
|
s.rubyforge_project = 'gollum'
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@ require File.expand_path('../gollum/web_sequence_diagram', __FILE__)
|
|||||||
require File.expand_path('../gollum/frontend/uri_encode_component', __FILE__)
|
require File.expand_path('../gollum/frontend/uri_encode_component', __FILE__)
|
||||||
|
|
||||||
module Gollum
|
module Gollum
|
||||||
VERSION = '2.1.8'
|
VERSION = '2.1.9'
|
||||||
|
|
||||||
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__))
|
||||||
|
|||||||
@@ -591,7 +591,7 @@ module Gollum
|
|||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
# Extract metadata for data and build metadata table. Metadata
|
# Extract metadata for data and build metadata table. Metadata
|
||||||
# is content found between `<!-- ---` and `-->` markers, and must
|
# is content found between ` <!-- --- ` and ` --> ` markers, and must
|
||||||
# be a valid YAML mapping.
|
# be a valid YAML mapping.
|
||||||
#
|
#
|
||||||
# Returns the String of formatted data with metadata removed.
|
# Returns the String of formatted data with metadata removed.
|
||||||
|
|||||||
Reference in New Issue
Block a user