jekyll-webring 0.3.2 → 0.3.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: 3eb0156f786b243af4ce0e3d5290d951aea3a58c94583f1d8f651b37225cabd1
4
- data.tar.gz: 71dbe5a025f4e73c433a00d4199aea4710b21240ad0a5671180908feb6ea88e5
3
+ metadata.gz: edd6fd350f0553dae448569ff227103fc6b91bd3627ad15f6523cc68d8d6ef7c
4
+ data.tar.gz: 367c10d462307ae091643a89d96bbf26611bfc8bf71df8f388527a544b42921c
5
5
  SHA512:
6
- metadata.gz: db481f4c219c4b8757916b582f54256b18fc1678dbc3450cce12711069e335de32cce7c8f8f91c4ea377986361fce3d507dfb38a16bdfddd89a4d71e7b82ff85
7
- data.tar.gz: 3f9f4f4d21ecbc238daefb647a487dff32d422162939f6a81aa851f338fc2d2b08ff874c47ea559fa4d3ac969ddfea2bcf080f54de58f9f6eaaf44d638d40ca5
6
+ metadata.gz: 6ffe624395d1bcd58157a8345dd29af3e9f6f99c7f7534f3d43e85b8970f681580b9fa0852d10a1de73891e28ff9f7cd1c0bb91350a4ff953b795cff60015009
7
+ data.tar.gz: 8877707ec4855297e8218fa61ec4e2050b9ea99b9bc2af2b861538fe5d95786cf0bb5d90387089ad45de826280fda63199de5a9c2ff9ddcee79970684dc8b078
data/README.md CHANGED
@@ -108,12 +108,3 @@ webring:
108
108
  # default: "%-d %B, %Y"
109
109
  date_format: "%-d %B, %Y"
110
110
  ```
111
-
112
- ## Contributing
113
-
114
- If you'd like to contribute, please [send a patch](https://git-send-email.io)
115
- to this [mailing list](https://lists.sr.ht/~syldexia/public-inbox) [<~syldexia/public-inbox@lists.sr.ht>](mailto:~syldexia/public-inbox@lists.sr.ht)!
116
- (or just email feedback or issues or w/e)
117
-
118
- I've not really used ruby before, so I'm sure my code is quite bad, and any
119
- contributions would be welcome!
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.authors = ["Sophie Askew"]
11
11
  spec.email = ["sophie@ofthewi.red"]
12
12
  spec.summary = "A Jekyll plugin to generate a webring from rss feeds"
13
- spec.homepage = "https://git.sr.ht/~syldexia/jekyll-webring"
13
+ spec.homepage = "https://github.com/syldexiahime/jekyll-webring"
14
14
  spec.license = "GPL-3.0+"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Webring
5
- VERSION = "0.3.2"
5
+ VERSION = "0.3.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-webring
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sophie Askew
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-08 00:00:00.000000000 Z
11
+ date: 2020-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -95,7 +95,7 @@ files:
95
95
  - jekyll-webring.gemspec
96
96
  - lib/jekyll-webring.rb
97
97
  - lib/jekyll-webring/version.rb
98
- homepage: https://git.sr.ht/~syldexia/jekyll-webring
98
+ homepage: https://github.com/syldexiahime/jekyll-webring
99
99
  licenses:
100
100
  - GPL-3.0+
101
101
  metadata: {}