torquebox-core 3.0.1-java → 3.0.2-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d63bd1863c61f8b0e2589383b342faed0da1002
4
- data.tar.gz: d3f20a98e2111aa72193e43b91b26a6ae1d0ee5b
3
+ metadata.gz: 31e6cdfcdeedf13896ef644453321e0b165bb814
4
+ data.tar.gz: 725c2892e326242fe1a72426d1bc5be6c848cf73
5
5
  SHA512:
6
- metadata.gz: 3befc54625a78d345b0df1a39475b03e1a25d935fcba77fe1278aa51c12932a9e634ac3e870b512f31efd24efe5dc68921c16f9a39750b1e966046b6eb373500
7
- data.tar.gz: e12667d270ff94bcfafff96c6619a9c25ff23c882d532b6a6fc9c17e12d13093a0c08b9d54076a785ec25b72814a49ab088ba4bcabedeb957ee3e5e0c54e815b
6
+ metadata.gz: 3ead2fbe77d4c8bdfc1c98da0419edd092006570749856f8f2cadf6c7af41a539b72e7eaa0a5d2b7caa29b67af1bf620aa2bd3446cc9a1818acb19c12579f06d
7
+ data.tar.gz: 364d9c86f2ac5ba2e3f28049abbe54406cad889a564203c55a38e7443fdceeb871a2ef4475b42764129ff0e2d0bf05848b93e50992a8066e05a720fa7d3a6d5f
Binary file
@@ -1,6 +1,6 @@
1
1
  module TorqueboxCore
2
- VERSION = '3.0.1'
3
- MAVEN_VERSION = '3.0.1'
2
+ VERSION = '3.0.2'
3
+ MAVEN_VERSION = '3.0.2'
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.1
4
+ version: 3.0.2
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: 2013-11-22 00:00:00.000000000 Z
11
+ date: 2014-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: edn
@@ -64,26 +64,26 @@ files:
64
64
  - lib/torquebox-core.rb
65
65
  - lib/gem_hook.rb
66
66
  - lib/torquebox/msc.rb
67
- - lib/torquebox/scheduled_job.rb
68
67
  - lib/torquebox/logger.rb
69
- - lib/torquebox/service.rb
70
- - lib/torquebox/kernel.rb
71
- - lib/torquebox/core.rb
72
68
  - lib/torquebox/component_manager.rb
73
- - lib/torquebox/codecs.rb
74
69
  - lib/torquebox/registry.rb
75
- - lib/torquebox/injectors.rb
70
+ - lib/torquebox/codecs.rb
71
+ - lib/torquebox/service.rb
76
72
  - lib/torquebox/service_registry.rb
77
- - lib/torquebox/codecs/json.rb
73
+ - 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
78
  - lib/torquebox/codecs/marshal.rb
79
- - lib/torquebox/codecs/marshal_base64.rb
80
79
  - lib/torquebox/codecs/edn.rb
81
- - lib/torquebox/codecs/marshal_smart.rb
80
+ - lib/torquebox/codecs/marshal_base64.rb
81
+ - lib/torquebox/codecs/json.rb
82
82
  - spec/scheduled_job_spec.rb
83
+ - spec/service_registry_spec.rb
83
84
  - spec/injectors_spec.rb
84
85
  - spec/logger_spec.rb
85
86
  - spec/codecs_spec.rb
86
- - spec/service_registry_spec.rb
87
87
  - spec/kernel_spec.rb
88
88
  homepage: http://torquebox.org/
89
89
  licenses:
@@ -111,8 +111,8 @@ specification_version: 4
111
111
  summary: TorqueBox Core Gem
112
112
  test_files:
113
113
  - spec/scheduled_job_spec.rb
114
+ - spec/service_registry_spec.rb
114
115
  - spec/injectors_spec.rb
115
116
  - spec/logger_spec.rb
116
117
  - spec/codecs_spec.rb
117
- - spec/service_registry_spec.rb
118
118
  - spec/kernel_spec.rb