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 +4 -4
- data/lib/github_workflow/cli.rb +2 -2
- data/lib/github_workflow/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2acbeaea7ef1702cbba7fe6faac3aafac225f964
|
4
|
+
data.tar.gz: 3b99436e66d84ecc2064dbae8630a486675b6e49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa3ef7a77775f0c6ab062f452cbe1c31226187beeb2d67c723208cba95a509e707c83f21774a51e7b55afa3c743bcf3ee81278ece31eca530f772a1c8d0a6143
|
7
|
+
data.tar.gz: ff00ad848f3235710e104465a344f5ff0763f3ce117bbe7f19c95633c871f4d6a820a67994190970019b0e8ccdbc13c51f24e421928b597662996978a7c61b0d
|
data/lib/github_workflow/cli.rb
CHANGED
@@ -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
|
201
|
+
say_info("Fetching changes and rebasing master")
|
202
202
|
|
203
203
|
if success?("git pull --rebase")
|
204
204
|
pass("Fetched and rebased")
|
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
|
+
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-
|
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:
|