tvd-runit 0.0.9 → 0.0.10

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.9
1
+ 0.0.10
@@ -17,10 +17,8 @@
17
17
  # limitations under the License.
18
18
  #
19
19
 
20
- define :runit_service, :only_if => false, :options => Hash.new do
20
+ define :runit_service, :only_if => false, :options => Hash.new, :env => Hash.new, :activate => true do
21
21
  params[:template_name] ||= params[:name]
22
- params[:env] ||= {}
23
- params[:activate] ||= false
24
22
 
25
23
  services_current = "#{params[:project_dir]}/current/service"
26
24
  services_run = "#{params[:project_dir]}/service"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tvd-runit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: