jekyll-gh-contributors 1.0.5 → 1.0.6

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: 589c95f63b669b3ba6a45447b74832e4c2a971a8080551bf522984ae0ae5feee
4
- data.tar.gz: 218df229cae9fec203611d70ec7f360357ae83ec2505954d79fa3333cdc15cf9
3
+ metadata.gz: 521991ce9c30ebd2f5822951c3ca33699047b515ada557fd7909cabc3a68668b
4
+ data.tar.gz: c27d60f128847da71d5f304b495ca345bf065ca9c9764f9b8de2dcfc5859c66f
5
5
  SHA512:
6
- metadata.gz: fd241f08e08628ebdfc7a2069a3d9530b0aff07d535a8164efb8a295423a9f2a20c590824339776d902b3a2eda82cf6f2fd8dc397028d1dfc55d28e5ba003d55
7
- data.tar.gz: 1c95ddaedff83aa07e134ca087a5e21f177fe93aa31b059cf84e712b1a59aa8c21cae44c09c28b61c05b444d7654c5b85dbd375d6d537b63253ccfe5e48ea8d6
6
+ metadata.gz: 6514728009684ef80e7800fc462e228532ecd20d3b12e6bd38f3db70fb34c7fa7c3df0fa94ec38f75706470fcf853d633d4b7e9fdd2f3ea88b0f9ce01f10826d
7
+ data.tar.gz: 1677d76b8355831441ff16d2d4e382ded6c7d5d327eec21c66e418bd0083b85b15b4580fb62988ccb409621f4aefb1cba664af4bdbaad3ae9aa05c2fb9ae9337
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module JekyllGHContributors
3
- VERSION = "1.0.5"
3
+ VERSION = "1.0.6"
4
4
  end
5
5
  end
@@ -9,6 +9,7 @@ module Jekyll
9
9
  class ContributorsTag < Liquid::Tag
10
10
  def initialize(tag_name, text, tokens)
11
11
  super
12
+ @content = text
12
13
  end
13
14
 
14
15
  def getContributors(repo_url)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-gh-contributors
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - joel ibaceta