jekyll-git-projects 0.0.0
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 +7 -0
- data/lib/jekyll-git-projects.rb +5 -0
- metadata +44 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 3887b847091299bbfcb64fd47097f57e2be9202df8fa4630339790d74fdbc0b0
|
4
|
+
data.tar.gz: 32088013a4eb9510ac9ca1cde0cae6992348c9b7729afedd10a6be9d939ea37a
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: bc3f8d560408212c71a7b055c0415d7800c326a751ce19c0fb7ea2a473758d7fd343a3ef113e5a997454f60b5bb94d09d60e2077115ecf347ba39c1263153857
|
7
|
+
data.tar.gz: eb6e01c3cfdcc3fcefc0118900a47dc7697bc2cc2f6816e8e72282e823a6a10602c502211e00e4d12f9efc7b960514c7245e61acc9fb86ff993fdd4f5efce401
|
metadata
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: jekyll-git-projects
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Patrick McAvoy
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2020-07-17 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: List your GitHub repositories that use GitHub Pages on your Jekyll site
|
14
|
+
or GitHub Pages base site.
|
15
|
+
email: pat@programmingpat.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- lib/jekyll-git-projects.rb
|
21
|
+
homepage:
|
22
|
+
licenses:
|
23
|
+
- MIT
|
24
|
+
metadata: {}
|
25
|
+
post_install_message:
|
26
|
+
rdoc_options: []
|
27
|
+
require_paths:
|
28
|
+
- lib
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
35
|
+
requirements:
|
36
|
+
- - ">="
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '0'
|
39
|
+
requirements: []
|
40
|
+
rubygems_version: 3.0.3
|
41
|
+
signing_key:
|
42
|
+
specification_version: 4
|
43
|
+
summary: Git Projects
|
44
|
+
test_files: []
|