torquebox-core 3.0.0.beta2-java → 3.0.0-java
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/lib/torquebox-core.jar +0 -0
- data/lib/torquebox-core.rb +2 -2
- metadata +22 -22
data/lib/torquebox-core.jar
CHANGED
|
Binary file
|
data/lib/torquebox-core.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: torquebox-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
version: 3.0.0
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 3.0.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: 2013-08-
|
|
12
|
+
date: 2013-08-28 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/
|
|
74
|
-
- lib/torquebox/
|
|
75
|
-
- lib/torquebox/codecs.rb
|
|
76
|
-
- lib/torquebox/logger.rb
|
|
73
|
+
- lib/torquebox/core.rb
|
|
74
|
+
- lib/torquebox/injectors.rb
|
|
77
75
|
- lib/torquebox/component_manager.rb
|
|
78
76
|
- lib/torquebox/scheduled_job.rb
|
|
79
|
-
- lib/torquebox/
|
|
80
|
-
- lib/torquebox/
|
|
81
|
-
- lib/torquebox/service_registry.rb
|
|
77
|
+
- lib/torquebox/logger.rb
|
|
78
|
+
- lib/torquebox/service.rb
|
|
82
79
|
- lib/torquebox/kernel.rb
|
|
83
|
-
- lib/torquebox/
|
|
84
|
-
- lib/torquebox/codecs
|
|
85
|
-
- lib/torquebox/
|
|
80
|
+
- lib/torquebox/service_registry.rb
|
|
81
|
+
- lib/torquebox/codecs.rb
|
|
82
|
+
- lib/torquebox/msc.rb
|
|
83
|
+
- lib/torquebox/registry.rb
|
|
84
|
+
- lib/torquebox/codecs/marshal_base64.rb
|
|
86
85
|
- lib/torquebox/codecs/marshal.rb
|
|
86
|
+
- lib/torquebox/codecs/marshal_smart.rb
|
|
87
87
|
- lib/torquebox/codecs/edn.rb
|
|
88
|
-
- lib/torquebox/codecs/
|
|
88
|
+
- lib/torquebox/codecs/json.rb
|
|
89
89
|
- spec/kernel_spec.rb
|
|
90
|
-
- spec/injectors_spec.rb
|
|
91
|
-
- spec/scheduled_job_spec.rb
|
|
92
90
|
- spec/logger_spec.rb
|
|
93
|
-
- spec/
|
|
91
|
+
- spec/scheduled_job_spec.rb
|
|
92
|
+
- spec/injectors_spec.rb
|
|
94
93
|
- spec/codecs_spec.rb
|
|
94
|
+
- spec/service_registry_spec.rb
|
|
95
95
|
homepage: http://torquebox.org/
|
|
96
96
|
licenses:
|
|
97
97
|
- Public Domain
|
|
@@ -107,9 +107,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
107
107
|
none: false
|
|
108
108
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
109
|
requirements:
|
|
110
|
-
- - '
|
|
110
|
+
- - '>='
|
|
111
111
|
- !ruby/object:Gem::Version
|
|
112
|
-
version:
|
|
112
|
+
version: '0'
|
|
113
113
|
none: false
|
|
114
114
|
requirements: []
|
|
115
115
|
rubyforge_project:
|
|
@@ -119,8 +119,8 @@ specification_version: 3
|
|
|
119
119
|
summary: TorqueBox Core Gem
|
|
120
120
|
test_files:
|
|
121
121
|
- spec/kernel_spec.rb
|
|
122
|
-
- spec/injectors_spec.rb
|
|
123
|
-
- spec/scheduled_job_spec.rb
|
|
124
122
|
- spec/logger_spec.rb
|
|
125
|
-
- spec/
|
|
123
|
+
- spec/scheduled_job_spec.rb
|
|
124
|
+
- spec/injectors_spec.rb
|
|
126
125
|
- spec/codecs_spec.rb
|
|
126
|
+
- spec/service_registry_spec.rb
|