jenkins-plugin-runtime 0.1.22 → 0.1.23
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.
- data/lib/jenkins/plugin.rb +1 -1
- data/lib/jenkins/plugin/runtime/version.rb +1 -1
- metadata +2 -2
data/lib/jenkins/plugin.rb
CHANGED
|
@@ -115,8 +115,8 @@ module Jenkins
|
|
|
115
115
|
# @param [Class] describable_class the class implementing the extension point
|
|
116
116
|
# @see [Model::Describable]
|
|
117
117
|
def register_describable(describable_class)
|
|
118
|
-
fail "#{describable_class} is not an instance of Describable" unless describable_class.is_a? Model::Describable
|
|
119
118
|
on.start do
|
|
119
|
+
fail "#{describable_class} is not an instance of Describable" unless describable_class.is_a? Model::Describable
|
|
120
120
|
descriptor_class = descriptor_class.descriptor_is || Jenkins::Model::Descriptor
|
|
121
121
|
descriptor = descriptor_class.new(ruby_class, self, describable_class.describe_as_type)
|
|
122
122
|
@descriptors[ruby_class] = descriptor
|
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.1.
|
|
5
|
+
version: 0.1.23
|
|
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-
|
|
13
|
+
date: 2012-02-02 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: json
|