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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00fdf33b252e1cbb7f953e344f211cf8867c15005afddc99898416895b9b64cf
4
- data.tar.gz: 53e614ac7ad8b0fcbab00cabfa4bdf02be7a122b1fe3886e98bdf16a63c709e4
3
+ metadata.gz: 1b78a0939fa7402d8285225f9b0781679f0cb79763bffec90ef48e3cd42cd4f1
4
+ data.tar.gz: 23c6d828058ea2297bf8aa56c8845b404df54e27873e6cf4c96bbf3de988b68e
5
5
  SHA512:
6
- metadata.gz: b2356ab260a0829fe6010ee141794783eb75062896d93c6ba448af1716c6345605506b756c7ef921ad29779124b079239493b38b95d60ee02f0031d45a7d31be
7
- data.tar.gz: 5c086664b84d3fe1013a76028d4308f338636d4c657991c8c2a7c1af37260bc075af46efff76b7b373e7acf094bfd3909ca501d7792df9bc66648c06237b253f
6
+ metadata.gz: b402e5c220a787564bcc99dc1c762d8f32d793f02540d8bb3988e9cd8baf7f5da6fa016146e2ce1abdb5e4a731f2266b377e316e1f518f8de236471374398b1f
7
+ data.tar.gz: d4608f84dc12e576cbffa6b97d057bf8e563d81ff5af2572a3ff50de9d3ee2aeb398e812b8efa17118ea401a824d73c5edde8598ba1426cc275bb19e940a039b
@@ -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 `.github` file containing:\n#{GITHUB_CONFIG}")
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(".github")) rescue nil
275
+ @project_config ||= JSON.parse(File.read(".github_workflow")) rescue nil
276
276
  end
277
277
 
278
278
  def oauth_token
@@ -1,3 +1,3 @@
1
1
  module GithubWorkflow
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
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.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-26 00:00:00.000000000 Z
11
+ date: 2021-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor