blue 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/blue.rb +8 -0
- data/lib/blue/version.rb +1 -1
- metadata +4 -4
data/lib/blue.rb
CHANGED
@@ -36,6 +36,14 @@ module Blue
|
|
36
36
|
@@shared_path ||= "/u/apps/#{Blue.config.application}/shared/"
|
37
37
|
end
|
38
38
|
|
39
|
+
def self.logs_path
|
40
|
+
@@logs_path ||= shared_path += "logs/"
|
41
|
+
end
|
42
|
+
|
43
|
+
def self.pids_path
|
44
|
+
@@pids_path ||= shared_path += "pids/"
|
45
|
+
end
|
46
|
+
|
39
47
|
@@boxes = []
|
40
48
|
def self.register_box(klass)
|
41
49
|
@@boxes << klass
|
data/lib/blue/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 3
|
10
|
+
version: 0.2.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Josh Sharpe
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2013-06-
|
18
|
+
date: 2013-06-29 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: hashie
|