File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ CHANGELOG
4
4
upcoming
5
5
--------
6
6
7
+ v1.4.3 [ 07-JUN-2016]
8
+ ----------------------
9
+ * [ #207 ] [ ] Add support for SOCKS proxies. Credit: [ @dylanmckay ] [ ]
10
+
7
11
v1.4.2 [ 25-OCT-2015]
8
12
----------------------
9
- * [ #188 ] [ ] Added ability view jobs in a view with details. Credir : [ @Tyrael ] [ ]
13
+ * [ #188 ] [ ] Added ability view jobs in a view with details. Credit : [ @Tyrael ] [ ]
10
14
11
15
v1.4.1 [ 21-SEP-2015]
12
16
----------------------
@@ -336,6 +340,7 @@ v0.0.1 [15-OCT-2012]
336
340
[ #179 ] : https://github.com/arangamani/jenkins_api_client/issues/179
337
341
[ #188 ] : https://github.com/arangamani/jenkins_api_client/issues/188
338
342
[ #191 ] : https://github.com/arangamani/jenkins_api_client/issues/191
343
+ [ #207 ] : https://github.com/arangamani/jenkins_api_client/issues/207
339
344
[ @AndrewHanes ] : https://github.com/AndrewHanes
340
345
[ @Loa ] : https://github.com/Loa
341
346
[ @Niarfe ] : https://github.com/Niarfe
@@ -353,6 +358,7 @@ v0.0.1 [15-OCT-2012]
353
358
[ @dkerwin ] : https://github.com/dkerwin
354
359
[ @dougforpres ] : https://github.com/dougforpres
355
360
[ @drnic ] : https://github.com/drnic
361
+ [ @dylanmckay ] : https://github.com/dylanmckay
356
362
[ @gpetras ] : https://github.com/gpetras
357
363
[ @hubert ] : https://github.com/hubert
358
364
[ @jlucasps ] : https://github.com/jlucasps
Original file line number Diff line number Diff line change 2
2
# DO NOT EDIT THIS FILE DIRECTLY
3
3
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
# -*- encoding: utf-8 -*-
5
- # stub: jenkins_api_client 1.4.2 ruby lib
5
+ # stub: jenkins_api_client 1.4.3 ruby lib
6
6
7
7
Gem ::Specification . new do |s |
8
8
s . name = "jenkins_api_client"
9
- s . version = "1.4.2 "
9
+ s . version = "1.4.3 "
10
10
11
11
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
12
12
s . require_paths = [ "lib" ]
13
13
s . authors = [ "Kannan Manickam" ]
14
- s . date = "2015-10-25 "
14
+ s . date = "2016-06-08 "
15
15
s . description = "\n This is a simple and easy-to-use Jenkins Api client with features focused on\n automating Job configuration programaticaly and so forth"
16
16
17
17
s . executables = [ "jenkinscli" ]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class Client
27
27
# Minor version of the gem
28
28
MINOR = 4
29
29
# Tiny version of the gem used for patches
30
- TINY = 2
30
+ TINY = 3
31
31
# Used for pre-releases
32
32
PRE = nil
33
33
# Version String of Jenkins API Client.
You can’t perform that action at this time.
0 commit comments