ruby-d2l 0.4.3 → 0.4.4
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/VERSION +1 -1
- data/lib/ruby-d2l/tools.rb +1 -1
- data/ruby-d2l.gemspec +2 -2
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.4
|
data/lib/ruby-d2l/tools.rb
CHANGED
|
@@ -29,7 +29,7 @@ class Tools
|
|
|
29
29
|
nested_hash.each_pair do |k,v|
|
|
30
30
|
path << k
|
|
31
31
|
case v
|
|
32
|
-
when Array, DateTime, FalseClass, Fixnum, NilClass, String, TrueClass then
|
|
32
|
+
when Array, Date, DateTime, FalseClass, Fixnum, NilClass, String, TrueClass then
|
|
33
33
|
all_values.merge!({"#{path.join(".")}" => "#{v}"})
|
|
34
34
|
when Hash then
|
|
35
35
|
all_values.merge!(_get_all_values_nested(v, path))
|
data/ruby-d2l.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{ruby-d2l}
|
|
8
|
-
s.version = "0.4.
|
|
8
|
+
s.version = "0.4.4"
|
|
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"]
|
|
12
|
-
s.date = %q{2012-
|
|
12
|
+
s.date = %q{2012-02-09}
|
|
13
13
|
s.description = %q{A Ruby SOAP client for accessing Desire2Learn Web Services (D2LWS)}
|
|
14
14
|
s.email = %q{mr-mencel@wiu.edu}
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 4
|
|
8
|
-
-
|
|
9
|
-
version: 0.4.
|
|
8
|
+
- 4
|
|
9
|
+
version: 0.4.4
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Matt Mencel
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2012-
|
|
17
|
+
date: 2012-02-09 00:00:00 -06:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -127,7 +127,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
127
127
|
requirements:
|
|
128
128
|
- - ">="
|
|
129
129
|
- !ruby/object:Gem::Version
|
|
130
|
-
hash: -
|
|
130
|
+
hash: -4284574829777315001
|
|
131
131
|
segments:
|
|
132
132
|
- 0
|
|
133
133
|
version: "0"
|