diff --git a/jenkins_api_client.gemspec b/jenkins_api_client.gemspec index 873befd8..fefb0d86 100644 --- a/jenkins_api_client.gemspec +++ b/jenkins_api_client.gemspec @@ -2,14 +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.beta.7 ruby lib Gem::Specification.new do |s| s.name = "jenkins_api_client" - s.version = "1.0.0.beta.6" + s.version = "1.0.0.beta.7" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= + s.require_paths = ["lib"] s.authors = ["Kannan Manickam"] - s.date = "2014-04-19" + s.date = "2014-06-20" 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"] @@ -80,13 +82,12 @@ Gem::Specification.new do |s| "travis/user_config.xml" ] s.homepage = "https://github.com/arangamani/jenkins_api_client" - s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new(">= 1.9.2") - s.rubygems_version = "1.8.23" + s.rubygems_version = "2.2.2" s.summary = "Jenkins JSON API Client" if s.respond_to? :specification_version then - s.specification_version = 3 + s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["~> 1.6.0"]) diff --git a/lib/jenkins_api_client/version.rb b/lib/jenkins_api_client/version.rb index 7131151b..5241beca 100644 --- a/lib/jenkins_api_client/version.rb +++ b/lib/jenkins_api_client/version.rb @@ -29,7 +29,7 @@ class Client # Tiny version of the gem used for patches TINY = 0 # Used for pre-releases - PRE = 'beta.6' + PRE = 'beta.7' # Version String of Jenkins API Client. VERSION = [MAJOR, MINOR, TINY, PRE].compact.join('.') end