torquebox-core 3.0.0.beta1-java → 3.0.0.beta2-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 +20 -20
data/lib/torquebox-core.jar
CHANGED
Binary file
|
data/lib/torquebox-core.rb
CHANGED
metadata
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
name: torquebox-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: 6
|
5
|
-
version: 3.0.0.
|
5
|
+
version: 3.0.0.beta2
|
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: 2013-07
|
12
|
+
date: 2013-08-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: edn
|
@@ -70,28 +70,28 @@ files:
|
|
70
70
|
- lib/torquebox-core.jar
|
71
71
|
- lib/torquebox-core.rb
|
72
72
|
- lib/gem_hook.rb
|
73
|
-
- lib/torquebox/component_manager.rb
|
74
|
-
- lib/torquebox/logger.rb
|
75
|
-
- lib/torquebox/msc.rb
|
76
73
|
- lib/torquebox/registry.rb
|
77
|
-
- lib/torquebox/scheduled_job.rb
|
78
|
-
- lib/torquebox/kernel.rb
|
79
74
|
- lib/torquebox/service.rb
|
80
|
-
- lib/torquebox/injectors.rb
|
81
|
-
- lib/torquebox/service_registry.rb
|
82
75
|
- lib/torquebox/codecs.rb
|
76
|
+
- lib/torquebox/logger.rb
|
77
|
+
- lib/torquebox/component_manager.rb
|
78
|
+
- lib/torquebox/scheduled_job.rb
|
79
|
+
- lib/torquebox/msc.rb
|
83
80
|
- lib/torquebox/core.rb
|
84
|
-
- lib/torquebox/
|
85
|
-
- lib/torquebox/
|
86
|
-
- lib/torquebox/
|
81
|
+
- lib/torquebox/service_registry.rb
|
82
|
+
- lib/torquebox/kernel.rb
|
83
|
+
- lib/torquebox/injectors.rb
|
87
84
|
- lib/torquebox/codecs/marshal_smart.rb
|
85
|
+
- lib/torquebox/codecs/json.rb
|
86
|
+
- lib/torquebox/codecs/marshal.rb
|
88
87
|
- lib/torquebox/codecs/edn.rb
|
89
|
-
-
|
90
|
-
- spec/logger_spec.rb
|
91
|
-
- spec/codecs_spec.rb
|
88
|
+
- lib/torquebox/codecs/marshal_base64.rb
|
92
89
|
- spec/kernel_spec.rb
|
93
|
-
- spec/scheduled_job_spec.rb
|
94
90
|
- spec/injectors_spec.rb
|
91
|
+
- spec/scheduled_job_spec.rb
|
92
|
+
- spec/logger_spec.rb
|
93
|
+
- spec/service_registry_spec.rb
|
94
|
+
- spec/codecs_spec.rb
|
95
95
|
homepage: http://torquebox.org/
|
96
96
|
licenses:
|
97
97
|
- Public Domain
|
@@ -118,9 +118,9 @@ signing_key:
|
|
118
118
|
specification_version: 3
|
119
119
|
summary: TorqueBox Core Gem
|
120
120
|
test_files:
|
121
|
-
- spec/service_registry_spec.rb
|
122
|
-
- spec/logger_spec.rb
|
123
|
-
- spec/codecs_spec.rb
|
124
121
|
- spec/kernel_spec.rb
|
125
|
-
- spec/scheduled_job_spec.rb
|
126
122
|
- spec/injectors_spec.rb
|
123
|
+
- spec/scheduled_job_spec.rb
|
124
|
+
- spec/logger_spec.rb
|
125
|
+
- spec/service_registry_spec.rb
|
126
|
+
- spec/codecs_spec.rb
|