Skip to content

Commit

Permalink
Prepare for v1.5.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arangamani committed Mar 30, 2017
1 parent 31053e1 commit a833d38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CHANGELOG
upcoming
--------

v1.5.0 [29-MAR-2017]
v1.5.2 [29-MAR-2017]
----------------------
* [#222][] Relax on nokogiri version requirement. Credit [@grosser][]
* Relax on JSON version requirement.
Expand Down
3 changes: 1 addition & 2 deletions jenkins_api_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ Gem::Specification.new do |s|
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 = "2016-10-05"
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']
s.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{lib/|gemspec}) }
s.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{lib/|bin/|java_deps/|gemspec}) }
s.require_paths = ['lib']
s.homepage = 'https://github.com/arangamani/jenkins_api_client'
s.required_ruby_version = ::Gem::Requirement.new('~> 2.1')
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 = 5
# Tiny version of the gem used for patches
TINY = 0
TINY = 2
# Used for pre-releases
PRE = nil
# Version String of Jenkins API Client.
Expand Down

0 comments on commit a833d38

Please sign in to comment.