jenkins-plugin-runtime 0.1.20 → 0.1.21

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.
@@ -6,7 +6,7 @@ module Jenkins::CLI
6
6
  # Jenkins instance. This disgusting hack detects if we're in
7
7
  # RSpec mode and just creates the proxy class without descending
8
8
  # from the Java class.
9
- if Jenkins.rspec_ewwww_gross_hack?
9
+ if Jenkins.respond_to?(:rspec_ewwww_gross_hack?)
10
10
  class CommandProxy; end
11
11
  else
12
12
  class CommandProxy < Java.hudson.cli.CLICommand; end
@@ -1,7 +1,7 @@
1
1
  module Jenkins
2
2
  class Plugin
3
3
  module Runtime
4
- VERSION = "0.1.20"
4
+ VERSION = "0.1.21"
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.1.20
5
+ version: 0.1.21
6
6
  platform: ruby
7
7
  authors:
8
8
  - Charles Lowell