ruby-d2l 0.2.1 → 0.2.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/README.rdoc +1 -0
- data/VERSION +1 -1
- data/ruby-d2l.gemspec +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -5,6 +5,7 @@ Version 0.2.0 - Extremely limited functionality so far. At this point it's just
|
|
|
5
5
|
|
|
6
6
|
This hopefully will eventually provide a much easier way to access the Web Services SOAP interface in Desire2Learn. This code should work with D2L versions 9.4.1 and prior. As of D2L version 9.4.1, a new REST based interface is available. This may be re-written to support REST when I get access to a 9.4.1 test system.
|
|
7
7
|
|
|
8
|
+
I don't like that I'm having to build all the XML into this gem instead of just using the builtin stuff from Savon. If anyone figures out how to make that work let me know.
|
|
8
9
|
|
|
9
10
|
== Installation
|
|
10
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.2
|
data/ruby-d2l.gemspec
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 0.2.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.2.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Matt Mencel
|
|
@@ -126,7 +126,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
126
126
|
requirements:
|
|
127
127
|
- - ">="
|
|
128
128
|
- !ruby/object:Gem::Version
|
|
129
|
-
hash:
|
|
129
|
+
hash: -1913843328194899907
|
|
130
130
|
segments:
|
|
131
131
|
- 0
|
|
132
132
|
version: "0"
|