procman 1.1.1 → 1.1.2

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.
data/lib/proc_man.rb CHANGED
@@ -3,7 +3,7 @@ require 'proc_man/procfile'
3
3
 
4
4
  module ProcMan
5
5
 
6
- VERSION = '1.1.1'
6
+ VERSION = '1.1.2'
7
7
 
8
8
  class Error < StandardError; end
9
9
 
@@ -12,7 +12,11 @@ module ProcMan
12
12
  end
13
13
 
14
14
  def environment
15
- @environment || 'production'
15
+ @environment || 'development'
16
+ end
17
+
18
+ def root
19
+ @root ||= File.expand_path('./')
16
20
  end
17
21
 
18
22
  def method_missing(method, &block)
data/procman-1.1.1.gem ADDED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: procman
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -26,6 +26,7 @@ files:
26
26
  - lib/proc_man.rb
27
27
  - LICENCE
28
28
  - Procfile
29
+ - procman-1.1.1.gem
29
30
  - procman.gemspec
30
31
  - README.md
31
32
  homepage: http://atechmedia.com