jenkins_api_client 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,10 @@ CHANGELOG
4
4
  upcoming
5
5
  --------
6
6
 
7
+ v0.8.1 [15-FEB-2013]
8
+ ---------------------
9
+ * Fixed a bug in creating view. Issue #42
10
+
7
11
  v0.8.0 [14-FEB-2013]
8
12
  ---------------------
9
13
  * Added capability to send timer trigger while creating a job
@@ -24,7 +24,7 @@ module JenkinsApi
24
24
  class Client
25
25
  MAJOR = 0
26
26
  MINOR = 8
27
- TINY = 0
27
+ TINY = 1
28
28
  PRE = nil
29
29
  VERSION = [MAJOR, MINOR, TINY, PRE].compact.join('.')
30
30
  end
@@ -57,7 +57,7 @@ module JenkinsApi
57
57
  "json" => {
58
58
  "name" => view_name,
59
59
  "mode" => mode
60
- }
60
+ }.to_json
61
61
  }
62
62
  @client.api_post_request("/createView", initial_post_params)
63
63
  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.8.0
4
+ version: 0.8.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-14 00:00:00.000000000 Z
12
+ date: 2013-02-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri