arkaan 1.3.8 → 1.3.9
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/account.rb +1 -1
- data/lib/arkaan/utils/controller_without_filter.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53c5496a669ac3eae3e2fac1969ccaa9c94153e7
|
|
4
|
+
data.tar.gz: e2fc8c7c795151a7e52da1c57b35875c66641b05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a42947e450fe53b8d32291da3ec2f6a084b99b141dcdbe3b91169a9e92354648882b23996e2420ad1d4de1e4fe1d13eb38c820ee73c3ddeee2d2b1261ab8f126
|
|
7
|
+
data.tar.gz: 77ba00ce7e648567f5c68842d275aa14fd1c266d1d16f9e73e017d24095a4d7e5ce57fad3cefbd4bb33253ca364e767dace8e38f1a7454b244492ffd331cb765
|
data/lib/arkaan/account.rb
CHANGED
|
@@ -24,7 +24,7 @@ module Arkaan
|
|
|
24
24
|
field :email, type: String
|
|
25
25
|
# @!attribute [rw] language
|
|
26
26
|
# @return [Symbol] the language preferred by this user.
|
|
27
|
-
enum_field :language, [:
|
|
27
|
+
enum_field :language, [:en_GB, :fr_FR], default: :fr_FR
|
|
28
28
|
# @!attribute [rw] gender
|
|
29
29
|
# @return [Symbol] the way you prefer the application to gender you.
|
|
30
30
|
enum_field :gender, [:female, :male, :neutral], default: :neutral
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arkaan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vincent Courtois
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-12-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|