torquebox-core 2.0.2-java → 2.0.3-java
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/torquebox-core.jar +0 -0
- data/lib/torquebox-core.rb +2 -2
- metadata +11 -11
data/lib/torquebox-core.jar
CHANGED
Binary file
|
data/lib/torquebox-core.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: torquebox-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 2.0.
|
5
|
+
version: 2.0.3
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
8
|
- The TorqueBox Team
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2012-05-
|
13
|
+
date: 2012-05-04 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rspec
|
@@ -37,17 +37,17 @@ files:
|
|
37
37
|
- lib/torquebox-core.jar
|
38
38
|
- lib/torquebox-core.rb
|
39
39
|
- lib/gem_hook.rb
|
40
|
-
- lib/torquebox/
|
41
|
-
- lib/torquebox/service_registry.rb
|
42
|
-
- lib/torquebox/registry.rb
|
40
|
+
- lib/torquebox/injectors.rb
|
43
41
|
- lib/torquebox/kernel.rb
|
44
42
|
- lib/torquebox/component_manager.rb
|
45
|
-
- lib/torquebox/injectors.rb
|
46
43
|
- lib/torquebox/core.rb
|
47
|
-
-
|
44
|
+
- lib/torquebox/service_registry.rb
|
45
|
+
- lib/torquebox/logger.rb
|
46
|
+
- lib/torquebox/registry.rb
|
48
47
|
- spec/service_registry_spec.rb
|
49
|
-
- spec/
|
48
|
+
- spec/logger_spec.rb
|
50
49
|
- spec/injectors_spec.rb
|
50
|
+
- spec/kernel_spec.rb
|
51
51
|
homepage: http://torquebox.org/
|
52
52
|
licenses:
|
53
53
|
- lgpl
|
@@ -71,12 +71,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements: []
|
72
72
|
|
73
73
|
rubyforge_project:
|
74
|
-
rubygems_version: 1.8.
|
74
|
+
rubygems_version: 1.8.24
|
75
75
|
signing_key:
|
76
76
|
specification_version: 3
|
77
77
|
summary: TorqueBox Core Gem
|
78
78
|
test_files:
|
79
|
-
- spec/logger_spec.rb
|
80
79
|
- spec/service_registry_spec.rb
|
81
|
-
- spec/
|
80
|
+
- spec/logger_spec.rb
|
82
81
|
- spec/injectors_spec.rb
|
82
|
+
- spec/kernel_spec.rb
|