torquebox-core 2.3.1-java → 2.3.2-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 = '2.3.1'
3
- MAVEN_VERSION = '2.3.1'
2
+ VERSION = '2.3.2'
3
+ MAVEN_VERSION = '2.3.2'
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.1
5
+ version: 2.3.2
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-05-07 00:00:00.000000000 Z
12
+ date: 2013-06-12 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/logger.rb
42
- - lib/torquebox/msc.rb
43
- - lib/torquebox/scheduled_job.rb
41
+ - lib/torquebox/service.rb
42
+ - lib/torquebox/registry.rb
44
43
  - lib/torquebox/component_manager.rb
45
- - lib/torquebox/injectors.rb
44
+ - lib/torquebox/logger.rb
46
45
  - lib/torquebox/core.rb
47
- - lib/torquebox/registry.rb
46
+ - lib/torquebox/msc.rb
48
47
  - lib/torquebox/kernel.rb
49
- - lib/torquebox/service.rb
50
48
  - lib/torquebox/service_registry.rb
51
- - spec/kernel_spec.rb
49
+ - lib/torquebox/scheduled_job.rb
50
+ - lib/torquebox/injectors.rb
52
51
  - spec/service_registry_spec.rb
53
- - spec/injectors_spec.rb
54
52
  - spec/logger_spec.rb
53
+ - spec/kernel_spec.rb
54
+ - spec/injectors_spec.rb
55
55
  homepage: http://torquebox.org/
56
56
  licenses:
57
57
  - lgpl
@@ -61,17 +61,15 @@ require_paths:
61
61
  - lib
62
62
  required_ruby_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
- - - ">="
64
+ - - '>='
65
65
  - !ruby/object:Gem::Version
66
- version: !binary |-
67
- MA==
66
+ version: '0'
68
67
  none: false
69
68
  required_rubygems_version: !ruby/object:Gem::Requirement
70
69
  requirements:
71
- - - ">="
70
+ - - '>='
72
71
  - !ruby/object:Gem::Version
73
- version: !binary |-
74
- MA==
72
+ version: '0'
75
73
  none: false
76
74
  requirements: []
77
75
  rubyforge_project:
@@ -80,7 +78,7 @@ signing_key:
80
78
  specification_version: 3
81
79
  summary: TorqueBox Core Gem
82
80
  test_files:
83
- - spec/kernel_spec.rb
84
81
  - spec/service_registry_spec.rb
85
- - spec/injectors_spec.rb
86
82
  - spec/logger_spec.rb
83
+ - spec/kernel_spec.rb
84
+ - spec/injectors_spec.rb