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 CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5190a42cf274fb1d2e5e327153bb671f70ceb4ec
4
- data.tar.gz: 627dca09a9554f4b88c6af4b61e4661f15c7093e
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MTU3NzJjMmQxOGQ5ZTFhZjhlOTY5Y2UzYjBlMDMyNDY2ODk2ZWE1OQ==
5
+ data.tar.gz: !binary |-
6
+ MTUxMGE4NGUxZGY3ZWVmNGNjMWU2MWMwNzZlNzdjMTBiMzUwYzhjYQ==
5
7
  SHA512:
6
- metadata.gz: 20d5538ccbd0430abfcee5a4856d7566487f8c9031bade4b181851e65534b868c186e29971845bdb25cdd1e63881211595f1ee2679ff19c44dc7254164e9b4d3
7
- data.tar.gz: 1f7aa585e027a00eb22b5c71581dbcd35c1a7df6205b8cf338640171f63fd6bcb92e901f43a328302d91e3dcfb9fce51da06bc78f835cdf37dc4ab59e90ea838
8
+ metadata.gz: !binary |-
9
+ YmFlYjZhOTNjMjA2YWE1MWIyOTg4M2ZlNjY2ZjI3YzJmMWNkN2E2NGMzYzA2
10
+ NWNlNmZiNWMzYTI4YzhkZmZlNmYxY2EzNTcyNTdjMzljZTMyZTcxZTM5Zjlk
11
+ ZjEzOGFmN2JhYTkxY2MzNzhlNmVlYzg4ZDAzZDc3MjQ0YzM5N2M=
12
+ data.tar.gz: !binary |-
13
+ YTkwODgzOWU1NDJhMmIzZjU1NzU4MDM3NDQyNGQ4NTFlYjAwMWM1YWM2NDM2
14
+ ZGU3YWZmMTFmMTkzYWVkNWY2ODZiNTQ3ZDI0Y2MxZjQ0YzExNzFlM2QwODIw
15
+ MTAzMzYzMzNjZGQzN2E1YjYxOTU5MDMxOTUyZmFhYmQyZTM4ZjQ=
@@ -25,7 +25,7 @@ module Caliper
25
25
  module Entities
26
26
  module Agent
27
27
  class Organization < Entity
28
- include Caliper::Entities::W3c::Organization
28
+ include Caliper::Entities::W3C::Organization
29
29
 
30
30
  def initialize
31
31
  super
@@ -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::W3c::Organization.new
37
+ @group = Caliper::Entities::W3C::Organization.new
38
38
  @agent = Caliper::Entities::Entity.new
39
39
  end
40
40
  end
@@ -25,7 +25,7 @@ module Caliper
25
25
  module Entities
26
26
  module LIS
27
27
  class CourseOffering < Entity
28
- include Caliper::Entities::W3c::Organization
28
+ include Caliper::Entities::W3C::Organization
29
29
 
30
30
  attr_accessor :courseNumber,
31
31
  :academicSession
@@ -25,7 +25,7 @@ module Caliper
25
25
  module Entities
26
26
  module LIS
27
27
  class Group < Entity
28
- include Caliper::Entities::W3c::Organization
28
+ include Caliper::Entities::W3C::Organization
29
29
 
30
30
  def initialize
31
31
  super
@@ -25,7 +25,7 @@ module Caliper
25
25
  module Entities
26
26
  module LIS
27
27
  class Membership < Entity
28
- include Caliper::Entities::W3c::Membership
28
+ include Caliper::Entities::W3C::Membership
29
29
 
30
30
  def initialize
31
31
  super
@@ -20,8 +20,8 @@
20
20
  #
21
21
  module Caliper
22
22
  module Entities
23
- module W3c
24
- module Membership
23
+ module W3C
24
+ class Membership
25
25
  attr_accessor :member,
26
26
  :organization,
27
27
  :roles,
@@ -20,8 +20,8 @@
20
20
  #
21
21
  module Caliper
22
22
  module Entities
23
- module W3c
24
- module Organization
23
+ module W3C
24
+ class Organization
25
25
  attr_accessor :membership,
26
26
  :subOrganizationOf
27
27
  end
@@ -19,5 +19,5 @@
19
19
  # Version.
20
20
  #
21
21
  module Caliper
22
- VERSION = "0.9.0"
23
- end
22
+ VERSION = "0.9.1"
23
+ end
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.0
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-28 00:00:00.000000000 Z
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.4.6
162
+ rubygems_version: 2.2.2
163
163
  signing_key:
164
164
  specification_version: 4
165
165
  summary: Caliper Sensor API