jenkins-plugin-runtime 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Charles Lowell"]
10
10
  s.email = ["cowboyd@thefrontside.net"]
11
- s.homepage = "http://github.com/cowboyd/jenkins-plugin-runtime"
11
+ s.homepage = "https://github.com/jenkinsci/jenkins.rb/tree/master/ruby-runtime"
12
12
  s.summary = %q{Runtime support libraries for Jenkins Ruby plugins}
13
13
  s.description = %q{I'll think of a better description later, but if you're reading this, then I haven't}
14
14
 
@@ -1,7 +1,7 @@
1
1
  module Jenkins
2
2
  class Plugin
3
3
  module Runtime
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jenkins-plugin-runtime
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.0
5
+ version: 0.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Charles Lowell
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-03-30 00:00:00 Z
13
+ date: 2012-04-04 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: json
@@ -166,7 +166,7 @@ files:
166
166
  - spec/spec_helper.rb
167
167
  - src/jenkins/ruby/DoDynamic.java
168
168
  - src/jenkins/ruby/Get.java
169
- homepage: http://github.com/cowboyd/jenkins-plugin-runtime
169
+ homepage: https://github.com/jenkinsci/jenkins.rb/tree/master/ruby-runtime
170
170
  licenses: []
171
171
 
172
172
  post_install_message: