codesake_commons 0.67.0 → 0.70.0

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.
@@ -49,7 +49,7 @@ module Codesake
49
49
  def helo(msg, pid_file = nil)
50
50
  STDOUT.printf "[*] #{msg} at #{Time.now.strftime("%H:%M:%S")}\n".color(:white)
51
51
  send_to_syslog(msg, :helo)
52
- create_pid_file(pid_file) unless pid_file.nil?
52
+ Codesake::Commons::Io.create_pid_file(pid_file) unless pid_file.nil?
53
53
  end
54
54
 
55
55
  def toggle_silence
@@ -1,5 +1,5 @@
1
1
  module Codesake
2
2
  module Commons
3
- VERSION = "0.67.0"
3
+ VERSION = "0.70.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codesake_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.67.0
4
+ version: 0.70.0
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: 2013-05-28 00:00:00.000000000 Z
12
+ date: 2013-07-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rainbow