jekyll-bulma-tabs 0.1.0 → 0.1.1
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
- data/README.md +4 -0
- data/lib/jekyll/bulma/tabs/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c811299e452e55e3eebd0c0fa638f6a96c4402f71873576b8c658d75b207d16
|
|
4
|
+
data.tar.gz: caee48805f9789a359ad25b11d55d11d82e728c4b01f7f7f3762f6711d18971b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88f2f733b930ac7ffd8820a75da3c4b21a88782ddea14a4b4be2ab18fc5e665532762eace101580e66de14415c48cabed649f8c859ccf3c165e478a968ed1212
|
|
7
|
+
data.tar.gz: 2b4c2d0ef99494bb7bd89ab00913a90f931f4880b71d7823a9c535d93c81e3a0a78c17b006adddb0313b3763ae11f6f2021acdee1e10b1c9ec690fb5dda64dc0
|
data/README.md
CHANGED
|
@@ -96,6 +96,10 @@ contents2
|
|
|
96
96
|
- tab-title: (mandate) The title appears in the tab.
|
|
97
97
|
- contents: (mandate) The contents tied to the tab title.
|
|
98
98
|
|
|
99
|
+
#### Usage Example
|
|
100
|
+
|
|
101
|
+
- code: [code-example](https://raw.githubusercontent.com/idealapt404/idealapt404.github.io-code/main/algo/others/2022-11-07-maximum-69-number.md)
|
|
102
|
+
- working tabs: [site](https://idealapt404.github.io/algo/others/2022-11-07-maximum-69-number)
|
|
99
103
|
|
|
100
104
|
## License
|
|
101
105
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-bulma-tabs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yoko Harada
|
|
@@ -46,11 +46,11 @@ files:
|
|
|
46
46
|
- lib/jekyll/bulma/tabs/version.rb
|
|
47
47
|
- lib/jekyll/bulma/template.erb
|
|
48
48
|
- sig/jekyll/bulma/tabs.rbs
|
|
49
|
-
homepage: https://github.com/yokolet/jekyll-bulma-tabs
|
|
49
|
+
homepage: https://github.com/yokolet/jekyll-bulma-tabs
|
|
50
50
|
licenses:
|
|
51
51
|
- MIT
|
|
52
52
|
metadata:
|
|
53
|
-
homepage_uri: https://github.com/yokolet/jekyll-bulma-tabs
|
|
53
|
+
homepage_uri: https://github.com/yokolet/jekyll-bulma-tabs
|
|
54
54
|
post_install_message:
|
|
55
55
|
rdoc_options: []
|
|
56
56
|
require_paths:
|