torquebox-core 2.3.0-java → 2.3.1-java

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -1,6 +1,6 @@
1
1
  module TorqueboxCore
2
- VERSION = '2.3.0'
3
- MAVEN_VERSION = '2.3.0'
2
+ VERSION = '2.3.1'
3
+ MAVEN_VERSION = '2.3.1'
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:
5
- version: 2.3.0
5
+ version: 2.3.1
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-01-25 00:00:00.000000000 Z
12
+ date: 2013-05-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -38,20 +38,20 @@ files:
38
38
  - lib/torquebox-core.jar
39
39
  - lib/torquebox-core.rb
40
40
  - lib/gem_hook.rb
41
- - lib/torquebox/component_manager.rb
42
41
  - lib/torquebox/logger.rb
43
- - lib/torquebox/core.rb
44
42
  - lib/torquebox/msc.rb
45
- - lib/torquebox/kernel.rb
46
- - lib/torquebox/injectors.rb
47
- - lib/torquebox/service.rb
48
43
  - lib/torquebox/scheduled_job.rb
44
+ - lib/torquebox/component_manager.rb
45
+ - lib/torquebox/injectors.rb
46
+ - lib/torquebox/core.rb
49
47
  - lib/torquebox/registry.rb
48
+ - lib/torquebox/kernel.rb
49
+ - lib/torquebox/service.rb
50
50
  - lib/torquebox/service_registry.rb
51
- - spec/service_registry_spec.rb
52
- - spec/logger_spec.rb
53
51
  - spec/kernel_spec.rb
52
+ - spec/service_registry_spec.rb
54
53
  - spec/injectors_spec.rb
54
+ - spec/logger_spec.rb
55
55
  homepage: http://torquebox.org/
56
56
  licenses:
57
57
  - lgpl
@@ -80,7 +80,7 @@ signing_key:
80
80
  specification_version: 3
81
81
  summary: TorqueBox Core Gem
82
82
  test_files:
83
- - spec/service_registry_spec.rb
84
- - spec/logger_spec.rb
85
83
  - spec/kernel_spec.rb
84
+ - spec/service_registry_spec.rb
86
85
  - spec/injectors_spec.rb
86
+ - spec/logger_spec.rb