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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc304715e6ed36bcf2e87633a8a287945d20e1db5212113abab1f55598be3bee
|
|
4
|
+
data.tar.gz: 5d2bdc6ba5f89918d7ffb53c48d0637cebb1a921454203b246e9fe4863d0b449
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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)
|
|
File without changes
|
data/lib/enlight/version.rb
CHANGED
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.
|
|
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:
|
|
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.
|
|
305
|
+
rubygems_version: 2.7.7
|
|
306
306
|
signing_key:
|
|
307
307
|
specification_version: 4
|
|
308
308
|
summary: Ruby wrapper for Enlight API
|