Skip to content

Commit

Permalink
Prepare for 1.4.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arangamani committed Oct 5, 2016
1 parent 01fb2a5 commit 1801c6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ CHANGELOG
upcoming
--------

v1.4.5 [05-OCT-2016]
----------------------
* Remove unnecessary rack gem as a runtime dependency.

v1.4.4 [09-SEP-2016]
----------------------
* [#213][] Add support for getting a user's API token.
Expand Down Expand Up @@ -384,4 +388,4 @@ v0.0.1 [15-OCT-2012]
[@stjohnjohnson]: https://github.com/stjohnjohnson
[@sunaot]: https://github.com/sunaot
[@tjhanley]: https://github.com/tjhanley
[@woodbusy]: https://github.com/woodbusy
[@woodbusy]: https://github.com/woodbusy
6 changes: 3 additions & 3 deletions jenkins_api_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: jenkins_api_client 1.4.4 ruby lib
# stub: jenkins_api_client 1.4.5 ruby lib

Gem::Specification.new do |s|
s.name = "jenkins_api_client"
s.version = "1.4.4"
s.version = "1.4.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
Expand Down Expand Up @@ -90,7 +90,7 @@ Gem::Specification.new do |s|
]
s.homepage = "https://github.com/arangamani/jenkins_api_client"
s.required_ruby_version = Gem::Requirement.new(">= 1.9.2")
s.rubygems_version = "2.2.0"
s.rubygems_version = "2.4.5.1"
s.summary = "Jenkins JSON API Client"

if s.respond_to? :specification_version then
Expand Down
2 changes: 1 addition & 1 deletion lib/jenkins_api_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Client
# Minor version of the gem
MINOR = 4
# Tiny version of the gem used for patches
TINY = 4
TINY = 5
# Used for pre-releases
PRE = nil
# Version String of Jenkins API Client.
Expand Down

0 comments on commit 1801c6e

Please sign in to comment.