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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7077c00bf3aaeb0ed31fc92548e513d7c7c11210c2fca8ee539dd7a0413a9da4
4
- data.tar.gz: 6794ebc37b5996b9f72f035f3bdcf5cd8f868f8d23608065019499767de37534
3
+ metadata.gz: 3c811299e452e55e3eebd0c0fa638f6a96c4402f71873576b8c658d75b207d16
4
+ data.tar.gz: caee48805f9789a359ad25b11d55d11d82e728c4b01f7f7f3762f6711d18971b
5
5
  SHA512:
6
- metadata.gz: 0b9a369230e6f040ad968147c4ccec08fa14d1f4a014a905923252be77a9eaa27b59c2f64af93cd11155c54911f1d4767a92e655ee78363aa06bb15fdb866105
7
- data.tar.gz: f5d16e3363b2cf0270f310fdb8f0b4b33eb51c6345bb8db9e1627d8fe363499392fb38fa776a0f67ce7bf16a1cd5f0c71d571f0286f62d605c67a53557c77697
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
 
@@ -3,7 +3,7 @@
3
3
  module Jekyll
4
4
  module Bulma
5
5
  module Tabs
6
- VERSION = "0.1.0"
6
+ VERSION = "0.1.1"
7
7
  end
8
8
  end
9
9
  end
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.0
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: