haproxy_join 0.2 → 0.3

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.
Files changed (2) hide show
  1. data/bin/haproxy_join +1 -1
  2. metadata +4 -4
@@ -85,7 +85,7 @@ def main
85
85
  begin
86
86
  File.copy(main_config, main_config + ".BAK-" + Time.now.strftime("%Y%m%d%H%M%S"))
87
87
  rescue NoMethodError
88
- File.copy(main_config, main_config + ".BAK-" + Time.now.strftime("%Y%m%d%H%M%S"))
88
+ FileUtils.cp(main_config, main_config + ".BAK-" + Time.now.strftime("%Y%m%d%H%M%S"))
89
89
  end
90
90
  end
91
91
 
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haproxy_join
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 2
9
- version: "0.2"
8
+ - 3
9
+ version: "0.3"
10
10
  platform: ruby
11
11
  authors:
12
12
  - joe williams
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-05-31 00:00:00 -07:00
17
+ date: 2011-06-01 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies: []
20
20