JOT 1.0.3 → 1.0.4

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/bin/JOT +6 -1
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.3
1
+ 1.0.4
data/bin/JOT CHANGED
@@ -31,7 +31,12 @@ end
31
31
  # ========================================
32
32
  def populateSecurityLevels(issues, soapdriver,loginToken)
33
33
  issues.each do | issue |
34
- issue.security_level = soapdriver.getSecurityLevel(loginToken, issue.key).name
34
+ sl = soapdriver.getSecurityLevel(loginToken, issue.key)
35
+ if sl == nil then
36
+ issue.security_level = ""
37
+ else
38
+ issue.security_level = sl.name
39
+ end
35
40
  end
36
41
  end
37
42
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: JOT
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 3
10
- version: 1.0.3
9
+ - 4
10
+ version: 1.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Darrin Mison
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-25 00:00:00 Z
18
+ date: 2011-09-29 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement