arkaan 0.9.3 → 0.9.4
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/lib/arkaan/campaigns/invitation.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb89a3cc4c7c8adebbf42326603d7fe99bf184da
|
|
4
|
+
data.tar.gz: afc1b8920982ca318578dcede3d994fffb250a66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4db231c2094372bc78ffc0485d0b19e08b251c46df5b36fc3b742c84a69b2b8b8f3df76b226b5e27ec306815e5b6b7518d9bb060acdea00cb9fa6074c5846a1
|
|
7
|
+
data.tar.gz: 20253c02ecb2fa8e2a0f90bb8324763007475d2ec49aff16c814a66943b9efbb37d3294f25f057f9c5c7616cdea3d184929624c9c71ff112f6470c3821a5d494
|
|
@@ -9,7 +9,7 @@ module Arkaan
|
|
|
9
9
|
|
|
10
10
|
# @!attribute [rw] status
|
|
11
11
|
# @return [Symbol] the current status of the invitation.
|
|
12
|
-
enum_field :status, [:accepted, :expelled, :ignored, :pending, :refused], default: :pending
|
|
12
|
+
enum_field :status, [:accepted, :blocked, :expelled, :ignored, :left, :pending, :refused, :request], default: :pending
|
|
13
13
|
|
|
14
14
|
# @!attribute [rw] account
|
|
15
15
|
# @return [Arkaan::Account] the account the invitation has been issued to.
|