gitlab-gollum-lib 4.2.7.2 → 4.2.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3122debc7dc06cea68f1de20583737cebf508bb3
4
- data.tar.gz: a64392e5691e559163c9a6c753466cc1d737dc05
3
+ metadata.gz: 29c2f96bd4c9bb05f8110e65b7944f08c0c67fc3
4
+ data.tar.gz: 16588c362c826d2f9a25f42e4469386093dd7f60
5
5
  SHA512:
6
- metadata.gz: 9b8fd08a938c8256ac07985707373a0f8ae31d321575748910d6df355faa2223a8480aa2ac6d2176e9b0429dd2e15f825d06f67f2341af1df373c1497b2460db
7
- data.tar.gz: b10f800d8b078c8e7823f9ed940a032dba4511989658de73514dbb674c6e706cf3466303d907ad1d025ee950d5d2b3aa6a49c0d8f1f8cfba76b128751bff9ca0
6
+ metadata.gz: 3828c9c0737a74964da6a4cede9f4c380ba59a8dacf8323a3b8d3e63ec610f252507026b9660408c5728593c0d599c748b15550eec7726dcf36c9e06c80ddc98
7
+ data.tar.gz: ca2fec008b13248712aff56ba7478c57e6d37bd7d39cee973b60710989875522f966e41b5652fc6f4ba659f3d3b3fb0a8d90be312529655ba7ba38efeca2affb
@@ -1,5 +1,5 @@
1
1
  module Gollum
2
2
  module Lib
3
- VERSION = '4.2.7.2'
3
+ VERSION = '4.2.7.3'
4
4
  end
5
5
  end
@@ -379,6 +379,7 @@ module Gollum
379
379
  return false if page.nil?
380
380
  return false if rename.nil? || rename.empty?
381
381
 
382
+ rename.gsub!(' ', '-')
382
383
  (target_dir, target_name) = ::File.split(rename)
383
384
  (source_dir, source_name) = ::File.split(page.path)
384
385
  source_name = page.filename_stripped
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-gollum-lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.7.2
4
+ version: 4.2.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Preston-Werner
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-04-18 00:00:00.000000000 Z
12
+ date: 2018-06-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gollum-grit_adapter