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.
Binary file
@@ -1,6 +1,6 @@
1
1
  module TorqueboxCore
2
- VERSION = '3.0.0.beta2'
3
- MAVEN_VERSION = '3.0.0.beta2'
2
+ VERSION = '3.0.0'
3
+ MAVEN_VERSION = '3.0.0'
4
4
  end
5
5
  begin
6
6
  require 'java'
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: 6
5
- version: 3.0.0.beta2
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-07 00:00:00.000000000 Z
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/registry.rb
74
- - lib/torquebox/service.rb
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/msc.rb
80
- - lib/torquebox/core.rb
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/injectors.rb
84
- - lib/torquebox/codecs/marshal_smart.rb
85
- - lib/torquebox/codecs/json.rb
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/marshal_base64.rb
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/service_registry_spec.rb
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: 1.3.1
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/service_registry_spec.rb
123
+ - spec/scheduled_job_spec.rb
124
+ - spec/injectors_spec.rb
126
125
  - spec/codecs_spec.rb
126
+ - spec/service_registry_spec.rb