gollum-site 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -50,6 +50,8 @@ module Gollum
50
50
  link_name = cname
51
51
  page = find_page_from_name(cname)
52
52
  if page
53
+ # Update link_name to account for case sensitivity
54
+ link_name = @wiki.page_class.cname(page.name)
53
55
  presence = "present"
54
56
  end
55
57
  link = ::File.join(@wiki.base_path, CGI.escape(link_name))
@@ -1,5 +1,5 @@
1
1
  module Gollum
2
2
  class Site
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gollum-site
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 3
10
- version: 0.1.3
9
+ - 4
10
+ version: 0.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Daniel Reverri
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-20 00:00:00 -08:00
18
+ date: 2010-12-21 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency