github_workflow 0.1.4 → 0.1.5

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: c85aab59750c2433290bab243396e420343d9e99
4
- data.tar.gz: 3fa36a5e373d982c38a1207c631ca786b43c3c1e
3
+ metadata.gz: 2acbeaea7ef1702cbba7fe6faac3aafac225f964
4
+ data.tar.gz: 3b99436e66d84ecc2064dbae8630a486675b6e49
5
5
  SHA512:
6
- metadata.gz: 87723851b530982da33ca091e0d2b3f9f42f05aa98ad386b5ef30ccf6e4fbd81c9acebf61e71c1af95d05066331b506eb5dd976a579f616c08c14cb8156aae41
7
- data.tar.gz: 9810086260e37cdc19e6a869ab1a0ec98b8eedceec059ff5650a1df9ce6421b0e47af54ccca8a79858f1940c4f6f4a51050509a91a8eaecea9b0db247d76b96e
6
+ metadata.gz: aa3ef7a77775f0c6ab062f452cbe1c31226187beeb2d67c723208cba95a509e707c83f21774a51e7b55afa3c743bcf3ee81278ece31eca530f772a1c8d0a6143
7
+ data.tar.gz: ff00ad848f3235710e104465a344f5ff0763f3ce117bbe7f19c95633c871f4d6a820a67994190970019b0e8ccdbc13c51f24e421928b597662996978a7c61b0d
@@ -159,7 +159,7 @@ module GithubWorkflow
159
159
  {
160
160
  head: current_branch,
161
161
  base: options[:base_branch] || "master",
162
- issue: issue_number_from_branch
162
+ issue: issue_number_from_branch.to_i
163
163
  }
164
164
  )
165
165
  ).tap do |response|
@@ -198,7 +198,7 @@ module GithubWorkflow
198
198
  end
199
199
 
200
200
  def rebase_master
201
- say_info("Fetching changes and rebaseing master")
201
+ say_info("Fetching changes and rebasing master")
202
202
 
203
203
  if success?("git pull --rebase")
204
204
  pass("Fetched and rebased")
@@ -1,3 +1,3 @@
1
1
  module GithubWorkflow
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Liscio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-03 00:00:00.000000000 Z
11
+ date: 2018-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -122,4 +122,3 @@ signing_key:
122
122
  specification_version: 4
123
123
  summary: DaisyBill's internal github workflows
124
124
  test_files: []
125
- has_rdoc: