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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1ad42550857dd054af1df4482c05f5e77a7370abb6f55c00367d39f9677356e
4
- data.tar.gz: c41bb5aaae3d919cc333846b762dd3564d41c6f41629c38e1ca124ae51d1f509
3
+ metadata.gz: df1890427d52cebcc384756d8a5b30e73f6e6bc0a5645b0f98c49f8ff9e5e314
4
+ data.tar.gz: f817052e1ec6612ff14b492828d7e6121fd4686e551a34b334141590b1036af2
5
5
  SHA512:
6
- metadata.gz: 9919ec579b03165ff1cd59ed0523d2649395ca97944a1ce967c5e1faff21a90fed85bc625233d349817a8fdfe33b7e12e802498ed060c9eaa320058fab635cfe
7
- data.tar.gz: 4a94939052852837378d409243f70f5c84145aed9665c5033ebfefcb2938f2be5a47f9580dc64161bff37be6a62c4b6eba8880f04738321ed57c96c330b199e6
6
+ metadata.gz: 9d8a75218e07552c1826cc0a38931e16964e05e7dcc8b65594172243f1b5792d73398204ad8f86531e1172040fbabfaddf2582e05cfc118cf95127b4ddb8fe24
7
+ data.tar.gz: e73789355d2f998a0eb1cf10fb0af8b95ffe8ffc6687981ee432d12bec41f756ac77888a45a638f9987854ab0c14df67e64443625dd0adb05100e68b920f8a4b
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.5
1
+ 0.9.6
@@ -1,14 +1,14 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: git-story-workflow 0.9.5 ruby lib
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.5"
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-05-28"
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]
@@ -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").full?
454
+ pivotal_get("projects/#{pivotal_project}/stories/#{story_id}/owners")
455
455
  end
456
456
 
457
457
  def pivotal_get(path)
@@ -1,6 +1,6 @@
1
1
  module Git::Story
2
2
  # Git::Story version
3
- VERSION = '0.9.5'
3
+ VERSION = '0.9.6'
4
4
  VERSION_ARRAY = VERSION.split('.').map(&:to_i) # :nodoc:
5
5
  VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
6
6
  VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
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.5
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-05-28 00:00:00.000000000 Z
11
+ date: 2019-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gem_hadar