Merge pull request #40 from jenkinsci/update-gem-homepage

I'm bad at code. Right URLs, everywhere.
This commit is contained in:
Kohsuke Kawaguchi 2012-04-03 14:39:48 -07:00
commit 31966e9e5a
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ["Charles Lowell"]
s.email = ["cowboyd@thefrontside.net"]
s.homepage = "http://github.com/cowboyd/jenkins-plugin-runtime"
s.homepage = "https://github.com/jenkinsci/jenkins.rb/tree/master/ruby-runtime"
s.summary = %q{Runtime support libraries for Jenkins Ruby plugins}
s.description = %q{I'll think of a better description later, but if you're reading this, then I haven't}

View File

@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ["Charles Lowell", "Nic Williams"]
s.email = ["cowboyd@thefrontside.net", "drnicwilliams@gmail.com"]
s.homepage = "https://github.com/cowboyd/jenkins.rb/tree/master/ruby-tools/cli"
s.homepage = "https://github.com/jenkinsci/jenkins.rb/tree/master/ruby-tools/cli"
s.summary = %q{Painless Continuous Integration with Jenkins Server}
s.description = %q{A suite of utilities for bringing continous integration to your projects (not the other way around) with jenkins CI}

View File

@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ["Charles Lowell", "Jørgen P. Tjernø", "Kohsuke Kawaguchi"]
s.email = ["cowboyd@thefrontside.net"]
s.homepage = "https://github.com/cowboyd/jenkins.rb/tree/master/ruby-tools/jpi"
s.homepage = "https://github.com/jenkinsci/jenkins.rb/tree/master/ruby-tools/jpi"
s.summary = %q{Tools for creating and building Jenkins Ruby plugins}
s.description = %q{Allows you to generate a new Ruby plugin project, build it, test it in Jenkins and release it to the Jenkins Update Center.}