torquebox-core 3.0.1-java → 3.0.2-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/torquebox-core.jar +0 -0
- data/lib/torquebox-core.rb +2 -2
- metadata +13 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31e6cdfcdeedf13896ef644453321e0b165bb814
|
4
|
+
data.tar.gz: 725c2892e326242fe1a72426d1bc5be6c848cf73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ead2fbe77d4c8bdfc1c98da0419edd092006570749856f8f2cadf6c7af41a539b72e7eaa0a5d2b7caa29b67af1bf620aa2bd3446cc9a1818acb19c12579f06d
|
7
|
+
data.tar.gz: 364d9c86f2ac5ba2e3f28049abbe54406cad889a564203c55a38e7443fdceeb871a2ef4475b42764129ff0e2d0bf05848b93e50992a8066e05a720fa7d3a6d5f
|
data/lib/torquebox-core.jar
CHANGED
Binary file
|
data/lib/torquebox-core.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: torquebox-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.2
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- The TorqueBox Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: edn
|
@@ -64,26 +64,26 @@ files:
|
|
64
64
|
- lib/torquebox-core.rb
|
65
65
|
- lib/gem_hook.rb
|
66
66
|
- lib/torquebox/msc.rb
|
67
|
-
- lib/torquebox/scheduled_job.rb
|
68
67
|
- lib/torquebox/logger.rb
|
69
|
-
- lib/torquebox/service.rb
|
70
|
-
- lib/torquebox/kernel.rb
|
71
|
-
- lib/torquebox/core.rb
|
72
68
|
- lib/torquebox/component_manager.rb
|
73
|
-
- lib/torquebox/codecs.rb
|
74
69
|
- lib/torquebox/registry.rb
|
75
|
-
- lib/torquebox/
|
70
|
+
- lib/torquebox/codecs.rb
|
71
|
+
- lib/torquebox/service.rb
|
76
72
|
- lib/torquebox/service_registry.rb
|
77
|
-
- lib/torquebox/
|
73
|
+
- lib/torquebox/core.rb
|
74
|
+
- lib/torquebox/scheduled_job.rb
|
75
|
+
- lib/torquebox/injectors.rb
|
76
|
+
- lib/torquebox/kernel.rb
|
77
|
+
- lib/torquebox/codecs/marshal_smart.rb
|
78
78
|
- lib/torquebox/codecs/marshal.rb
|
79
|
-
- lib/torquebox/codecs/marshal_base64.rb
|
80
79
|
- lib/torquebox/codecs/edn.rb
|
81
|
-
- lib/torquebox/codecs/
|
80
|
+
- lib/torquebox/codecs/marshal_base64.rb
|
81
|
+
- lib/torquebox/codecs/json.rb
|
82
82
|
- spec/scheduled_job_spec.rb
|
83
|
+
- spec/service_registry_spec.rb
|
83
84
|
- spec/injectors_spec.rb
|
84
85
|
- spec/logger_spec.rb
|
85
86
|
- spec/codecs_spec.rb
|
86
|
-
- spec/service_registry_spec.rb
|
87
87
|
- spec/kernel_spec.rb
|
88
88
|
homepage: http://torquebox.org/
|
89
89
|
licenses:
|
@@ -111,8 +111,8 @@ specification_version: 4
|
|
111
111
|
summary: TorqueBox Core Gem
|
112
112
|
test_files:
|
113
113
|
- spec/scheduled_job_spec.rb
|
114
|
+
- spec/service_registry_spec.rb
|
114
115
|
- spec/injectors_spec.rb
|
115
116
|
- spec/logger_spec.rb
|
116
117
|
- spec/codecs_spec.rb
|
117
|
-
- spec/service_registry_spec.rb
|
118
118
|
- spec/kernel_spec.rb
|