Skip to content

Commit

Permalink
Bumped version to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
arangamani committed Jul 16, 2014
1 parent a578578 commit 3658450
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.0.1 [16-JUL-2014]
----------------------
* Add `charset=UTF-8` along with content_type when posting data to Jenkins.

v1.0.0 [23-JUN-2014]
----------------------
* Ruby 1.8 is not supported anymore.
Expand Down Expand Up @@ -288,4 +292,4 @@ v0.0.1 [15-OCT-2012]
[@spikegrobstein]: https://github.com/spikegrobstein
[@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,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.0.0 ruby lib
# stub: jenkins_api_client 1.0.1 ruby lib

Gem::Specification.new do |s|
s.name = "jenkins_api_client"
s.version = "1.0.0"
s.version = "1.0.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 = "2014-06-21"
s.date = "2014-07-16"
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 = 0
# 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 3658450

Please sign in to comment.