qwil_api 0.1.3 → 0.1.4

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
  SHA1:
3
- metadata.gz: 4921ba5526742815735f77306192d83bb443fd76
4
- data.tar.gz: d39395be712614241804fb709f9bb6b63e5697a5
3
+ metadata.gz: 50283740081dfe9dcc3f8055586d19e474a99b6a
4
+ data.tar.gz: cdb309e918b07af9abb89194a43bc61a3cc8aa05
5
5
  SHA512:
6
- metadata.gz: d7b31853e26f0372cddc17aeb6593328394671758b3f474f2aa4f58fdf15942f3b0a6710e1ac1bbadb645be66b13f8490d1e3952a3e43474554c2787d581b6d5
7
- data.tar.gz: 792a614da3350989a776f3b182417db4f337f8be72b231b8a2facb0c1809738239ef85b3efcc7d722dd0f763c23509548e81aa8bb90dea13bbff19ce78611e8a
6
+ metadata.gz: 969562326dd852e8034b97a55dc6442143df5dee8240f509322070721fd8a8209bd64ed13d62aabf40fd77f95f7f9cea1cb1d3be0490fb9117abd6efdab8e97d
7
+ data.tar.gz: 0c044075dbfb2a12ba8b9173cb5f7784e03df5c1c0a04831304b54198c802dc07eec38d175ad2b6a1d0ee5b3709b2cfeefe83ef1f2a6806418ab2001de68fab1
@@ -20,5 +20,5 @@ limitations under the License.
20
20
  =end
21
21
 
22
22
  module QwilAPI
23
- VERSION = "0.1.3"
23
+ VERSION = "0.1.4"
24
24
  end
data/lib/qwil_api.rb CHANGED
@@ -19,6 +19,8 @@ limitations under the License.
19
19
 
20
20
  =end
21
21
 
22
+ root = File.expand_path('../', __FILE__)
23
+
22
24
  # Common files
23
25
  require 'qwil_api/api_client'
24
26
  require 'qwil_api/api_error'
@@ -26,9 +28,20 @@ require 'qwil_api/version'
26
28
  require 'qwil_api/configuration'
27
29
 
28
30
  # Models
29
- Dir.glob("/qwil_api/models/*").each { |file| require file }
31
+ require 'qwil_api/models/membership_serializer'
32
+ require 'qwil_api/models/write_membership_serializer'
33
+
30
34
  # APIs
31
- Dir.glob("/qwil_api/api/*").each { |file| require file }
35
+ require 'qwil_api/api/accounts_api'
36
+ require 'qwil_api/api/apitokenauth_api'
37
+ require 'qwil_api/api/cashouts_api'
38
+ require 'qwil_api/api/income_api'
39
+ require 'qwil_api/api/invoices_api'
40
+ require 'qwil_api/api/managers_api'
41
+ require 'qwil_api/api/memberships_api'
42
+ require 'qwil_api/api/platforms_api'
43
+ require 'qwil_api/api/rebates_api'
44
+ require 'qwil_api/api/users_api'
32
45
 
33
46
  module QwilAPI
34
47
  class << self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qwil_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Tiplady
@@ -294,9 +294,6 @@ files:
294
294
  - lib/qwil_api/models/write_user_platform_membership_request_serializer.rb
295
295
  - lib/qwil_api/models/write_user_serializer.rb
296
296
  - lib/qwil_api/version.rb
297
- - qwil_api-0.1.0.gem
298
- - qwil_api-0.1.1.gem
299
- - qwil_api-0.1.2.gem
300
297
  - qwil_api.gemspec
301
298
  - spec/api/accounts_api_spec.rb
302
299
  - spec/api/apitokenauth_api_spec.rb
data/qwil_api-0.1.0.gem DELETED
Binary file
data/qwil_api-0.1.1.gem DELETED
Binary file
data/qwil_api-0.1.2.gem DELETED
Binary file