jenkins_api_client 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,10 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
+ v0.6.2 [13-JAN-2013]
5
+ ---------------------
6
+ * Fixed a bug where running job previously aborted was not recognized by the color
7
+
4
8
  v0.6.1 [13-JAN-2013]
5
9
  ---------------------
6
10
  * Fixed a bug where the last few lines of console output was missed in the CLI when using the `jenkinscli job console` command.
@@ -355,7 +355,7 @@ module JenkinsApi
355
355
  "failure"
356
356
  when "yellow"
357
357
  "unstable"
358
- when "grey_anime", "blue_anime", "red_anime"
358
+ when /anime/
359
359
  "running"
360
360
  when "grey"
361
361
  "not_run"
@@ -24,7 +24,7 @@ module JenkinsApi
24
24
  class Client
25
25
  MAJOR = 0
26
26
  MINOR = 6
27
- TINY = 1
27
+ TINY = 2
28
28
  PRE = nil
29
29
  VERSION = [MAJOR, MINOR, TINY, PRE].compact.join('.')
30
30
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jenkins_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: