torquebox-core 3.0.0.beta1-java → 3.0.0.beta2-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.
Binary file
@@ -1,6 +1,6 @@
1
1
  module TorqueboxCore
2
- VERSION = '3.0.0.beta1'
3
- MAVEN_VERSION = '3.0.0.beta1'
2
+ VERSION = '3.0.0.beta2'
3
+ MAVEN_VERSION = '3.0.0.beta2'
4
4
  end
5
5
  begin
6
6
  require 'java'
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.beta1
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 00:00:00.000000000 Z
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/codecs/marshal_base64.rb
85
- - lib/torquebox/codecs/marshal.rb
86
- - lib/torquebox/codecs/json.rb
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
- - spec/service_registry_spec.rb
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