jekyll-theme-open-project-helpers 2.0.17 → 2.0.18

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: a4135fabf0cdb3044c81171abf598979e010b4cc
4
- data.tar.gz: f43b99cf092deff9ae23372985f9d2168b72c889
3
+ metadata.gz: da36555e1f842b64fcdaad22a38dd74525c6ffe6
4
+ data.tar.gz: f1acd009d682c175258c635bd96203526c3719f8
5
5
  SHA512:
6
- metadata.gz: 65760732f11fd358f9f03dc418517383a77d68a041e5c5be72972a1a7b3e9bd970ac0054bb533e11127e902b4d95c403279154e260e5c351a63b364cd8a21879
7
- data.tar.gz: d65ccfc04c58c6f0b6d79fd04292b55acf6ed416b19c14f64d16e1d6a8be09d9e3667fdff74c34d59a802c3159d27e7c32169292a6e6e2a6af0fc3aa36fc4c59
6
+ metadata.gz: c379cdda8c9b677ed9fcd7eb03801d3a29e3189c201c24a175466172c10c05f389db716f84c52a7fa03a0543ddf752d73585ce59135052a12e2952381a1f5f53
7
+ data.tar.gz: 7879abc68451e78432b22ab97f395568bd8e6b3e7ad8b407a705feb59d367b86c8b2b90a4821ff02acc7b084c656b83dd556958fbc77d024e49af50c7152b188
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'jekyll-theme-open-project-helpers'
5
- s.version = '2.0.17'
5
+ s.version = '2.0.18'
6
6
  s.authors = ['Ribose Inc.']
7
7
  s.email = ['open.source@ribose.com']
8
8
 
@@ -42,7 +42,7 @@ module Jekyll
42
42
  project_posts = project_posts.map do |post|
43
43
  project_name = post.url.split('/')[2]
44
44
  post.data['parent_project'] = projects.detect { |p| p.data['name'] == project_name }
45
- post.data['render_with_liquid'] = false
45
+ post.content = ""
46
46
  post
47
47
  end
48
48
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-open-project-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.17
4
+ version: 2.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.