File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ CHANGELOG
4
4
upcoming
5
5
--------
6
6
7
+ v1.4.5 [ 05-OCT-2016]
8
+ ----------------------
9
+ * Remove unnecessary rack gem as a runtime dependency.
10
+
7
11
v1.4.4 [ 09-SEP-2016]
8
12
----------------------
9
13
* [ #213 ] [ ] Add support for getting a user's API token.
@@ -384,4 +388,4 @@ v0.0.1 [15-OCT-2012]
384
388
[ @stjohnjohnson ] : https://github.com/stjohnjohnson
385
389
[ @sunaot ] : https://github.com/sunaot
386
390
[ @tjhanley ] : https://github.com/tjhanley
387
- [ @woodbusy ] : https://github.com/woodbusy
391
+ [ @woodbusy ] : https://github.com/woodbusy
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.4 ruby lib
5
+ # stub: jenkins_api_client 1.4.5 ruby lib
6
6
7
7
Gem ::Specification . new do |s |
8
8
s . name = "jenkins_api_client"
9
- s . version = "1.4.4 "
9
+ s . version = "1.4.5 "
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" ]
@@ -90,7 +90,7 @@ Gem::Specification.new do |s|
90
90
]
91
91
s . homepage = "https://github.com/arangamani/jenkins_api_client"
92
92
s . required_ruby_version = Gem ::Requirement . new ( ">= 1.9.2" )
93
- s . rubygems_version = "2.2.0 "
93
+ s . rubygems_version = "2.4.5.1 "
94
94
s . summary = "Jenkins JSON API Client"
95
95
96
96
if s . respond_to? :specification_version then
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 = 4
30
+ TINY = 5
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