arkaan 0.9.3 → 0.9.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2823da1856b72851a38406e077e592dd50b08add
4
- data.tar.gz: 5c1042486dc91d6d6d07b7e686e05a1f5acb6563
3
+ metadata.gz: eb89a3cc4c7c8adebbf42326603d7fe99bf184da
4
+ data.tar.gz: afc1b8920982ca318578dcede3d994fffb250a66
5
5
  SHA512:
6
- metadata.gz: e1d692abb84a306ef85d6726088097f4822a1d5d7db60677ec9c271eb1c06adb7b4bc53bb91d448af9477655508761b10ed7080c6f26a2c80ea3abd0d9e952d2
7
- data.tar.gz: 4c08c85723fccde8a1815bc79a56111d1ce708849046018efbc44eacba63444c06730239193227ce10c39e7fb7a1db4c7ff917960cec8375903fb925748ede46
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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arkaan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Courtois