github_workflow 0.1.2 → 0.1.3

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
  SHA1:
3
- metadata.gz: 8980382c2c1bf1a76156b7d1b6a56362ca0a3494
4
- data.tar.gz: 3eea423c440d02612ae473c00d76419372473ff2
3
+ metadata.gz: d1e59cf35efdfa57a5f42b940beea605a91b7523
4
+ data.tar.gz: aae69358a633dd1121c3878bbb4cd2a1e9e103a8
5
5
  SHA512:
6
- metadata.gz: 8a69a2d23300b057f7ebb102c95524211534c3f3a94658b387120cc3be2d978287b9a35893b93598b60029851602ed5fb285a5e250c2a6e0c607b0dbb020ba33
7
- data.tar.gz: a14db48e163ef6b7ea4f6e64ad42e000a94641efc21527cff496500f09b6b36492ba43583577a2397c62d6811109a3fcbe444a5f49d33f0540df214054b14a2d
6
+ metadata.gz: 7befc9b65f4e471a2c1b4d3e10987f1ee9b3c1e93eee485fe91fd93abc85cf24d381d38634cba96962d5b23499de17f986cac5439e5d2008e51aef2fab79b8f7
7
+ data.tar.gz: fa3d42f8f0db707883d4de709ec22b4292bada52460fb940cde581bd5dd0779d0ba95a0370baccfabf201cb186b71d12a3ddaee78dade5ae420ebd027c39b0d8
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.3.1
1
+ 2.3.4
@@ -106,7 +106,7 @@ module GithubWorkflow
106
106
 
107
107
  def ensure_github_config_present
108
108
  unless project_config && project_config["oauth_token"] && project_config["user_and_repo"]
109
- failure('Please add `.github` file containing `{ "oauth": "TOKEN", "repo": "user/repo" }`')
109
+ failure('Please add `.github` file containing `{ "oauth_token": "TOKEN", "user_and_repo": "user/repo" }`')
110
110
  end
111
111
  end
112
112
 
@@ -1,3 +1,3 @@
1
1
  module GithubWorkflow
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
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.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Liscio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-22 00:00:00.000000000 Z
11
+ date: 2017-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -117,8 +117,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  requirements: []
119
119
  rubyforge_project:
120
- rubygems_version: 2.5.1
120
+ rubygems_version: 2.5.2
121
121
  signing_key:
122
122
  specification_version: 4
123
123
  summary: DaisyBill's internal github workflows
124
124
  test_files: []
125
+ has_rdoc: