jekyll-planningwikiplugins 0.2.2 → 0.2.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
  SHA256:
3
- metadata.gz: a5a1cb867d8e07c9bea65589aff11169b9adcce582f8e91698cce365551174a2
4
- data.tar.gz: 9980da038161eec0d7ee03902f84c6313f07cd80dbfb09d0e0ea2f8d3e3991b8
3
+ metadata.gz: 57434c7b647f2a433ce71e3370116ccc7f4b84b800c35e5905f6c94c700e2f7b
4
+ data.tar.gz: be3eb26e927e26fd108eb1dad10b8f79fbb38bdcbc2244b0a1119c6b7778cb1e
5
5
  SHA512:
6
- metadata.gz: 00ae1360c79cc55e0247f82954fb6b3513122e9284d5960a980d17a6c2f8cec5bdf65e0ccdd5329f46f55890350ef002fe7216b1f2bbd86d19d594d399f870e5
7
- data.tar.gz: 91e09f37cf16db308e0e97528e5e9421c048aced965c104df12fcccb923f23903a59c7223129e6622148c99f037e0a3511ee065083360a63dccb0a378b3bcefa
6
+ metadata.gz: 9f171b25e8c30b5630ebebbace020eecd4b13f2109035046a7a79dfcb0efd138e253f35b7f62eac3e947cbd6d25aa127dfad9b02ff208a7519e59059f804bd62
7
+ data.tar.gz: 6d73fffc98c977f3109b4bf48f4c31517c3033b2d3b133511a30cca3da919b8675e9a41a969f230b337bcd9d02bf3fe06a2cc14c61feeda95ef44b42d8dda62a
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Planningwikiplugins
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
@@ -54,7 +54,7 @@ module Jekyll
54
54
  super
55
55
 
56
56
  if text.split(' ').length > 2
57
- @text = text.split(' ')[0..-2].join("")
57
+ @text = text.split(' ')[0..-3].join(" ")
58
58
  @paper = text.split(' ')[-2]
59
59
  @pageno = text.split(' ')[-1]
60
60
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-planningwikiplugins
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Green