github_workflow 0.3.3 → 0.3.4
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/lib/github_workflow/cli.rb +2 -2
- data/lib/github_workflow/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b78a0939fa7402d8285225f9b0781679f0cb79763bffec90ef48e3cd42cd4f1
|
4
|
+
data.tar.gz: 23c6d828058ea2297bf8aa56c8845b404df54e27873e6cf4c96bbf3de988b68e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b402e5c220a787564bcc99dc1c762d8f32d793f02540d8bb3988e9cd8baf7f5da6fa016146e2ce1abdb5e4a731f2266b377e316e1f518f8de236471374398b1f
|
7
|
+
data.tar.gz: d4608f84dc12e576cbffa6b97d057bf8e563d81ff5af2572a3ff50de9d3ee2aeb398e812b8efa17118ea401a824d73c5edde8598ba1426cc275bb19e940a039b
|
data/lib/github_workflow/cli.rb
CHANGED
@@ -260,7 +260,7 @@ module GithubWorkflow
|
|
260
260
|
|
261
261
|
def ensure_github_config_present
|
262
262
|
if project_config.nil? || (JSON.parse(GITHUB_CONFIG).keys - project_config.keys).any?
|
263
|
-
failure("Please add `.
|
263
|
+
failure("Please add `.github_workflow` file containing:\n#{GITHUB_CONFIG}")
|
264
264
|
end
|
265
265
|
end
|
266
266
|
|
@@ -272,7 +272,7 @@ module GithubWorkflow
|
|
272
272
|
end
|
273
273
|
|
274
274
|
def project_config
|
275
|
-
@project_config ||= JSON.parse(File.read(".
|
275
|
+
@project_config ||= JSON.parse(File.read(".github_workflow")) rescue nil
|
276
276
|
end
|
277
277
|
|
278
278
|
def oauth_token
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github_workflow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Liscio
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-04-
|
11
|
+
date: 2021-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|