bitbot 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/bitbot +1 -1
  2. data/bitbot.gemspec +1 -1
  3. metadata +2 -2
data/bin/bitbot CHANGED
@@ -26,7 +26,7 @@ unless File.exist?(File.dirname(config['data']['path']))
26
26
  exit 1
27
27
  end
28
28
 
29
- Daemons.run_proc('bitbot',
29
+ Daemons.run_proc(config['daemon_name'] || 'bitbot',
30
30
  :hard_exit => true,
31
31
  :backtrace => true,
32
32
  :ontop => false,
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{bitbot}
5
- s.version = "0.0.3"
5
+ s.version = "0.0.4"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ["Zach Wily"]
8
8
  s.email = ["zach@zwily.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitbot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
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-27 00:00:00.000000000 Z
12
+ date: 2013-05-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cinch