jekyll_trello 0.1.6 → 0.1.7
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 +4 -4
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82917217bcdb7529c0d816404691bcc16b2c1a098491912a7d572ec014d090c7
|
4
|
+
data.tar.gz: cb969223f34086b1762635f88402ed289984450becaee4a4daaf0b641c7b7ead
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8154d4abebcd56bedb03977599adc9f890404e609f8d2d417a7a5e787e0748c06f2a7806db7e688806a987f907fb0e11597aed9cf19567480c55bfce431e4512
|
7
|
+
data.tar.gz: db0e67dfd6d40a24c60de13259971cd8e3072c3dbcafdf911ede01e2c1e8d4b58ba1cb6389ff24b72c8e1cc1bfd69ae295a13a6239ec28f0375dfd2e83e8bfc4
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll_trello
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Habi Coder
|
@@ -10,8 +10,14 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2024-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
14
|
-
automatically
|
13
|
+
description: "This is will help you setup your jekyll website in github and take data
|
14
|
+
from trello automatically once a day if label is set to green.\n .....put your
|
15
|
+
github repo name inside baseurl:'/your_repo_name' in _config.yml......put secret
|
16
|
+
in secrets and vairable in github like this\n name=DOT_ENV........Secret='TRELLO_API_KEY=66afksdlf994d36591bd41a9f82c4b927\nTRELLO_TOKEN=ATTA63d96531e13dc90ca874c17efasdfdsfbd9fb7700e4699816FCFEBA51\n'\nand
|
17
|
+
you have to set.........workflow permissions to read and write permission.........inside
|
18
|
+
action>general......you can use this gem like this...'jekyll_terllo --897lfkdjsjfklsdj'........idList
|
19
|
+
of your card of trello........Extract the trello cards details and show it in your
|
20
|
+
trello website also automatically runs daily if hosted on github\n\n "
|
15
21
|
email: unionhab@gmail.com
|
16
22
|
executables:
|
17
23
|
- jekyll_trello
|
@@ -23,7 +29,7 @@ files:
|
|
23
29
|
homepage: https://github.com/Habi-Pyatha
|
24
30
|
licenses: []
|
25
31
|
metadata:
|
26
|
-
source_code_uri: https://github.com/Habi-Pyatha
|
32
|
+
source_code_uri: https://github.com/Habi-Pyatha/jekyll_trello
|
27
33
|
post_install_message:
|
28
34
|
rdoc_options: []
|
29
35
|
require_paths:
|
@@ -42,12 +48,6 @@ requirements: []
|
|
42
48
|
rubygems_version: 3.5.20
|
43
49
|
signing_key:
|
44
50
|
specification_version: 4
|
45
|
-
summary:
|
46
|
-
|
47
|
-
name inside baseurl:'/your_repo_name' in _config.yml......put secret in secrets
|
48
|
-
and vairable in github like this name=DOT_ENV........Secret='TRELLO_API_KEY=66afksdlf994d36591bd41a9f82c4b927
|
49
|
-
TRELLO_TOKEN=ATTA63d96531e13dc90ca874c17efasdfdsfbd9fb7700e4699816FCFEBA51 ' and
|
50
|
-
you have to set.........workflow permissions to read and write permission.........inside
|
51
|
-
action>general......you can use this gem like this...'jekyll_terllo --897lfkdjsjfklsdj'........idList
|
52
|
-
of your card of trello........
|
51
|
+
summary: Extract the trello cards details and show it in your trello website also
|
52
|
+
automatically runs daily if hosted on github
|
53
53
|
test_files: []
|