ruby-d2l 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +1 -0
  2. data/VERSION +1 -1
  3. data/ruby-d2l.gemspec +1 -1
  4. 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
1
+ 0.2.2
data/ruby-d2l.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ruby-d2l}
8
- s.version = "0.2.1"
8
+ s.version = "0.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Matt Mencel"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
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: 420931411577567949
129
+ hash: -1913843328194899907
130
130
  segments:
131
131
  - 0
132
132
  version: "0"