bake-modernize 0.4.5 → 0.4.6

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: 7fea13e5c2e3fcd66112afc8a45ce73c8760c3fde20e41ddae6bd3186fa88254
4
- data.tar.gz: c1650d4d8ef208d904a022b7a7d79f42b6185e09c03e97e52ccf00456ef17c96
3
+ metadata.gz: 40b223501be00c3377a67c1bb8c34eaf8d582f000bc45890b155d3b5f68b9d0e
4
+ data.tar.gz: e59a9fd48e8f3928578a745a96290a382462e37b43fd4a0bf4fd3572b17ff55a
5
5
  SHA512:
6
- metadata.gz: 9eb6cd98a7905a5604a147efc6a5fa499d557d3a0f5e6efecc93cce8d6e3cd3c32e1aa9ef9b407c7931d268f6f2a375c42e28751e04133cb3d090295457fefcc
7
- data.tar.gz: '02709ab19c0c432ae4ff011007c14061c29f1a1c66caff18562b25db008d76dc0d310a1315d487e69b46f1459a3822abf192fce59f5dcac7d36d88da2042c649'
6
+ metadata.gz: 6478b8400dde08a209a50a148e0d8e2cc046df6ce91761ff141a116f8b665feb52f1370f47470f64d4e65b5431d97803754eff93de178ab80de4bc4ee646db46
7
+ data.tar.gz: 9b20af012af1353130e71b37f94387481fcd2a9c009cbc2bdbc8637251b8cd2c1b47f52b25ad6126be26bcbe7b18a25ff26872a1d4fce488e84defc7574e73c8
@@ -20,6 +20,6 @@
20
20
 
21
21
  module Bake
22
22
  module Modernize
23
- VERSION = "0.4.5"
23
+ VERSION = "0.4.6"
24
24
  end
25
25
  end
@@ -17,6 +17,7 @@ jobs:
17
17
  - 2.5
18
18
  - 2.6
19
19
  - 2.7
20
+ - 3.0
20
21
 
21
22
  experimental: [false]
22
23
  env: [""]
@@ -34,7 +35,7 @@ jobs:
34
35
 
35
36
  steps:
36
37
  - uses: actions/checkout@v2
37
- - uses: ruby/setup-ruby@master
38
+ - uses: ruby/setup-ruby@v1
38
39
  with:
39
40
  ruby-version: ${{matrix.ruby}}
40
41
  bundler-cache: true
@@ -0,0 +1,32 @@
1
+ name: Documentation
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - master
7
+
8
+ jobs:
9
+ deploy:
10
+ runs-on: ubuntu-latest
11
+
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ - uses: ruby/setup-ruby@v1
15
+ env:
16
+ BUNDLE_WITH: maintenance
17
+ with:
18
+ ruby-version: 2.7
19
+ bundler-cache: true
20
+
21
+ - name: Installing packages
22
+ run: sudo apt-get install wget
23
+
24
+ - name: Generate documentation
25
+ timeout-minutes: 5
26
+ run: bundle exec bake utopia:project:static
27
+
28
+ - name: Deploy to GitHub Pagess
29
+ uses: JamesIves/github-pages-deploy-action@4.0.0
30
+ with:
31
+ branch: gh-pages
32
+ folder: docs
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bake-modernize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-03 00:00:00.000000000 Z
11
+ date: 2021-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async-http
@@ -108,6 +108,7 @@ files:
108
108
  - lib/bake/modernize.rb
109
109
  - lib/bake/modernize/version.rb
110
110
  - template/actions/.github/workflows/development.yml
111
+ - template/actions/.github/workflows/documentation.yml
111
112
  - template/editorconfig/.editorconfig
112
113
  - template/readme/README.md
113
114
  homepage: https://github.com/ioquatix/bake-modernize