torquebox-core 2.2.0-java → 2.3.0-java
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gem_hook.rb +1 -1
- data/lib/torquebox-core.jar +0 -0
- data/lib/torquebox-core.rb +2 -2
- data/lib/torquebox/component_manager.rb +1 -1
- data/lib/torquebox/core.rb +1 -1
- data/lib/torquebox/injectors.rb +1 -1
- data/lib/torquebox/kernel.rb +1 -1
- data/lib/torquebox/logger.rb +1 -1
- data/lib/torquebox/msc.rb +6 -4
- data/lib/torquebox/registry.rb +1 -1
- data/lib/torquebox/scheduled_job.rb +4 -4
- data/lib/torquebox/service.rb +4 -4
- data/lib/torquebox/service_registry.rb +1 -1
- metadata +12 -12
data/lib/gem_hook.rb
CHANGED
data/lib/torquebox-core.jar
CHANGED
Binary file
|
data/lib/torquebox-core.rb
CHANGED
data/lib/torquebox/core.rb
CHANGED
data/lib/torquebox/injectors.rb
CHANGED
data/lib/torquebox/kernel.rb
CHANGED
data/lib/torquebox/logger.rb
CHANGED
data/lib/torquebox/msc.rb
CHANGED
@@ -1,20 +1,22 @@
|
|
1
|
-
# Copyright 2008-
|
2
|
-
#
|
1
|
+
# Copyright 2008-2013 Red Hat, Inc, and individual contributors.
|
2
|
+
#
|
3
3
|
# This is free software; you can redistribute it and/or modify it
|
4
4
|
# under the terms of the GNU Lesser General Public License as
|
5
5
|
# published by the Free Software Foundation; either version 2.1 of
|
6
6
|
# the License, or (at your option) any later version.
|
7
|
-
#
|
7
|
+
#
|
8
8
|
# This software is distributed in the hope that it will be useful,
|
9
9
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10
10
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
11
11
|
# Lesser General Public License for more details.
|
12
|
-
#
|
12
|
+
#
|
13
13
|
# You should have received a copy of the GNU Lesser General Public
|
14
14
|
# License along with this software; if not, write to the Free
|
15
15
|
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
|
16
16
|
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
|
17
17
|
|
18
|
+
require 'torquebox/injectors'
|
19
|
+
|
18
20
|
module TorqueBox
|
19
21
|
class MSC
|
20
22
|
class << self
|
data/lib/torquebox/registry.rb
CHANGED
@@ -1,15 +1,15 @@
|
|
1
|
-
# Copyright 2008-
|
2
|
-
#
|
1
|
+
# Copyright 2008-2013 Red Hat, Inc, and individual contributors.
|
2
|
+
#
|
3
3
|
# This is free software; you can redistribute it and/or modify it
|
4
4
|
# under the terms of the GNU Lesser General Public License as
|
5
5
|
# published by the Free Software Foundation; either version 2.1 of
|
6
6
|
# the License, or (at your option) any later version.
|
7
|
-
#
|
7
|
+
#
|
8
8
|
# This software is distributed in the hope that it will be useful,
|
9
9
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10
10
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
11
11
|
# Lesser General Public License for more details.
|
12
|
-
#
|
12
|
+
#
|
13
13
|
# You should have received a copy of the GNU Lesser General Public
|
14
14
|
# License along with this software; if not, write to the Free
|
15
15
|
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
|
data/lib/torquebox/service.rb
CHANGED
@@ -1,15 +1,15 @@
|
|
1
|
-
# Copyright 2008-
|
2
|
-
#
|
1
|
+
# Copyright 2008-2013 Red Hat, Inc, and individual contributors.
|
2
|
+
#
|
3
3
|
# This is free software; you can redistribute it and/or modify it
|
4
4
|
# under the terms of the GNU Lesser General Public License as
|
5
5
|
# published by the Free Software Foundation; either version 2.1 of
|
6
6
|
# the License, or (at your option) any later version.
|
7
|
-
#
|
7
|
+
#
|
8
8
|
# This software is distributed in the hope that it will be useful,
|
9
9
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10
10
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
11
11
|
# Lesser General Public License for more details.
|
12
|
-
#
|
12
|
+
#
|
13
13
|
# You should have received a copy of the GNU Lesser General Public
|
14
14
|
# License along with this software; if not, write to the Free
|
15
15
|
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
|
metadata
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
name: torquebox-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 2.
|
5
|
+
version: 2.3.0
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
8
|
- The TorqueBox Team
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-01-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
@@ -38,18 +38,18 @@ files:
|
|
38
38
|
- lib/torquebox-core.jar
|
39
39
|
- lib/torquebox-core.rb
|
40
40
|
- lib/gem_hook.rb
|
41
|
-
- lib/torquebox/service_registry.rb
|
42
|
-
- lib/torquebox/kernel.rb
|
43
41
|
- lib/torquebox/component_manager.rb
|
44
|
-
- lib/torquebox/
|
45
|
-
- lib/torquebox/
|
42
|
+
- lib/torquebox/logger.rb
|
43
|
+
- lib/torquebox/core.rb
|
46
44
|
- lib/torquebox/msc.rb
|
45
|
+
- lib/torquebox/kernel.rb
|
46
|
+
- lib/torquebox/injectors.rb
|
47
47
|
- lib/torquebox/service.rb
|
48
|
+
- lib/torquebox/scheduled_job.rb
|
48
49
|
- lib/torquebox/registry.rb
|
49
|
-
- lib/torquebox/
|
50
|
-
- lib/torquebox/core.rb
|
51
|
-
- spec/logger_spec.rb
|
50
|
+
- lib/torquebox/service_registry.rb
|
52
51
|
- spec/service_registry_spec.rb
|
52
|
+
- spec/logger_spec.rb
|
53
53
|
- spec/kernel_spec.rb
|
54
54
|
- spec/injectors_spec.rb
|
55
55
|
homepage: http://torquebox.org/
|
@@ -61,14 +61,14 @@ require_paths:
|
|
61
61
|
- lib
|
62
62
|
required_ruby_version: !ruby/object:Gem::Requirement
|
63
63
|
requirements:
|
64
|
-
- -
|
64
|
+
- - ">="
|
65
65
|
- !ruby/object:Gem::Version
|
66
66
|
version: !binary |-
|
67
67
|
MA==
|
68
68
|
none: false
|
69
69
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
70
70
|
requirements:
|
71
|
-
- -
|
71
|
+
- - ">="
|
72
72
|
- !ruby/object:Gem::Version
|
73
73
|
version: !binary |-
|
74
74
|
MA==
|
@@ -80,7 +80,7 @@ signing_key:
|
|
80
80
|
specification_version: 3
|
81
81
|
summary: TorqueBox Core Gem
|
82
82
|
test_files:
|
83
|
-
- spec/logger_spec.rb
|
84
83
|
- spec/service_registry_spec.rb
|
84
|
+
- spec/logger_spec.rb
|
85
85
|
- spec/kernel_spec.rb
|
86
86
|
- spec/injectors_spec.rb
|