jekyll-archives-dir-category 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 851d4fda6842f27e53d5a044b417f1c50a04080bc040d3aa868f891d5c0135de
4
- data.tar.gz: a8722f129daeee0f4205e388a9c47292d2141591b37839b56a2d57aecbf1aee1
3
+ metadata.gz: 51f99c38c390df3f76d5e599923412a807acbbf856633afcd3d4e2e2f2822186
4
+ data.tar.gz: ab314678395c075446f7e06ec8a5cbfc6c315e1b05ab2a931330eb43bbe8028b
5
5
  SHA512:
6
- metadata.gz: e82ea052f9467b2322bd99b7e32c1c17a8d32e02a3b7ab9f2ee93b232ed50057f9bfc622502bb4a4dc6896a103a8e82b4adf76e15b16d38f7c8b4d692872d8f6
7
- data.tar.gz: dad00cdf6a717b1ab90892219416909a3d4a11613693567e25a63962e58688d05265c9f67709fc9ad4d540ccb963dfd840299c3a27fbf0b6140843a198f53c8e
6
+ metadata.gz: 784a93fb04f52507ea5bf2e8821c377399bf3bca646243521318dd5ea4d063161306f9526b3a3a53c1204b25211a8cb875949e96cc03cc2e978d8b983e8a5c96
7
+ data.tar.gz: 3c7898774af1b19fd1f036a2ef14ef3aa18a5f945d8c4e75c528dc0f505b1cd41d58b37c024a854fab510d5b0f930d2bdacf05c536dcdd2de3325c9e0880bfad
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Archives
5
- VERSION = "0.1.5"
5
+ VERSION = "0.1.6"
6
6
  end
7
7
  end
@@ -109,7 +109,7 @@ module Jekyll
109
109
  category_info << c
110
110
  end
111
111
  site.data["category-info"] = category_info
112
- print category_info.inspect
112
+ # print category_info.inspect
113
113
  end
114
114
 
115
115
  # the category info from '_category.yml' file
@@ -253,8 +253,8 @@ module Jekyll
253
253
  end
254
254
 
255
255
  @site.data["date-info"] = dates_info_years.sort{|a, b| b["year"] <=> a["year"]}
256
- print "\n=================================\n"
257
- print @site.data["date-info"].inspect
256
+ # print "\n=================================\n"
257
+ # print @site.data["date-info"].inspect
258
258
  end
259
259
 
260
260
  # Checks if archive type is enabled in config
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-archives-dir-category
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alfred Xing