errbit_pivotal_plugin 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a08e11e9e41d831c40f5dbc8568c729d0051b0b
|
4
|
+
data.tar.gz: 3ed263be33553224c315ff78eb499ae867b09008
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecc5084f552c1f4e4827c2c11930142f9959a43039d7109f68ee20fdca059a080612af45d7d4c218271cb85ea4152ca17188f2f8027f1beefa84e2104a252b72
|
7
|
+
data.tar.gz: f6d42c131dcc31dbd46b2793eddf030ea3f65c3cd3511d2e2352d863db67a580fafd7c6058f26626457a2b2f839c66c1759abcd81bf9d90e8d471ae59aa05a6c
|
@@ -68,7 +68,7 @@ module ErrbitPivotalPlugin
|
|
68
68
|
})
|
69
69
|
|
70
70
|
if story.errors.present?
|
71
|
-
raise
|
71
|
+
raise StandardError, story.errors.first
|
72
72
|
else
|
73
73
|
problem.update_attributes(
|
74
74
|
:issue_link => "https://www.pivotaltracker.com/story/show/#{story.id}",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: errbit_pivotal_plugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen Crosby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: errbit_plugin
|