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 CHANGED
@@ -152,4 +152,5 @@ module Rmobio
152
152
 
153
153
  end #end Auth
154
154
 
155
- end #end Mobio
155
+ end #end Rmobio
156
+ include Rmobio::Auth
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#{doc.inspect}"
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
@@ -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/gateway/public/clientServices/getCapability?id=1.0.5:Motorola:V3
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/gateway/public/clientServices/getCapability?id=.0.6.28:SonyEriccson:K750i
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://xenimage1-3:8080/gateway/public/clientServices/getCapability?id=.0.6.28:Sony-Ericsson:Z800
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 Mobio
194
+ end #end Rmobio
195
+ include Rmobio::ClientInfo
data/lib/rmobio/utils.rb CHANGED
@@ -210,4 +210,5 @@ module Rmobio
210
210
 
211
211
 
212
212
  end #end Utils
213
- end #end Mobio
213
+ end #end Rmobio
214
+ include Rmobio::Utils
data/lib/rmobio.rb CHANGED
@@ -19,4 +19,4 @@
19
19
  require 'rmobio/client_info'
20
20
  require 'rmobio/utils'
21
21
  require 'rmobio/webservices'
22
- require 'rmobio/mobioraketasks'
22
+ require 'rmobio/raketasks'
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.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - Adam Blum
7
+ - Mobio Networks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-03-19 00:00:00 -07:00
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://test01.mobio.net/svn/platform/trunk/rails/rmobio
58
+ homepage: http://rmobio.rubyforge.org/
59
59
  post_install_message:
60
60
  rdoc_options: []
61
61