jooor 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/jooor.rb +3 -15
  2. metadata +43 -48
@@ -1,19 +1,7 @@
1
- # OOOR: Open Object On Rails
2
- # Copyright (C) 20011 Akretion LTDA (<http://www.akretion.com>).
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
- - Raphael Valyi - www.akretion.com
7
+ authors:
8
+ - Raphael Valyi - www.akretion.com
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2011-08-29 00:00:00 -03:00
14
- default_executable:
15
- dependencies:
16
- - !ruby/object:Gem::Dependency
17
- name: ooor
18
- prerelease: false
19
- requirement: &id001 !ruby/object:Gem::Requirement
20
- none: false
21
- requirements:
22
- - - ">="
23
- - !ruby/object:Gem::Version
24
- version: "1.6"
25
- type: :runtime
26
- version_requirements: *id001
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
- 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
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
- require_paths:
50
- - lib
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
- - !ruby/object:Gem::Version
56
- version: "0"
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
- - !ruby/object:Gem::Version
62
- version: "0"
56
+ requirements:
57
+ - - ! '>='
58
+ - !ruby/object:Gem::Version
59
+ version: '0'
63
60
  requirements: []
64
-
65
61
  rubyforge_project:
66
- rubygems_version: 1.5.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
-