boned 0.2.2 → 0.2.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.
@@ -1,5 +1,9 @@
1
1
  BONED, CHANGES
2
2
 
3
+ #### 0.2.3 (2010-01-09) ###############################
4
+
5
+ * CHANGE: Create server pid and log in /tmp rather than pwd
6
+
3
7
  #### 0.2.2 (2010-01-08) ###############################
4
8
 
5
9
  * FIXED: Fix for stopping redis
@@ -1,7 +1,7 @@
1
1
  @spec = Gem::Specification.new do |s|
2
2
  s.name = "boned"
3
3
  s.rubyforge_project = 'boned'
4
- s.version = "0.2.2"
4
+ s.version = "0.2.3"
5
5
  s.summary = "The bone daemon"
6
6
  s.description = s.summary
7
7
  s.author = "Delano Mandelbaum"
@@ -23,7 +23,7 @@ module Boned
23
23
  module VERSION
24
24
  MAJOR = 0
25
25
  MINOR = 2
26
- TINY = 2
26
+ TINY = 3
27
27
  PATCH = '001'
28
28
  def self.inspect; [to_s, PATCH].join('.'); end
29
29
  def self.to_s; [MAJOR, MINOR, TINY].join('.'); end
@@ -48,8 +48,8 @@ class Boned::CLI < Drydock::Command
48
48
  :address => '0.0.0.0',
49
49
  :port => port,
50
50
  :timeout => 30,
51
- :log => "log/boned-#{port}.log",
52
- :pid => "tmp/pids/boned-#{port}.pid",
51
+ :log => "/tmp/boned-#{port}.log",
52
+ :pid => "/tmp/boned-#{port}.pid",
53
53
  :max_conns => Thin::Server::DEFAULT_MAXIMUM_CONNECTIONS,
54
54
  :max_persistent_conns => Thin::Server::DEFAULT_MAXIMUM_PERSISTENT_CONNECTIONS,
55
55
  :require => [],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boned
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Delano Mandelbaum
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-08 00:00:00 -05:00
12
+ date: 2010-01-10 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies: []
15
15