gollum-bibanon 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/HISTORY.md +11 -0
  2. data/gollum.gemspec +8 -8
  3. metadata +15 -12
data/HISTORY.md CHANGED
@@ -7,6 +7,17 @@
7
7
  * Include the language of the code snippet when making a uniquely
8
8
  identifiable sha of a code snippet while rendering a page.
9
9
 
10
+ # 1.4.0 (Bibanon mod) / 2012-02-04
11
+
12
+ * Major Enhancements
13
+ * Removed Mathjax support
14
+ * Minor Enhancements
15
+ * Underscore support in wikipages (for Mediawiki)
16
+ * Adds OmniAuth username to commit message.
17
+ * Magnet, IRC, and FTP links now allowed.
18
+ * Bug Fixes
19
+ * Some mods to make OmniAuth work better with Gollum (using OmniGollum)
20
+
10
21
  # 1.3.1 / 2011-07-21
11
22
 
12
23
  * Major Enhancements
@@ -4,16 +4,16 @@ Gem::Specification.new do |s|
4
4
  s.rubygems_version = '1.3.5'
5
5
 
6
6
  s.name = 'gollum-bibanon'
7
- s.version = '1.3.1'
8
- s.date = '2011-07-21'
7
+ s.version = '1.3.2'
8
+ s.date = '2012-02-04'
9
9
  s.rubyforge_project = 'gollum'
10
10
 
11
- s.summary = "A simple, Git-powered wiki."
12
- s.description = "A simple, Git-powered wiki with a sweet API and local frontend."
11
+ s.summary = "A simple, Git-powered wiki, with Bibanon mods."
12
+ s.description = "A simple, Git-powered wiki with a sweet API and local frontend, modded for the Bibliotheca Anonoma. Uses the latest edition of Gollum, adds OmniGollum support, underscores in page names, and other cool stuff."
13
13
 
14
- s.authors = ["Tom Preston-Werner", "Rick Olson"]
15
- s.email = 'tom@github.com'
16
- s.homepage = 'http://github.com/github/gollum'
14
+ s.authors = ["Tom Preston-Werner", "Rick Olson", "Tenshi Hinanawi"]
15
+ s.email = 'cockmomgler@gmail.com'
16
+ s.homepage = 'http://github.com/treeofsephiroth/gollum'
17
17
 
18
18
  s.require_paths = %w[lib]
19
19
 
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
30
30
  s.add_dependency('mustache', [">= 0.11.2", "< 1.0.0"])
31
31
  s.add_dependency('sanitize', "~> 2.0.0")
32
32
  s.add_dependency('nokogiri', "~> 1.4")
33
- s.add_dependency('redcarpet')
33
+ s.add_dependency('redcarpet', "~> 1.17.2")
34
34
 
35
35
  s.add_development_dependency('RedCloth')
36
36
  s.add_development_dependency('mocha')
metadata CHANGED
@@ -1,22 +1,23 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gollum-bibanon
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 1
10
- version: 1.3.1
9
+ - 2
10
+ version: 1.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Preston-Werner
14
14
  - Rick Olson
15
+ - Tenshi Hinanawi
15
16
  autorequire:
16
17
  bindir: bin
17
18
  cert_chain: []
18
19
 
19
- date: 2011-07-21 00:00:00 Z
20
+ date: 2012-02-04 00:00:00 Z
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency
22
23
  name: grit
@@ -166,12 +167,14 @@ dependencies:
166
167
  requirement: &id009 !ruby/object:Gem::Requirement
167
168
  none: false
168
169
  requirements:
169
- - - ">="
170
+ - - ~>
170
171
  - !ruby/object:Gem::Version
171
- hash: 3
172
+ hash: 87
172
173
  segments:
173
- - 0
174
- version: "0"
174
+ - 1
175
+ - 17
176
+ - 2
177
+ version: 1.17.2
175
178
  type: :runtime
176
179
  version_requirements: *id009
177
180
  - !ruby/object:Gem::Dependency
@@ -276,8 +279,8 @@ dependencies:
276
279
  version: 0.9.2
277
280
  type: :development
278
281
  version_requirements: *id016
279
- description: A simple, Git-powered wiki with a sweet API and local frontend.
280
- email: tom@github.com
282
+ description: A simple, Git-powered wiki with a sweet API and local frontend, modded for the Bibliotheca Anonoma. Uses the latest edition of Gollum, adds OmniGollum support, underscores in page names, and other cool stuff.
283
+ email: cockmomgler@gmail.com
281
284
  executables:
282
285
  - gollum
283
286
  extensions: []
@@ -449,7 +452,7 @@ files:
449
452
  - test/test_page.rb
450
453
  - test/test_page_revert.rb
451
454
  - test/test_wiki.rb
452
- homepage: http://github.com/github/gollum
455
+ homepage: http://github.com/treeofsephiroth/gollum
453
456
  licenses: []
454
457
 
455
458
  post_install_message:
@@ -481,7 +484,7 @@ rubyforge_project: gollum
481
484
  rubygems_version: 1.8.11
482
485
  signing_key:
483
486
  specification_version: 2
484
- summary: A simple, Git-powered wiki.
487
+ summary: A simple, Git-powered wiki, with Bibanon mods.
485
488
  test_files:
486
489
  - test/test_app.rb
487
490
  - test/test_committer.rb