learnworlds 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c23afd4a12db0a2206b6c516528aef1af8aa0c5d58d04b9a827016a1830148ca
4
- data.tar.gz: aa74366632f4ed85f0f3b82bcbacd1012ab2a979df3cab27f6a94933dba2f3a0
3
+ metadata.gz: 708cee3e5f9ebfed027c915a7308bb7b48abb8ecd7aaae129b5020937b1c8763
4
+ data.tar.gz: 89920f3404c0aedffd3ca211131644720576e13d1615a7caaac71da63c15b903
5
5
  SHA512:
6
- metadata.gz: cb7fb5be2fe32e95ba31aeaa5557a05599b609f87c269387ad8c94c4a7d1ebe800481f408ac7c9663472c419cf943eaa35d502ef6ef81bf8f7a81885b3a918e4
7
- data.tar.gz: b65f875304f0d2d2ff5616e4e3e22855fd88be69a91eda6be4e0ad7e3cdcd754d3f106643b186a72464477108943b382d67fd5fc46e680170db222245d5d22c6
6
+ metadata.gz: cdd9e9fc54f2ae873bf59d1894f5cd1db93a87df3e688e1946299b9144b6bf3f3f503119fefaa117ea018a6ee592b7328812221b111ee9fbc41e9a821b070422
7
+ data.tar.gz: ebe27cba96e2fd67b6d73ca550ea3cd56e77213649d3ef1fe2d16a74216d69f7943033f341683c247e63671fe6abb0f1e6b0154ed5af48427d2f5e7ffcbc2b36
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.4] - 2022-08-09
4
+
5
+ - Fix issue with previous version
6
+
3
7
  ## [0.2.3] - 2022-08-09
4
8
 
5
9
  - Add enrollments to user
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- learnworlds (0.2.3)
4
+ learnworlds (0.2.4)
5
5
  faraday (~> 2.3)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LearnWorlds
4
- VERSION = "0.2.3"
4
+ VERSION = "0.2.4"
5
5
  end
data/lib/learn_worlds.rb CHANGED
@@ -10,6 +10,7 @@ module LearnWorlds
10
10
  autoload :Configuration, "learn_worlds/configuration"
11
11
 
12
12
  autoload :UserObject, "learn_worlds/objects/user_object"
13
+ autoload :EnrollmentObject, "learn_worlds/objects/enrollment_object"
13
14
 
14
15
  autoload :Resource, "learn_worlds/resource"
15
16
  autoload :AuthenticationResource, "learn_worlds/resources/authentication_resource"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: learnworlds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nuno Correia