booth 0.1.5 → 0.1.6
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/CHANGELOG.md +5 -0
- data/lib/booth/userland/webauths/destroy.rb +0 -2
- data/lib/booth/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 567601ef14e25c620c7d2d8ab39810cb23fac87850f6e960b997674ddc770187
|
|
4
|
+
data.tar.gz: dc4edd0a924d9878a3d0759ac28f20a9245012e645e874448bc442079972f1aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 872fe471556a1d07f9944741ab09aca261dadadfa130eba4b6599610d5ef8fd0db21b09d23a5c55c3e742a8a4286d86bb8dfe335c057d8e89615f6d91d3481ba
|
|
7
|
+
data.tar.gz: 305f826130c100261e7d6ec7dd34f2f326e02294ad6beb210f151e0fca1227b812e8c94cd4b9dbf261d536eb1feae6e6a4006d9890409e133fe833387844da56
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# main
|
|
2
2
|
|
|
3
|
+
# 0.1.6
|
|
4
|
+
|
|
5
|
+
- Remove the unused `domain` option from `Booth::Userland::Webauths::Destroy`. It was mandatory but never read, so `Booth::Userland.destroy_webauth` crashed with `KeyError: option 'domain' is required`
|
|
6
|
+
- Add unit tests for `Booth::Userland.destroy_webauth`
|
|
7
|
+
|
|
3
8
|
# 0.1.5
|
|
4
9
|
|
|
5
10
|
- Complete German translation of `config/locales/de.yml`
|
data/lib/booth/version.rb
CHANGED