smartwaiver-sdk 4.0.0 → 4.2.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartwaiver-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smartwaiver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-24 00:00:00.000000000 Z
11
+ date: 2018-11-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: The Smartwaiver SDK uses version 4 of the Smartwaiver API
14
14
  email:
@@ -21,16 +21,29 @@ files:
21
21
  - README.md
22
22
  - Rakefile
23
23
  - lib/smartwaiver-sdk.rb
24
+ - lib/smartwaiver-sdk/dynamic_template.rb
25
+ - lib/smartwaiver-sdk/dynamic_template_client.rb
26
+ - lib/smartwaiver-sdk/dynamic_template_data.rb
27
+ - lib/smartwaiver-sdk/keys_client.rb
28
+ - lib/smartwaiver-sdk/search_client.rb
24
29
  - lib/smartwaiver-sdk/smartwaiver_base.rb
25
30
  - lib/smartwaiver-sdk/smartwaiver_errors.rb
26
31
  - lib/smartwaiver-sdk/smartwaiver_version.rb
27
32
  - lib/smartwaiver-sdk/template_client.rb
33
+ - lib/smartwaiver-sdk/user_client.rb
28
34
  - lib/smartwaiver-sdk/waiver_client.rb
29
35
  - lib/smartwaiver-sdk/webhook_client.rb
36
+ - lib/smartwaiver-sdk/webhook_queues_client.rb
30
37
  - spec/smartwaiver-sdk/base_spec.rb
38
+ - spec/smartwaiver-sdk/dynamic_template_data_spec.rb
39
+ - spec/smartwaiver-sdk/dynamic_template_spec.rb
40
+ - spec/smartwaiver-sdk/keys_client_spec.rb
41
+ - spec/smartwaiver-sdk/search_client_spec.rb
31
42
  - spec/smartwaiver-sdk/template_client_spec.rb
43
+ - spec/smartwaiver-sdk/user_client_spec.rb
32
44
  - spec/smartwaiver-sdk/waiver_client_spec.rb
33
45
  - spec/smartwaiver-sdk/webhook_client_spec.rb
46
+ - spec/smartwaiver-sdk/webhook_queues_client_spec.rb
34
47
  - spec/spec_helper.rb
35
48
  homepage: https://github.com/smartwaivercom/ruby-sdk
36
49
  licenses:
@@ -53,13 +66,19 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
66
  version: '0'
54
67
  requirements: []
55
68
  rubyforge_project: smartwaiver-sdk
56
- rubygems_version: 2.6.8
69
+ rubygems_version: 2.7.8
57
70
  signing_key:
58
71
  specification_version: 4
59
72
  summary: Smartwaiver SDK for version 4 of the API
60
73
  test_files:
61
- - spec/smartwaiver-sdk/base_spec.rb
74
+ - spec/spec_helper.rb
75
+ - spec/smartwaiver-sdk/dynamic_template_data_spec.rb
76
+ - spec/smartwaiver-sdk/search_client_spec.rb
77
+ - spec/smartwaiver-sdk/webhook_queues_client_spec.rb
78
+ - spec/smartwaiver-sdk/user_client_spec.rb
79
+ - spec/smartwaiver-sdk/keys_client_spec.rb
80
+ - spec/smartwaiver-sdk/webhook_client_spec.rb
81
+ - spec/smartwaiver-sdk/dynamic_template_spec.rb
62
82
  - spec/smartwaiver-sdk/template_client_spec.rb
83
+ - spec/smartwaiver-sdk/base_spec.rb
63
84
  - spec/smartwaiver-sdk/waiver_client_spec.rb
64
- - spec/smartwaiver-sdk/webhook_client_spec.rb
65
- - spec/spec_helper.rb