Skip to content

Commit

Permalink
Bump version to 1.0.0.beta.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
arangamani committed Jun 20, 2014
1 parent f7ea5cf commit 8a22f0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions jenkins_api_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]
s.executables = ["jenkinscli"]
Expand Down Expand Up @@ -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<nokogiri>, ["~> 1.6.0"])
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 @@ -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
Expand Down

0 comments on commit 8a22f0c

Please sign in to comment.