google_apps 0.3.7 → 0.3.8
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/google_apps/atom/user.rb +1 -1
- data/lib/google_apps/transport.rb +1 -1
- metadata +2 -2
|
@@ -51,7 +51,7 @@ module GoogleApps
|
|
|
51
51
|
login
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
-
|
|
54
|
+
# TODO: This needs to be cleaned and documented.
|
|
55
55
|
def update_node(user_name = nil, password = nil, suspended = nil)
|
|
56
56
|
login = Atom::XML::Node.new('apps:login')
|
|
57
57
|
login['userName'] = user_name unless user_name.nil?
|
|
@@ -229,7 +229,7 @@ module GoogleApps
|
|
|
229
229
|
|
|
230
230
|
def request(uri)
|
|
231
231
|
# TODO: Clashes with @request reader
|
|
232
|
-
Net::HTTP.start(uri.
|
|
232
|
+
Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https') do |http|
|
|
233
233
|
http.request(@request)
|
|
234
234
|
end
|
|
235
235
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google_apps
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-05-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Library for interfacing with Google Apps' Domain and Application APIs
|
|
15
15
|
email:
|