rmobio 1.1.1 → 1.1.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/rmobio/auth.rb +2 -1
- data/lib/rmobio/cas.rb +1 -1
- data/lib/rmobio/client_info.rb +5 -4
- data/lib/rmobio/utils.rb +2 -1
- data/lib/rmobio.rb +1 -1
- metadata +4 -4
data/lib/rmobio/auth.rb
CHANGED
data/lib/rmobio/cas.rb
CHANGED
@@ -78,7 +78,7 @@ module Rmobio
|
|
78
78
|
else
|
79
79
|
# this should never happen, since the response should already have
|
80
80
|
# been recognized as invalid
|
81
|
-
raise BadResponseException, "BAD CAS RESPONSE:\n#{raw_text.inspect}\n\nXML DOC:\n#{
|
81
|
+
raise BadResponseException, "BAD CAS RESPONSE:\n#{raw_text.inspect}\n\nXML DOC:\n#{@xml.inspect}"
|
82
82
|
end
|
83
83
|
end
|
84
84
|
end
|
data/lib/rmobio/client_info.rb
CHANGED
@@ -40,7 +40,7 @@ module Rmobio
|
|
40
40
|
#* If header exists => 0.8 client
|
41
41
|
#* If header doesn't exist => 0.6 client
|
42
42
|
# Samle of what HTTP_CLIENT_INFO_URL returns:
|
43
|
-
# http://homer.mobiolabs.com/
|
43
|
+
# http://homer.mobiolabs.com/hub/devicecap/devices/capability?id=0.6.28:Motorola:V3
|
44
44
|
#
|
45
45
|
#=== HTTP_MOBIO_AGENT
|
46
46
|
#* If header contains WM5 => Window Mobile family
|
@@ -109,7 +109,7 @@ module Rmobio
|
|
109
109
|
# a particular device attribute.
|
110
110
|
#
|
111
111
|
#=== Sample device url:
|
112
|
-
# http://homer.mobiolabs.com/
|
112
|
+
# http://homer.mobiolabs.com/hub/devicecap/devices/capability?id=0.6.28:Motorola:V3
|
113
113
|
#=== Sample device attributes:
|
114
114
|
# <mob:Client>
|
115
115
|
# <mob:client-id>.0.6.28:Sony-Ericsson:Z800</mob:client-id>
|
@@ -150,7 +150,7 @@ module Rmobio
|
|
150
150
|
#=== For asset management
|
151
151
|
#
|
152
152
|
#=== Sample device url:
|
153
|
-
# http://
|
153
|
+
# http://homer.mobiolabs.com/hub/devicecap/devices/capability?id=0.6.28:Motorola:V3
|
154
154
|
#
|
155
155
|
# All client attributes are stored in Hash plus "iconsize" which is "13" or "17"
|
156
156
|
# If device width is null or 0, it defaults to '176' for asset to work.
|
@@ -191,4 +191,5 @@ module Rmobio
|
|
191
191
|
|
192
192
|
end #end Device_Info
|
193
193
|
|
194
|
-
end #end
|
194
|
+
end #end Rmobio
|
195
|
+
include Rmobio::ClientInfo
|
data/lib/rmobio/utils.rb
CHANGED
data/lib/rmobio.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rmobio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Mobio Networks
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-03-
|
12
|
+
date: 2008-03-24 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -55,7 +55,7 @@ files:
|
|
55
55
|
- lib/rmobio/webservices/soap/registration.rb
|
56
56
|
- lib/rmobio/webservices/soap/rss.rb
|
57
57
|
has_rdoc: false
|
58
|
-
homepage: http://
|
58
|
+
homepage: http://rmobio.rubyforge.org/
|
59
59
|
post_install_message:
|
60
60
|
rdoc_options: []
|
61
61
|
|