git-story-workflow 0.9.5 → 0.9.6
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/VERSION +1 -1
- data/git-story-workflow.gemspec +3 -3
- data/lib/git/story/app.rb +2 -2
- data/lib/git/story/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df1890427d52cebcc384756d8a5b30e73f6e6bc0a5645b0f98c49f8ff9e5e314
|
|
4
|
+
data.tar.gz: f817052e1ec6612ff14b492828d7e6121fd4686e551a34b334141590b1036af2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d8a75218e07552c1826cc0a38931e16964e05e7dcc8b65594172243f1b5792d73398204ad8f86531e1172040fbabfaddf2582e05cfc118cf95127b4ddb8fe24
|
|
7
|
+
data.tar.gz: e73789355d2f998a0eb1cf10fb0af8b95ffe8ffc6687981ee432d12bec41f756ac77888a45a638f9987854ab0c14df67e64443625dd0adb05100e68b920f8a4b
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.6
|
data/git-story-workflow.gemspec
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
-
# stub: git-story-workflow 0.9.
|
|
2
|
+
# stub: git-story-workflow 0.9.6 ruby lib
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "git-story-workflow".freeze
|
|
6
|
-
s.version = "0.9.
|
|
6
|
+
s.version = "0.9.6"
|
|
7
7
|
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
9
9
|
s.require_paths = ["lib".freeze]
|
|
10
10
|
s.authors = ["Florian Frank".freeze]
|
|
11
|
-
s.date = "2019-
|
|
11
|
+
s.date = "2019-06-17"
|
|
12
12
|
s.description = "Gem abstracting a git workflow\u2026".freeze
|
|
13
13
|
s.email = "flori@ping.de".freeze
|
|
14
14
|
s.executables = ["git-story".freeze]
|
data/lib/git/story/app.rb
CHANGED
|
@@ -200,7 +200,7 @@ class Git::Story::App
|
|
|
200
200
|
result
|
|
201
201
|
end
|
|
202
202
|
rescue => e
|
|
203
|
-
"Getting pivotal story status => #{e.class}: #{e}".red
|
|
203
|
+
"Getting pivotal story status => #{e.class}: #{e}\n#{e.backtrace.join(?n)}".red
|
|
204
204
|
end
|
|
205
205
|
|
|
206
206
|
command doc: '[AUTHOR] list all stories'
|
|
@@ -451,7 +451,7 @@ class Git::Story::App
|
|
|
451
451
|
end
|
|
452
452
|
|
|
453
453
|
def fetch_story_owners(story_id)
|
|
454
|
-
pivotal_get("projects/#{pivotal_project}/stories/#{story_id}/owners")
|
|
454
|
+
pivotal_get("projects/#{pivotal_project}/stories/#{story_id}/owners")
|
|
455
455
|
end
|
|
456
456
|
|
|
457
457
|
def pivotal_get(path)
|
data/lib/git/story/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git-story-workflow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Florian Frank
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gem_hadar
|