trinidad_init_services 1.1.0.pre → 1.1.0.pre2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ require 'trinidad'
3
3
 
4
4
  module Trinidad
5
5
  module Daemon
6
- VERSION = '1.1.0.pre'
6
+ VERSION = '1.1.0.pre2'
7
7
 
8
8
  def init
9
9
  end
@@ -120,7 +120,7 @@ module Trinidad
120
120
  end
121
121
 
122
122
  def prunsrv_path
123
- prunsrv = 'prunsrv_' + (ia64? 'ia64' : 'amd64') + '.exe'
123
+ prunsrv = 'prunsrv_' + (ia64? ? 'ia64' : 'amd64') + '.exe'
124
124
  File.join(@jars_path, prunsrv)
125
125
  end
126
126
 
@@ -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.pre'
17
- s.date = '2011-09-30'
16
+ s.version = '1.1.0.pre2'
17
+ s.date = '2011-10-03'
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
@@ -2,7 +2,7 @@
2
2
  name: trinidad_init_services
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 1.1.0.pre
5
+ version: 1.1.0.pre2
6
6
  platform: ruby
7
7
  authors:
8
8
  - David Calavera
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-09-30 00:00:00 +02:00
13
+ date: 2011-10-03 00:00:00 +02:00
14
14
  default_executable: trinidad_daemon_install
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency