enlight 0.1.2 → 0.1.3

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,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38f92758c09f48bc660ac11f0c578a72ddea303100a7f8c391ac302b1bd4d365
4
- data.tar.gz: 702e726724b8f42bf14182b4f5c9a8e383dd1580b5391e74827b9cf58c802e91
3
+ metadata.gz: bc304715e6ed36bcf2e87633a8a287945d20e1db5212113abab1f55598be3bee
4
+ data.tar.gz: 5d2bdc6ba5f89918d7ffb53c48d0637cebb1a921454203b246e9fe4863d0b449
5
5
  SHA512:
6
- metadata.gz: 216b13dbd1a2ad1f8b490b346c2968bd8f9912d910be32f4ad96671fb30e67e9de8ab45f594525d096114e8b6879f5601afd6b478adc6242fa4a3e605078ddd7
7
- data.tar.gz: cbc06c5518c5c9aaa69fbe7e2f060d5387bb3d13bffa44e5028d94a463e849f822b09d3b80b55fa8150dcc495aa27acce1d7454b4959714fa55d07ec385b1d7b
6
+ metadata.gz: 6b37603c4669057e1ca6e397bf4480816ce5c7a91aee32cf0a4e8bbde35976659b3d7fc462da8f814ba4e92a4894609855c9aff3df3459317603f844fedb62e8
7
+ data.tar.gz: 2217b53003989d56e62e28a246157d76e7d4aa1fcac49aef5015510ba8067cbcd3a16ba251f3fafc61f09977f378e035df696e745aa0ef21ac75da33701537e2
data/Gemfile.lock CHANGED
@@ -1,19 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- enlight (0.1.1)
4
+ enlight (0.1.2)
5
5
  activesupport (~> 5.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (5.2.1)
10
+ activesupport (5.2.2)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 0.7, < 2)
13
13
  minitest (~> 5.1)
14
14
  tzinfo (~> 1.1)
15
15
  coderay (1.1.2)
16
- concurrent-ruby (1.1.3)
16
+ concurrent-ruby (1.1.4)
17
17
  ffi (1.9.18)
18
18
  formatador (0.2.5)
19
19
  guard (2.14.1)
@@ -29,7 +29,7 @@ GEM
29
29
  guard-minitest (2.4.6)
30
30
  guard-compat (~> 1.2)
31
31
  minitest (>= 3.0)
32
- i18n (1.1.1)
32
+ i18n (1.5.2)
33
33
  concurrent-ruby (~> 1.0)
34
34
  listen (3.0.8)
35
35
  rb-fsevent (~> 0.9, >= 0.9.4)
@@ -18,6 +18,8 @@ module Enlight
18
18
  attr_accessor :completed
19
19
  attr_accessor :started
20
20
  attr_accessor :expires
21
+ attr_accessor :duration
22
+ attr_accessor :duration_unit_id
21
23
 
22
24
  alias_method :activities, :activites
23
25
 
@@ -1,3 +1,3 @@
1
1
  module Enlight
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enlight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Orahood
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-19 00:00:00.000000000 Z
11
+ date: 2019-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -111,6 +111,7 @@ files:
111
111
  - bin/console
112
112
  - bin/setup
113
113
  - enlight.gemspec
114
+ - get_club_membership_pool.rb
114
115
  - lib/enlight.rb
115
116
  - lib/enlight/models.rb
116
117
  - lib/enlight/models/activity_type.rb
@@ -169,7 +170,6 @@ files:
169
170
  - lib/enlight/requests/get_class_enrollment_by_external_id.rb
170
171
  - lib/enlight/requests/get_club_membership.rb
171
172
  - lib/enlight/requests/get_club_membership_by_external_id.rb
172
- - lib/enlight/requests/get_club_membership_pool.rb
173
173
  - lib/enlight/requests/get_company.rb
174
174
  - lib/enlight/requests/get_course.rb
175
175
  - lib/enlight/requests/get_course_assignment.rb
@@ -302,7 +302,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
302
302
  version: '0'
303
303
  requirements: []
304
304
  rubyforge_project:
305
- rubygems_version: 2.7.8
305
+ rubygems_version: 2.7.7
306
306
  signing_key:
307
307
  specification_version: 4
308
308
  summary: Ruby wrapper for Enlight API