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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 350df4e26e4362e92f0cf373438e9c8baf9af751d2af92a1826944469f535e55
4
- data.tar.gz: 8e5622a92f3c66ba943059e2617038656106ddce94dd053ef2f944df3aa8e389
3
+ metadata.gz: 567601ef14e25c620c7d2d8ab39810cb23fac87850f6e960b997674ddc770187
4
+ data.tar.gz: dc4edd0a924d9878a3d0759ac28f20a9245012e645e874448bc442079972f1aa
5
5
  SHA512:
6
- metadata.gz: e431c9aac609fbc566231c0c3377c9610fcd6721b600323afc69a0044571daffa157e064c5839b73b55f2851f6ad8cf4ee5eff83bcef5301d254f5c0a64698d4
7
- data.tar.gz: be3e8c8f927e6169c25ecab6082f4ec52ede541f01cd06551608482381ef64a117b9be6dbcbf131de344015becc3d700b513d55109aec047c53c1a55600aaa12
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`
@@ -6,8 +6,6 @@ module Booth
6
6
  class Destroy
7
7
  include ::Booth::Concerns::Action
8
8
 
9
- option :domain
10
-
11
9
  def call
12
10
  request.must_be_delete!
13
11
  request.must_be_html!
data/lib/booth/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Booth
4
- VERSION = '0.1.5'
4
+ VERSION = '0.1.6'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: booth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - halo