torquebox-core 3.0.2-java → 3.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 31e6cdfcdeedf13896ef644453321e0b165bb814
4
- data.tar.gz: 725c2892e326242fe1a72426d1bc5be6c848cf73
3
+ metadata.gz: b2c5964a8d6edce3348a75b531174b9d78c9defb
4
+ data.tar.gz: 8862e3e58b47cb1b12bf4ba72d0c0f13a171faa9
5
5
  SHA512:
6
- metadata.gz: 3ead2fbe77d4c8bdfc1c98da0419edd092006570749856f8f2cadf6c7af41a539b72e7eaa0a5d2b7caa29b67af1bf620aa2bd3446cc9a1818acb19c12579f06d
7
- data.tar.gz: 364d9c86f2ac5ba2e3f28049abbe54406cad889a564203c55a38e7443fdceeb871a2ef4475b42764129ff0e2d0bf05848b93e50992a8066e05a720fa7d3a6d5f
6
+ metadata.gz: efb36b3fc0bd23992aab5c495ea9c641a1693fa6e1c2fdc92cf396e3763ba90136215be53a90dcc7d1ff6f2903df8976962935d0e9b89016f13015b90218ba3e
7
+ data.tar.gz: 4c5abee21f1b34c9086a726a7b6fc6d5e67fb785eb5a231f132796ea5294c24cb906b26b4716c076f58e19d8f86fedd596bc476ca5f9f55e4df69483244d8eaa
Binary file
@@ -1,6 +1,6 @@
1
1
  module TorqueboxCore
2
- VERSION = '3.0.2'
3
- MAVEN_VERSION = '3.0.2'
2
+ VERSION = '3.1.0'
3
+ MAVEN_VERSION = '3.1.0'
4
4
  end
5
5
  begin
6
6
  require 'java'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torquebox-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.1.0
5
5
  platform: java
6
6
  authors:
7
7
  - The TorqueBox Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-30 00:00:00.000000000 Z
11
+ date: 2014-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: edn
@@ -63,28 +63,28 @@ files:
63
63
  - lib/torquebox-core.jar
64
64
  - lib/torquebox-core.rb
65
65
  - lib/gem_hook.rb
66
- - lib/torquebox/msc.rb
67
66
  - lib/torquebox/logger.rb
68
- - lib/torquebox/component_manager.rb
69
67
  - lib/torquebox/registry.rb
68
+ - lib/torquebox/injectors.rb
69
+ - lib/torquebox/msc.rb
70
70
  - lib/torquebox/codecs.rb
71
- - lib/torquebox/service.rb
71
+ - lib/torquebox/kernel.rb
72
+ - lib/torquebox/scheduled_job.rb
72
73
  - lib/torquebox/service_registry.rb
74
+ - lib/torquebox/service.rb
73
75
  - lib/torquebox/core.rb
74
- - lib/torquebox/scheduled_job.rb
75
- - lib/torquebox/injectors.rb
76
- - lib/torquebox/kernel.rb
77
- - lib/torquebox/codecs/marshal_smart.rb
78
- - lib/torquebox/codecs/marshal.rb
76
+ - lib/torquebox/component_manager.rb
79
77
  - lib/torquebox/codecs/edn.rb
80
- - lib/torquebox/codecs/marshal_base64.rb
78
+ - lib/torquebox/codecs/marshal_smart.rb
81
79
  - lib/torquebox/codecs/json.rb
82
- - spec/scheduled_job_spec.rb
80
+ - lib/torquebox/codecs/marshal_base64.rb
81
+ - lib/torquebox/codecs/marshal.rb
83
82
  - spec/service_registry_spec.rb
84
- - spec/injectors_spec.rb
85
83
  - spec/logger_spec.rb
86
- - spec/codecs_spec.rb
84
+ - spec/injectors_spec.rb
87
85
  - spec/kernel_spec.rb
86
+ - spec/scheduled_job_spec.rb
87
+ - spec/codecs_spec.rb
88
88
  homepage: http://torquebox.org/
89
89
  licenses:
90
90
  - Public Domain
@@ -110,9 +110,9 @@ signing_key:
110
110
  specification_version: 4
111
111
  summary: TorqueBox Core Gem
112
112
  test_files:
113
- - spec/scheduled_job_spec.rb
114
113
  - spec/service_registry_spec.rb
115
- - spec/injectors_spec.rb
116
114
  - spec/logger_spec.rb
117
- - spec/codecs_spec.rb
115
+ - spec/injectors_spec.rb
118
116
  - spec/kernel_spec.rb
117
+ - spec/scheduled_job_spec.rb
118
+ - spec/codecs_spec.rb