jekyll-series 1.0.2 → 1.0.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: 80d31e45211f5018521c6f11ca6cf9b6896a19d7
4
- data.tar.gz: 07cac235c922dcb3ba174d22b6d3aabe999c5c63
3
+ metadata.gz: 111e6e05bd844c4f80d6a02725b1d1db3c914600
4
+ data.tar.gz: b4322589419d860e09053b888e7c1ca782264dc9
5
5
  SHA512:
6
- metadata.gz: 425c9440b1e4200f35e3057c4c520f5a030ed1b568fbf97f8ea19e63293637a0d0127c9b2af7095220fcbf1c1d36781b3f8c86ec5f6f314764ebcc63e1815257
7
- data.tar.gz: 55f0927a9f88e64851de836d7af9aea9b9a4f2e3081adf84fa9268918cbef2383c6e8d77893e5254526162e5e3f208f59dc80be6e6b65dcb8d6219669be3b8f9
6
+ metadata.gz: 2869966c6b0207207bcf4e1028478ac2b9a2038e63fbe3d7a3a07a1f4bf027ea959cdca18daad4dc4852bb5caccb7ccee386f846081212d8ffefea1e4815583c
7
+ data.tar.gz: ffd338e3ffb828741c3f6829a3ec5cf836980297433d9824b212d928aea07426ecc7f43a15e9b8b46bc0a2440c0be9b1260339256b75eca406182fe932b783e9
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Jekyll::Series
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/jekyll/series`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ This gem provides a `series` tag to Jekyll that can generate a list of articles.
6
4
 
7
5
  ## Installation
8
6
 
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Series
3
- VERSION = "1.0.2".freeze
3
+ VERSION = "1.0.3".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-series
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torgny Bjers