jruby-cxf 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,18 @@
1
- require 'jruby-cxf-1.0.jar'
1
+ # Copyright 2013 Claude Mamo
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'jruby-cxf-1.1.jar'
2
16
  require 'complex_type'
3
17
  require 'web_service_servlet'
4
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jruby-cxf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-15 00:00:00.000000000 Z
12
+ date: 2013-08-17 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: JRuby CXF is a JRuby gem that wraps the Apache CXF framework to provide
15
15
  a friendlier API for publishing SOAP Web Services.
@@ -24,7 +24,7 @@ files:
24
24
  - lib/jruby_service_configuration.rb
25
25
  - lib/web_service_definition.rb
26
26
  - lib/web_service_servlet.rb
27
- - lib/jruby-cxf-1.0.jar
27
+ - lib/jruby-cxf-1.1.jar
28
28
  - spec/jruby_cxf/examples/test_web_service.rb
29
29
  - spec/jruby_cxf/examples/web_service_with_endpoint_name_set.rb
30
30
  - spec/jruby_cxf/examples/web_service_with_exposed_methods.rb