Skip to content

Commit

Permalink
Prepare for v1.4.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arangamani committed Sep 21, 2015
1 parent 6e2be6c commit 542e6e3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ CHANGELOG
upcoming
--------

v1.4.1 [21-SEP-2015]
----------------------
* [#191][] Add dynamic depth support for node attributes. Credit: [@stjohnjohnson][]

v1.4.0 [08-JUN-2015]
----------------------
* [#161][] Fix job#build method when true/false values are passed as timeout parameter. Credit: [@jlucasps][]
Expand Down Expand Up @@ -326,6 +330,7 @@ v0.0.1 [15-OCT-2012]
[#176]: https://github.com/arangamani/jenkins_api_client/issues/176
[#177]: https://github.com/arangamani/jenkins_api_client/issues/177
[#179]: https://github.com/arangamani/jenkins_api_client/issues/179
[#191]: https://github.com/arangamani/jenkins_api_client/issues/191
[@AndrewHanes]: https://github.com/AndrewHanes
[@Loa]: https://github.com/Loa
[@Niarfe]: https://github.com/Niarfe
Expand Down
8 changes: 4 additions & 4 deletions jenkins_api_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# 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.0 ruby lib
# stub: jenkins_api_client 1.4.1 ruby lib

Gem::Specification.new do |s|
s.name = "jenkins_api_client"
s.version = "1.4.0"
s.version = "1.4.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Kannan Manickam"]
s.date = "2015-06-09"
s.date = "2015-09-21"
s.description = "\nThis is a simple and easy-to-use Jenkins Api client with features focused on\nautomating Job configuration programaticaly and so forth"
s.email = ["arangamani.kannan@gmail.com"]
s.executables = ["jenkinscli"]
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.2"
s.rubygems_version = "2.2.3"
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 = 0
TINY = 1
# Used for pre-releases
PRE = nil
# Version String of Jenkins API Client.
Expand Down

0 comments on commit 542e6e3

Please sign in to comment.