jooor 1.0.1 → 1.0.2
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.
- data/lib/jooor.rb +3 -15
- metadata +43 -48
data/lib/jooor.rb
CHANGED
|
@@ -1,19 +1,7 @@
|
|
|
1
|
-
#
|
|
2
|
-
# Copyright (C)
|
|
1
|
+
# JOOOR: OpenObject On JRuby
|
|
2
|
+
# Copyright (C) 2009-2012 Akretion LTDA (<http://www.akretion.com>).
|
|
3
3
|
# Author: Raphaël Valyi
|
|
4
|
-
#
|
|
5
|
-
# This program is free software: you can redistribute it and/or modify
|
|
6
|
-
# it under the terms of the GNU Affero General Public License as
|
|
7
|
-
# published by the Free Software Foundation, either version 3 of the
|
|
8
|
-
# License, or (at your option) any later version.
|
|
9
|
-
#
|
|
10
|
-
# This program is distributed in the hope that it will be useful,
|
|
11
|
-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13
|
-
# GNU Affero General Public License for more details.
|
|
14
|
-
#
|
|
15
|
-
# You should have received a copy of the GNU Affero General Public License
|
|
16
|
-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
4
|
+
# Licensed under the MIT license, see MIT-LICENSE file
|
|
17
5
|
|
|
18
6
|
%w[commons-logging-1.1.jar ws-commons-util-1.0.2.jar xmlrpc-client-3.1.3.jar xmlrpc-common-3.1.3.jar].each {|i| require i}
|
|
19
7
|
|
metadata
CHANGED
|
@@ -1,71 +1,66 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jooor
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.2
|
|
4
5
|
prerelease:
|
|
5
|
-
version: 1.0.1
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
8
|
-
|
|
7
|
+
authors:
|
|
8
|
+
- Raphael Valyi - www.akretion.com
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
12
|
+
date: 2012-06-29 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: ooor
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '1.6'
|
|
22
|
+
type: :runtime
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ! '>='
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '1.6'
|
|
27
30
|
description: Java XML RPC layer to boost OOOR speed dramatically when used from JRuby
|
|
28
31
|
email: rvalyi@akretion.com
|
|
29
32
|
executables: []
|
|
30
|
-
|
|
31
33
|
extensions: []
|
|
32
|
-
|
|
33
34
|
extra_rdoc_files: []
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
- lib/xmlrpc-common-3.1.3.jar
|
|
42
|
-
has_rdoc: true
|
|
35
|
+
files:
|
|
36
|
+
- lib/jooor.rb
|
|
37
|
+
- lib/app/models/ooor_java_client.rb
|
|
38
|
+
- lib/commons-logging-1.1.jar
|
|
39
|
+
- lib/ws-commons-util-1.0.2.jar
|
|
40
|
+
- lib/xmlrpc-client-3.1.3.jar
|
|
41
|
+
- lib/xmlrpc-common-3.1.3.jar
|
|
43
42
|
homepage: http://github.com/rvalyi/jooor
|
|
44
43
|
licenses: []
|
|
45
|
-
|
|
46
44
|
post_install_message:
|
|
47
45
|
rdoc_options: []
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
46
|
+
require_paths:
|
|
47
|
+
- lib
|
|
48
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
52
49
|
none: false
|
|
53
|
-
requirements:
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ! '>='
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: '0'
|
|
54
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
55
|
none: false
|
|
59
|
-
requirements:
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
56
|
+
requirements:
|
|
57
|
+
- - ! '>='
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
version: '0'
|
|
63
60
|
requirements: []
|
|
64
|
-
|
|
65
61
|
rubyforge_project:
|
|
66
|
-
rubygems_version: 1.
|
|
62
|
+
rubygems_version: 1.8.24
|
|
67
63
|
signing_key:
|
|
68
64
|
specification_version: 3
|
|
69
65
|
summary: Java XML RPC layer to boost OOOR speed dramatically when used from JRuby
|
|
70
66
|
test_files: []
|
|
71
|
-
|