jenkins-capistrano 0.0.5 → 0.0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,7 +38,7 @@ module Jenkins
38
38
  end
39
39
 
40
40
  def config_node(name, opts = {})
41
- node_names.include?(name) ? update_node(name, config) : add_node(name, config)
41
+ node_names.include?(name) ? update_node(name, opts) : add_node(name, opts)
42
42
  end
43
43
 
44
44
  private
@@ -1,5 +1,5 @@
1
1
  module Jenkins
2
2
  module Capistrano
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.5.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jenkins-capistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-24 00:00:00.000000000 Z
12
+ date: 2012-10-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano