trinidad_init_services 1.1.0 → 1.1.1

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,3 +1,7 @@
1
+ == 1.1.1 (2012-01-16)
2
+
3
+ * Fix #8: issue on with -errfile &1 being misinterpreted.
4
+
1
5
  == 1.1.0 (2012-01-04)
2
6
 
3
7
  * Fix bug that didn't allow to create several services with different ids.
@@ -55,7 +55,7 @@ JSVC_ARGS="-home $JAVA_HOME \
55
55
  -procname jsvc-$SCRIPT_NAME \
56
56
  -jvm server
57
57
  -outfile $LOG_FILE \
58
- -errfile &1"
58
+ -errfile '&1'"
59
59
 
60
60
  #
61
61
  # Stop/Start
@@ -3,7 +3,7 @@ require 'trinidad'
3
3
 
4
4
  module Trinidad
5
5
  module Daemon
6
- VERSION = '1.1.0'
6
+ VERSION = '1.1.1'
7
7
 
8
8
  def init
9
9
  end
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'trinidad_init_services'
16
- s.version = '1.1.0'
17
- s.date = '2012-01-04'
16
+ s.version = '1.1.1'
17
+ s.date = '2012-01-16'
18
18
  s.rubyforge_project = 'trinidad_init_services'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trinidad_init_services
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-04 00:00:00.000000000 Z
12
+ date: 2012-01-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: trinidad
16
- requirement: &2154417140 !ruby/object:Gem::Requirement
16
+ requirement: &2153204080 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 1.2.2
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2154417140
24
+ version_requirements: *2153204080
25
25
  description: Trinidad init service scripts on Apache Commons Daemon and JRuby-jsvc,
26
26
  compatible with Unix and Windows services
27
27
  email: calavera@apache.org