jenkins-plugin 0.1.10 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
 
2
2
  source :rubygems
3
3
 
4
- gem "jenkins-plugin-runtime", "~> 0.1.5"
4
+ gem "jenkins-plugin-runtime", "~> 0.1.8"
@@ -7,9 +7,8 @@ class <%= name.capitalize %><%= @step_class %> < Jenkins::Tasks::<%= @step_class
7
7
  # Runs before the build begins
8
8
  #
9
9
  # @param [Jenkins::Model::Build] build the build which will begin
10
- # @param [Jenkins::Launcher] launcher the launcher that can run code on the node running this build
11
10
  # @param [Jenkins::Model::Listener] listener the listener for this build.
12
- def prebuild(build, launcher, listener)
11
+ def prebuild(build, listener)
13
12
  # do any setup that needs to be done before this build runs.
14
13
  end
15
14
 
@@ -5,4 +5,5 @@ Jenkins::Plugin::Specification.new do |plugin|
5
5
  plugin.description = 'enter description here'
6
6
 
7
7
  plugin.depends_on 'ruby-runtime', '0.3'
8
+ plugin.depends_on 'git', '1.1.11'
8
9
  end
@@ -1,5 +1,5 @@
1
1
  module Jenkins
2
2
  class Plugin
3
- VERSION = "0.1.10"
3
+ VERSION = "0.1.11"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jenkins-plugin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 10
10
- version: 0.1.10
9
+ - 11
10
+ version: 0.1.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Charles Lowell
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-30 00:00:00 -05:00
18
+ date: 2011-10-01 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency