jekyll-graphviz-dot 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62e31a045046a052ba78e8b8f58ed9e60e1e9bddc0d69807f371e0574508b96b
4
- data.tar.gz: e21faa95d218c524125e6ed4d85bc8e044b64174ee6903a1147952e31a832981
3
+ metadata.gz: 9cc0336c937d53c202dd737383428addef6d134d9549c847d775289dd0a98bd3
4
+ data.tar.gz: 9392ac0a91f46538876bb35720b5d401e85ecc1b676c5990e2e09153a069a25d
5
5
  SHA512:
6
- metadata.gz: 750a53cbb4690b0498fe3101b8ad05b1bd6621906e3218d07df5ee17528e03804a2571cd72c214b3a965472984fc05d18c57e6f19ede4e10fab0fa0f835fccb6
7
- data.tar.gz: f323f9637bf9a28e0f941fca2326bc38bed50c8af081805e4b9edac0475bfb0d6a490ef8f025e29092d246a3408ed42bacf074598968c545fbf99f5fdbbf3829
6
+ metadata.gz: beb2e5f0524e033e07f7deab55369643eb12a5607dc5d2958aa909f6ed264c276cf456d435699e7952f19f463156a3c49aeff8deb16ab15ff1d2d5d1fb48ee0d
7
+ data.tar.gz: 1a1aa5573bd8c99e1bba935a864a59178da25b3bc9abda57277427006477ba636a8c0875906a6738721b021455605034f8b2cb80a39baf0e09a9a649f6283b06
@@ -2,7 +2,7 @@ name: Build and deploy Jekyll site to GitHub Pages
2
2
  on:
3
3
  push:
4
4
  branches:
5
- - master
5
+ - main
6
6
 
7
7
  jobs:
8
8
  jekyll:
@@ -0,0 +1,21 @@
1
+ name: Publish new releases to rubygems
2
+ on:
3
+ push:
4
+ branches:
5
+ - main
6
+ tags:
7
+ - v*
8
+
9
+ jobs:
10
+ publish:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: 📂 setup
14
+ uses: actions/checkout@v2
15
+ - name: Publish Gem
16
+ if: contains(github.ref, 'refs/tags/v')
17
+ uses: cadwallion/publish-rubygems-action@master
18
+ env:
19
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
20
+ RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
21
+ RELEASE_COMMAND: rake release
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Graphviz
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-graphviz-dot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - derekstride
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2021-07-24 00:00:00.000000000 Z
@@ -105,6 +105,7 @@ extra_rdoc_files: []
105
105
  files:
106
106
  - ".github/workflows/ci.yml"
107
107
  - ".github/workflows/gh-pages.yml"
108
+ - ".github/workflows/publish-gem.yml"
108
109
  - ".gitignore"
109
110
  - ".rubocop.yml"
110
111
  - CODE_OF_CONDUCT.md
@@ -124,7 +125,7 @@ licenses:
124
125
  metadata:
125
126
  homepage_uri: https://github.com/DerekStride/jekyll-graphviz
126
127
  source_code_uri: https://github.com/DerekStride/jekyll-graphviz
127
- post_install_message:
128
+ post_install_message:
128
129
  rdoc_options: []
129
130
  require_paths:
130
131
  - lib
@@ -139,8 +140,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
140
  - !ruby/object:Gem::Version
140
141
  version: '0'
141
142
  requirements: []
142
- rubygems_version: 3.2.3
143
- signing_key:
143
+ rubygems_version: 3.0.3
144
+ signing_key:
144
145
  specification_version: 4
145
146
  summary: A GraphViz dot file converter file Jekyll.
146
147
  test_files: []