github_workflow 0.1.1 → 0.1.2

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: 2c073d0d1e0bf855b3d9bf14dca7d41c18634d05
4
- data.tar.gz: c084c3180aa2fc5cb29056935f84c293c3856397
3
+ metadata.gz: 8980382c2c1bf1a76156b7d1b6a56362ca0a3494
4
+ data.tar.gz: 3eea423c440d02612ae473c00d76419372473ff2
5
5
  SHA512:
6
- metadata.gz: c71c01bb175d45d55c090642e2db0fec4082eedd6ff1b7c564ed1ea28cd9be91a9dd5d7bdd8ff91f588b564a1cd78f0c604d043fcbaf26a0e19259eec37513cd
7
- data.tar.gz: f8cafa22481f1953cf886c8911266b528d467562e8926c7a727d6dad51048d808a3e053cbdbcd3762ff9f34b7d9884e7e1e2c9861c270290cff53021e0ab9032
6
+ metadata.gz: 8a69a2d23300b057f7ebb102c95524211534c3f3a94658b387120cc3be2d978287b9a35893b93598b60029851602ed5fb285a5e250c2a6e0c607b0dbb020ba33
7
+ data.tar.gz: a14db48e163ef6b7ea4f6e64ad42e000a94641efc21527cff496500f09b6b36492ba43583577a2397c62d6811109a3fcbe444a5f49d33f0540df214054b14a2d
@@ -161,9 +161,6 @@ module GithubWorkflow
161
161
  }
162
162
  )
163
163
  ).tap do |response|
164
- puts response.status
165
- puts response.body
166
-
167
164
  if response.success?
168
165
  pass("Issue converted to Pull Request")
169
166
  say_info(JSON.parse(response.body)["url"])
@@ -1,3 +1,3 @@
1
1
  module GithubWorkflow
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github_workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Liscio