big_marker_client 0.1.10 → 0.1.11
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 +4 -4
- data/.rubocop.yml +1 -0
- data/CHANGELOG.md +4 -0
- data/lib/big_marker_client/models/registrant.rb +1 -1
- data/lib/big_marker_client/version.rb +1 -1
- metadata +8 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cf33ec5dbb860c95d56a2f712c2f52ec3627a5774ae24004139b04ff5d998a1
|
|
4
|
+
data.tar.gz: a111bd6d0021607ddb7ee76d4588dd946b846bc9256edd64ece064145e2c56b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '091a4a68cdf889572260dd79e539f4d24f1c8c1cba7e83700f29175bb3abc9c16b6459c187bed2d028c36a12061ed6f30ea15e2e22d775a0b08d98c6ddbb1c6d'
|
|
7
|
+
data.tar.gz: e3a4ae39035bb3ec88178c85e6e0c48c3e90743f1a8a9893bc480cf4b097a0ccb005737a3850b09cc59c2d34cf9d194fdd5ae09bd1978ef3bf7146743b5fd330
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@ module BigMarkerClient
|
|
|
3
3
|
class Registrant < Base
|
|
4
4
|
attr_accessor :email, :first_name, :last_name, :custom_fields, :enter_url, :bmid, :referral_domain, :source,
|
|
5
5
|
:tracking_code, :custom_user_id, :time_zone, :country, :earned_certificate,
|
|
6
|
-
:qualified_for_certificate
|
|
6
|
+
:qualified_for_certificate, :qr_code_value
|
|
7
7
|
end
|
|
8
8
|
end
|
|
9
9
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: big_marker_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Burkhard Vogel-Kreykenbohm
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-04-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -38,10 +38,10 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '2.0'
|
|
41
|
-
description: Encapsulates calls to the BigMarker API to create
|
|
41
|
+
description: Encapsulates calls to the BigMarker API to create and retrieve conferences,
|
|
42
42
|
participants, analytics and more
|
|
43
43
|
email:
|
|
44
|
-
- bvk@capinside.com
|
|
44
|
+
- bvk@capinside-solutions.com
|
|
45
45
|
executables:
|
|
46
46
|
- console
|
|
47
47
|
- setup
|
|
@@ -90,6 +90,9 @@ homepage: https://gitlab.com/capinside-oss/big_marker_client
|
|
|
90
90
|
licenses:
|
|
91
91
|
- MIT
|
|
92
92
|
metadata:
|
|
93
|
+
homepage_uri: https://gitlab.com/capinside-oss/big_marker_client
|
|
94
|
+
source_code_uri: https://gitlab.com/capinside-oss/big_marker_client
|
|
95
|
+
changelog_uri: https://gitlab.com/capinside-oss/big_marker_client/-/blob/main/CHANGELOG.md
|
|
93
96
|
rubygems_mfa_required: 'true'
|
|
94
97
|
post_install_message:
|
|
95
98
|
rdoc_options: []
|
|
@@ -106,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
106
109
|
- !ruby/object:Gem::Version
|
|
107
110
|
version: '0'
|
|
108
111
|
requirements: []
|
|
109
|
-
rubygems_version: 3.
|
|
112
|
+
rubygems_version: 3.5.9
|
|
110
113
|
signing_key:
|
|
111
114
|
specification_version: 4
|
|
112
115
|
summary: simple client library to access the BigMarker API
|