bake-modernize 0.4.6 → 0.4.10

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: 40b223501be00c3377a67c1bb8c34eaf8d582f000bc45890b155d3b5f68b9d0e
4
- data.tar.gz: e59a9fd48e8f3928578a745a96290a382462e37b43fd4a0bf4fd3572b17ff55a
3
+ metadata.gz: 4463b6dd8ffa5b4e5bfdc0ef9660fdfe9628c358eedb3954cb9f575e71a59dab
4
+ data.tar.gz: e395c8e58f9aad89b4391d4791513bb26b534bb4de3cbaf23d60085cf070cf7e
5
5
  SHA512:
6
- metadata.gz: 6478b8400dde08a209a50a148e0d8e2cc046df6ce91761ff141a116f8b665feb52f1370f47470f64d4e65b5431d97803754eff93de178ab80de4bc4ee646db46
7
- data.tar.gz: 9b20af012af1353130e71b37f94387481fcd2a9c009cbc2bdbc8637251b8cd2c1b47f52b25ad6126be26bcbe7b18a25ff26872a1d4fce488e84defc7574e73c8
6
+ metadata.gz: 713ada088420a859d3995d0b416a5733a19e8e1824a7a02669cc8bcbdc056ddc8bf93548c17e6aa2191d6a8c9b6cc08cb2b362624bf9b05653fbfb3112536566
7
+ data.tar.gz: eca853d99dd968c617b3c7d2184b6370ce1b5e07abc6aadbffeb9c39816674b6ad1c33542992f9fc7e32129c470af70b14ef2b7eb0d92ac086e5589190662a46
@@ -12,7 +12,7 @@ end
12
12
  # Rewrite the specified gemspec.
13
13
  # @param
14
14
  def update(path: default_gemspec_path, output: $stdout)
15
- spec = Gem::Specification.load(path)
15
+ spec = ::Gem::Specification.load(path)
16
16
 
17
17
  root = File.dirname(path)
18
18
  version_path = version_path(root)
@@ -20,6 +20,6 @@
20
20
 
21
21
  module Bake
22
22
  module Modernize
23
- VERSION = "0.4.6"
23
+ VERSION = "0.4.10"
24
24
  end
25
25
  end
@@ -14,10 +14,9 @@ jobs:
14
14
  - macos
15
15
 
16
16
  ruby:
17
- - 2.5
18
- - 2.6
19
- - 2.7
20
- - 3.0
17
+ - "2.6"
18
+ - "2.7"
19
+ - "3.0"
21
20
 
22
21
  experimental: [false]
23
22
  env: [""]
@@ -8,7 +8,7 @@ on:
8
8
  jobs:
9
9
  deploy:
10
10
  runs-on: ubuntu-latest
11
-
11
+
12
12
  steps:
13
13
  - uses: actions/checkout@v2
14
14
  - uses: ruby/setup-ruby@v1
@@ -17,16 +17,16 @@ jobs:
17
17
  with:
18
18
  ruby-version: 2.7
19
19
  bundler-cache: true
20
-
20
+
21
21
  - name: Installing packages
22
22
  run: sudo apt-get install wget
23
-
23
+
24
24
  - name: Generate documentation
25
25
  timeout-minutes: 5
26
26
  run: bundle exec bake utopia:project:static
27
-
28
- - name: Deploy to GitHub Pagess
27
+
28
+ - name: Deploy documentation
29
29
  uses: JamesIves/github-pages-deploy-action@4.0.0
30
30
  with:
31
- branch: gh-pages
31
+ branch: docs
32
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.6
4
+ version: 0.4.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-14 00:00:00.000000000 Z
11
+ date: 2021-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async-http
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  - !ruby/object:Gem::Version
132
132
  version: '0'
133
133
  requirements: []
134
- rubygems_version: 3.1.2
134
+ rubygems_version: 3.1.6
135
135
  signing_key:
136
136
  specification_version: 4
137
137
  summary: Automatically modernize parts of your project/gem.