jira_issues 0.0.9 → 0.0.10
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/jira_issues/jira_workflow.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 135b25bd8345d7d8e35d2ce02fbfcade2aca3b57
|
4
|
+
data.tar.gz: 3abf09b94643dd05e993099126911f34c94ee594
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55b120858300386f58db6b45820f5e1a89d7c1ca414be2cee8569662cb1406d2380526e660390b4427d40a157f230872280e75dd7587d231f66cadd60f8ab147
|
7
|
+
data.tar.gz: f9c03d0ec2a05a65c59c13acfaf9b9cb875296b6b48dd401366e01c022bbc8211c0f50bd2018694a6f4266a90ace4ee2fffeeca52c4b31f15eecd263226b4948
|
@@ -26,6 +26,7 @@ module JiraIssues
|
|
26
26
|
'Awaiting QA Deploy' => CLOSED,
|
27
27
|
'Awaiting Copy' => OPEN,
|
28
28
|
'Awaiting Design' => OPEN,
|
29
|
+
'Design In Progress' => OPEN
|
29
30
|
}.fetch(status_name)
|
30
31
|
rescue KeyError => e
|
31
32
|
p "You have issue with custom - if you want mapping to be configurable please contact me #{Gem.loaded_specs["jira_issues"].metadata.fetch('source_code_uri')}"
|