rapuncel 0.0.5.RC2 → 0.0.5
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/MIT-LICENSE +1 -1
- data/README.md +5 -5
- data/rapuncel-0.0.5.RC2.gem +0 -0
- data/rapuncel.gemspec +1 -1
- metadata +52 -89
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -4,9 +4,9 @@ Rapuncel ([wikipedia](http://en.wikipedia.org/wiki/Rapunzel)) is a simple and li
|
|
|
4
4
|
It's based on Nokogiri for XML parsing and thus provides a major performance improvement for large XML responses.
|
|
5
5
|
|
|
6
6
|
## I need your help
|
|
7
|
-
I currently have exactly 1 application for Rapuncel, and that's [Kangaroo](https://github.com/
|
|
7
|
+
I currently have exactly 1 application for Rapuncel, and that's [Kangaroo](https://github.com/kayoom/kangaroo), i.e.
|
|
8
8
|
the OpenERP XMLRPC service, where it works absolutely fine. To improve Rapuncel i need your experience with
|
|
9
|
-
other services and their quirks. Just open a feature request
|
|
9
|
+
other services and their quirks. Just open a feature request, file a bug report, send me a message.
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
@@ -136,9 +136,9 @@ At the moment there are 2 options, to be set quite ugly as class attributes on R
|
|
|
136
136
|
which will definitely change.
|
|
137
137
|
|
|
138
138
|
1. **double\_as\_bigdecimal**
|
|
139
|
-
Deserialize all
|
|
139
|
+
Deserialize all `<double>` tags as BigDecimal.
|
|
140
140
|
2. **hash\_keys\_as\_string**
|
|
141
|
-
Don't use Symbols as keys for deserialized
|
|
141
|
+
Don't use Symbols as keys for deserialized `<struct>`, but Strings.
|
|
142
142
|
|
|
143
143
|
## Custom Serialization
|
|
144
144
|
|
|
@@ -181,7 +181,7 @@ Rapuncel will most likely fail hard.
|
|
|
181
181
|
|
|
182
182
|
### License
|
|
183
183
|
|
|
184
|
-
Copyright (c) 2011
|
|
184
|
+
Copyright (c) 2011 Kayoom GmbH
|
|
185
185
|
|
|
186
186
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
187
187
|
a copy of this software and associated documentation files (the
|
|
Binary file
|
data/rapuncel.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,95 +1,69 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rapuncel
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 0
|
|
9
|
-
- 5
|
|
10
|
-
- RC
|
|
11
|
-
- 2
|
|
12
|
-
version: 0.0.5.RC2
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.5
|
|
5
|
+
prerelease:
|
|
13
6
|
platform: ruby
|
|
14
|
-
authors:
|
|
7
|
+
authors:
|
|
15
8
|
- Michael Eickenberg
|
|
16
9
|
- Marian Theisen
|
|
17
10
|
autorequire:
|
|
18
11
|
bindir: bin
|
|
19
12
|
cert_chain: []
|
|
20
|
-
|
|
21
|
-
date: 2011-07-25 00:00:00 +02:00
|
|
13
|
+
date: 2011-08-16 00:00:00.000000000 +02:00
|
|
22
14
|
default_executable:
|
|
23
|
-
dependencies:
|
|
24
|
-
- !ruby/object:Gem::Dependency
|
|
15
|
+
dependencies:
|
|
16
|
+
- !ruby/object:Gem::Dependency
|
|
25
17
|
name: nokogiri
|
|
26
|
-
|
|
27
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
18
|
+
requirement: &70165832864660 !ruby/object:Gem::Requirement
|
|
28
19
|
none: false
|
|
29
|
-
requirements:
|
|
30
|
-
- -
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
|
|
33
|
-
segments:
|
|
34
|
-
- 0
|
|
35
|
-
version: "0"
|
|
20
|
+
requirements:
|
|
21
|
+
- - ! '>='
|
|
22
|
+
- !ruby/object:Gem::Version
|
|
23
|
+
version: '0'
|
|
36
24
|
type: :runtime
|
|
37
|
-
version_requirements: *id001
|
|
38
|
-
- !ruby/object:Gem::Dependency
|
|
39
|
-
name: activesupport
|
|
40
25
|
prerelease: false
|
|
41
|
-
|
|
26
|
+
version_requirements: *70165832864660
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: activesupport
|
|
29
|
+
requirement: &70165832864100 !ruby/object:Gem::Requirement
|
|
42
30
|
none: false
|
|
43
|
-
requirements:
|
|
44
|
-
- -
|
|
45
|
-
- !ruby/object:Gem::Version
|
|
46
|
-
hash: 7
|
|
47
|
-
segments:
|
|
48
|
-
- 3
|
|
49
|
-
- 0
|
|
50
|
-
- 0
|
|
31
|
+
requirements:
|
|
32
|
+
- - ! '>='
|
|
33
|
+
- !ruby/object:Gem::Version
|
|
51
34
|
version: 3.0.0
|
|
52
35
|
type: :runtime
|
|
53
|
-
version_requirements: *id002
|
|
54
|
-
- !ruby/object:Gem::Dependency
|
|
55
|
-
name: rspec
|
|
56
36
|
prerelease: false
|
|
57
|
-
|
|
37
|
+
version_requirements: *70165832864100
|
|
38
|
+
- !ruby/object:Gem::Dependency
|
|
39
|
+
name: rspec
|
|
40
|
+
requirement: &70165832863580 !ruby/object:Gem::Requirement
|
|
58
41
|
none: false
|
|
59
|
-
requirements:
|
|
60
|
-
- -
|
|
61
|
-
- !ruby/object:Gem::Version
|
|
62
|
-
hash: 23
|
|
63
|
-
segments:
|
|
64
|
-
- 2
|
|
65
|
-
- 6
|
|
66
|
-
- 0
|
|
42
|
+
requirements:
|
|
43
|
+
- - ! '>='
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
67
45
|
version: 2.6.0
|
|
68
46
|
type: :development
|
|
69
|
-
version_requirements: *id003
|
|
70
|
-
- !ruby/object:Gem::Dependency
|
|
71
|
-
name: rake
|
|
72
47
|
prerelease: false
|
|
73
|
-
|
|
48
|
+
version_requirements: *70165832863580
|
|
49
|
+
- !ruby/object:Gem::Dependency
|
|
50
|
+
name: rake
|
|
51
|
+
requirement: &70165832863200 !ruby/object:Gem::Requirement
|
|
74
52
|
none: false
|
|
75
|
-
requirements:
|
|
76
|
-
- -
|
|
77
|
-
- !ruby/object:Gem::Version
|
|
78
|
-
|
|
79
|
-
segments:
|
|
80
|
-
- 0
|
|
81
|
-
version: "0"
|
|
53
|
+
requirements:
|
|
54
|
+
- - ! '>='
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
version: '0'
|
|
82
57
|
type: :development
|
|
83
|
-
|
|
84
|
-
|
|
58
|
+
prerelease: false
|
|
59
|
+
version_requirements: *70165832863200
|
|
60
|
+
description: Rapuncel is a simple XML-RPC Client based on Nokogiri, thus provides
|
|
61
|
+
a fast and easy way to interact with XML-RPC services.
|
|
85
62
|
email: marian@cice-online.net
|
|
86
63
|
executables: []
|
|
87
|
-
|
|
88
64
|
extensions: []
|
|
89
|
-
|
|
90
65
|
extra_rdoc_files: []
|
|
91
|
-
|
|
92
|
-
files:
|
|
66
|
+
files:
|
|
93
67
|
- Gemfile
|
|
94
68
|
- Gemfile.lock
|
|
95
69
|
- lib/rapuncel/adapters/net_http_adapter.rb
|
|
@@ -105,6 +79,7 @@ files:
|
|
|
105
79
|
- MIT-LICENSE
|
|
106
80
|
- Rakefile
|
|
107
81
|
- rapuncel-0.0.5.RC1.gem
|
|
82
|
+
- rapuncel-0.0.5.RC2.gem
|
|
108
83
|
- rapuncel.gemspec
|
|
109
84
|
- README.md
|
|
110
85
|
- spec/functional/client_spec.rb
|
|
@@ -128,38 +103,26 @@ files:
|
|
|
128
103
|
has_rdoc: true
|
|
129
104
|
homepage: http://github.com/cice/rapuncel
|
|
130
105
|
licenses: []
|
|
131
|
-
|
|
132
106
|
post_install_message:
|
|
133
107
|
rdoc_options: []
|
|
134
|
-
|
|
135
|
-
require_paths:
|
|
108
|
+
require_paths:
|
|
136
109
|
- lib
|
|
137
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
110
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
138
111
|
none: false
|
|
139
|
-
requirements:
|
|
140
|
-
- -
|
|
141
|
-
- !ruby/object:Gem::Version
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
- 0
|
|
145
|
-
version: "0"
|
|
146
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
112
|
+
requirements:
|
|
113
|
+
- - ! '>='
|
|
114
|
+
- !ruby/object:Gem::Version
|
|
115
|
+
version: '0'
|
|
116
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
117
|
none: false
|
|
148
|
-
requirements:
|
|
149
|
-
- -
|
|
150
|
-
- !ruby/object:Gem::Version
|
|
151
|
-
|
|
152
|
-
segments:
|
|
153
|
-
- 1
|
|
154
|
-
- 3
|
|
155
|
-
- 1
|
|
156
|
-
version: 1.3.1
|
|
118
|
+
requirements:
|
|
119
|
+
- - ! '>='
|
|
120
|
+
- !ruby/object:Gem::Version
|
|
121
|
+
version: '0'
|
|
157
122
|
requirements: []
|
|
158
|
-
|
|
159
123
|
rubyforge_project:
|
|
160
124
|
rubygems_version: 1.6.2
|
|
161
125
|
signing_key:
|
|
162
126
|
specification_version: 3
|
|
163
127
|
summary: Simple XML-RPC Client
|
|
164
128
|
test_files: []
|
|
165
|
-
|