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.
- data/History.txt +4 -0
- data/init.d/trinidad.erb +1 -1
- data/lib/trinidad_init_services.rb +1 -1
- data/trinidad_init_services.gemspec +2 -2
- metadata +4 -4
data/History.txt
CHANGED
data/init.d/trinidad.erb
CHANGED
|
@@ -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.
|
|
17
|
-
s.date = '2012-01-
|
|
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.
|
|
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-
|
|
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: &
|
|
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: *
|
|
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
|