domoscio_rails 0.4.32 → 0.4.33

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: 0eac93d57669f986fbf2c5c3210d8b3611f7656c1613440ce8e5505fdf89f8f6
4
- data.tar.gz: 062d7033eef3c3333833ebb72e000b1ff37332a21ba3675685986cac30380dcf
3
+ metadata.gz: e5f9954d331f7c400bd6e2e27e35c9425982803b790f23d976ef7e5a36123de0
4
+ data.tar.gz: cd123a2b4f5a92493ddfe65d79c95d87246a4417137a2fb9fef14dec1ecbdf21
5
5
  SHA512:
6
- metadata.gz: 799151f9b3292bfd2779f98a5ed1faccaac7f5a4bc1396bd6376df6c3cd1226999318f01d91279ce260207e9a9eda4483c9000e7fb5400192f2047adcb76c131
7
- data.tar.gz: a12e68181efc2d5578456e6b969ddfe75bbe7b426b7dd3f087f907dedd32e7761d3699a92b8664748be8687ec2f218ce70a3b00a32f8827469a6468c25e17712
6
+ metadata.gz: 299d720bf5d18a227597325c72c2797c94e7c1d8d63f6f6b0c67659047691d66b3535c88b51c4b07420f73ad9e45a6192f3e0280f683c3cc09f0a2991c463df9
7
+ data.tar.gz: fc3f8ee18571c783d7979c8259d2bbcd9167493c216f7f22e330127401779053ed24a3f085e238092ae7e9a20510e44c15603fc0582533f2c12c41afe9a4b1e3
@@ -2,5 +2,6 @@ module DomoscioRails
2
2
  class StudentGroupUser
3
3
  include DomoscioRails::Resource
4
4
  include DomoscioRails::HTTPCalls::Fetch
5
+ include DomoscioRails::HTTPCalls::Util
5
6
  end
6
7
  end
@@ -25,7 +25,6 @@ module DomoscioRails
25
25
  include DomoscioRails::HTTPCalls::Create
26
26
  include DomoscioRails::HTTPCalls::Fetch
27
27
  include DomoscioRails::HTTPCalls::Destroy
28
- include DomoscioRails::HTTPCalls::Util
29
28
  end
30
29
  end
31
30
  end
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.32'.freeze
2
+ VERSION = '0.4.33'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domoscio_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.32
4
+ version: 0.4.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Praly
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  - !ruby/object:Gem::Version
121
121
  version: '0'
122
122
  requirements: []
123
- rubygems_version: 3.2.22
123
+ rubygems_version: 3.5.7
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: Summary of DomoscioRailspec.