From 3658450c7fb419ff51493a6eaa6f6a3a284f17c5 Mon Sep 17 00:00:00 2001 From: Kannan Manickam Date: Tue, 15 Jul 2014 23:14:54 -0700 Subject: [PATCH] Bumped version to 1.0.1. --- CHANGELOG.md | 6 +++++- jenkins_api_client.gemspec | 6 +++--- lib/jenkins_api_client/version.rb | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 392f354e..a359c8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 \ No newline at end of file +[@woodbusy]: https://github.com/woodbusy diff --git a/jenkins_api_client.gemspec b/jenkins_api_client.gemspec index a367652a..3cec01d5 100644 --- a/jenkins_api_client.gemspec +++ b/jenkins_api_client.gemspec @@ -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 = ["arangamani.kannan@gmail.com"] s.executables = ["jenkinscli"] diff --git a/lib/jenkins_api_client/version.rb b/lib/jenkins_api_client/version.rb index 5bc37651..01c52c3b 100644 --- a/lib/jenkins_api_client/version.rb +++ b/lib/jenkins_api_client/version.rb @@ -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.