ims_caliper 0.9.0 → 0.9.1
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.
- checksums.yaml +13 -5
- data/lib/caliper/entities/agent/organization.rb +1 -1
- data/lib/caliper/entities/learning_context.rb +1 -1
- data/lib/caliper/entities/lis/course_offering.rb +1 -1
- data/lib/caliper/entities/lis/group.rb +1 -1
- data/lib/caliper/entities/lis/membership.rb +1 -1
- data/lib/caliper/entities/w3c/membership.rb +2 -2
- data/lib/caliper/entities/w3c/organization.rb +2 -2
- data/lib/caliper/version.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
MTU3NzJjMmQxOGQ5ZTFhZjhlOTY5Y2UzYjBlMDMyNDY2ODk2ZWE1OQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
MTUxMGE4NGUxZGY3ZWVmNGNjMWU2MWMwNzZlNzdjMTBiMzUwYzhjYQ==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
YmFlYjZhOTNjMjA2YWE1MWIyOTg4M2ZlNjY2ZjI3YzJmMWNkN2E2NGMzYzA2
|
10
|
+
NWNlNmZiNWMzYTI4YzhkZmZlNmYxY2EzNTcyNTdjMzljZTMyZTcxZTM5Zjlk
|
11
|
+
ZjEzOGFmN2JhYTkxY2MzNzhlNmVlYzg4ZDAzZDc3MjQ0YzM5N2M=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
YTkwODgzOWU1NDJhMmIzZjU1NzU4MDM3NDQyNGQ4NTFlYjAwMWM1YWM2NDM2
|
14
|
+
ZGU3YWZmMTFmMTkzYWVkNWY2ODZiNTQ3ZDI0Y2MxZjQ0YzExNzFlM2QwODIw
|
15
|
+
MTAzMzYzMzNjZGQzN2E1YjYxOTU5MDMxOTUyZmFhYmQyZTM4ZjQ=
|
@@ -34,7 +34,7 @@ module Caliper
|
|
34
34
|
def initialize
|
35
35
|
super
|
36
36
|
@ed_app = Caliper::Entities::Agent::SoftwareApplication.new
|
37
|
-
@group = Caliper::Entities::
|
37
|
+
@group = Caliper::Entities::W3C::Organization.new
|
38
38
|
@agent = Caliper::Entities::Entity.new
|
39
39
|
end
|
40
40
|
end
|
data/lib/caliper/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ims_caliper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Caliper Dev Group
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: This is the implementation of IMSGlobal Caliper in Ruby
|
14
14
|
email:
|
@@ -149,17 +149,17 @@ require_paths:
|
|
149
149
|
- lib
|
150
150
|
required_ruby_version: !ruby/object:Gem::Requirement
|
151
151
|
requirements:
|
152
|
-
- - '>='
|
152
|
+
- - ! '>='
|
153
153
|
- !ruby/object:Gem::Version
|
154
154
|
version: '0'
|
155
155
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
156
156
|
requirements:
|
157
|
-
- - '>='
|
157
|
+
- - ! '>='
|
158
158
|
- !ruby/object:Gem::Version
|
159
159
|
version: '0'
|
160
160
|
requirements: []
|
161
161
|
rubyforge_project:
|
162
|
-
rubygems_version: 2.
|
162
|
+
rubygems_version: 2.2.2
|
163
163
|
signing_key:
|
164
164
|
specification_version: 4
|
165
165
|
summary: Caliper Sensor API
|