Skip to content

Commit

Permalink
Prepare for v1.4.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arangamani committed Oct 25, 2015
1 parent 230863e commit d478f8a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 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.2 [25-OCT-2015]
----------------------
* [#188][] Added ability view jobs in a view with details. Credir: [@Tyrael][]

This comment has been minimized.

Copy link
@Tyrael

Tyrael Oct 26, 2015

Contributor

you made a typo here, should be Credit, not Credir


v1.4.1 [21-SEP-2015]
----------------------
* [#191][] Add dynamic depth support for node attributes. Credit: [@stjohnjohnson][]
Expand Down Expand Up @@ -330,10 +334,12 @@ 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
[#188]: https://github.com/arangamani/jenkins_api_client/issues/188
[#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
[@Tyrael]: https://github.com/Tyrael
[@bkon]: https://github.com/bkon
[@bobbrez]: https://github.com/bobbrez
[@brettporter]: https://github.com/brettporter
Expand Down
6 changes: 3 additions & 3 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.1 ruby lib
# stub: jenkins_api_client 1.4.2 ruby lib

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

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-09-21"
s.date = "2015-10-25"
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 = ["[email protected]"]
s.executables = ["jenkinscli"]
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 = 1
TINY = 2
# Used for pre-releases
PRE = nil
# Version String of Jenkins API Client.
Expand Down

0 comments on commit d478f8a

Please sign in to comment.