quiz_api_client 4.26.0 → 4.27.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.
- checksums.yaml +4 -4
- data/README.md +9 -0
- data/lib/quiz_api_client/version.rb +1 -1
- metadata +12 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 10ceea5a7b48cb12714e234faec4cdfc7bc1cf9f21534b3681dd5184869801d6
|
|
4
|
+
data.tar.gz: 86aa04c57d79dfb8604b87632376643cc5a14063bcad654053fd9c47306d8b6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fcd4be13012bc3eed170e292c2d11c63e58a79417fe94f1d81a10a9b665d382f66dd7aadf13ad1c1e0ed497b9499cf4b3b9713174243aed4b37879ba591506c8
|
|
7
|
+
data.tar.gz: 59763294f14c72eba1c9acb0a1ac134592e687b4e7f65ba02164fe4dd1fcbd198c3d7a0850babff21e5367f4f0ad632835dcb4144a10c34b9429699a0391f461
|
data/README.md
CHANGED
|
@@ -188,6 +188,15 @@ You can also run `bundle exec rake console` for an interactive prompt that will
|
|
|
188
188
|
|
|
189
189
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
190
190
|
|
|
191
|
+
# Development with Docker
|
|
192
|
+
|
|
193
|
+
1. Install Docker
|
|
194
|
+
2. Use the following command to start a temporary container and run a bash shell:
|
|
195
|
+
|
|
196
|
+
```shell
|
|
197
|
+
docker compose -f docker-compose.yml -f docker-compose.dev.override.yml run --rm app /bin/bash
|
|
198
|
+
```
|
|
199
|
+
|
|
191
200
|
## Development with Quiz LTI
|
|
192
201
|
|
|
193
202
|
Copy this repo inside the Quiz LTI docker container:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: quiz_api_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.27.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Slaughter
|
|
@@ -15,7 +15,7 @@ authors:
|
|
|
15
15
|
autorequire:
|
|
16
16
|
bindir: exe
|
|
17
17
|
cert_chain: []
|
|
18
|
-
date: 2026-05-
|
|
18
|
+
date: 2026-05-26 00:00:00.000000000 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: httparty
|
|
@@ -35,16 +35,22 @@ dependencies:
|
|
|
35
35
|
name: jwt
|
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - "
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '2'
|
|
41
|
+
- - "<"
|
|
39
42
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
43
|
+
version: '4'
|
|
41
44
|
type: :runtime
|
|
42
45
|
prerelease: false
|
|
43
46
|
version_requirements: !ruby/object:Gem::Requirement
|
|
44
47
|
requirements:
|
|
45
|
-
- - "
|
|
48
|
+
- - ">="
|
|
49
|
+
- !ruby/object:Gem::Version
|
|
50
|
+
version: '2'
|
|
51
|
+
- - "<"
|
|
46
52
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '
|
|
53
|
+
version: '4'
|
|
48
54
|
- !ruby/object:Gem::Dependency
|
|
49
55
|
name: link_header
|
|
50
56
|
requirement: !ruby/object:Gem::Requirement
|