riagent 0.1.0 → 0.1.1
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/Gemfile.lock +2 -2
- data/README.md +1 -1
- data/lib/riagent/active_document.rb +0 -1
- data/lib/riagent/version.rb +1 -1
- data/test/examples/models/user.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: 3335aa270002e1ad83a6d2e3dceefa0a318a62a3
|
4
|
+
data.tar.gz: bf32d5ca316e289284395f4a8bb4c5ce7a2a3729
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cec7a8da5cdc8b331bafdb1b842a74bd8bf51366bc7f4efbe2853b97ff37f6d7c37e446e476978f5ee740b05af622f5bebc8690f256289fe4aac830cdb1f0570
|
7
|
+
data.tar.gz: d1af03a20d3e0771a8297efdce462b61b2a0d60fedaae1d88909325a6773834a3648952bcf0f43b1c373760036e1b86ea438df68557266a4170c1a40a8bff9bf
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/lib/riagent/version.rb
CHANGED
@@ -24,7 +24,7 @@ require_relative 'blog_post'
|
|
24
24
|
class User
|
25
25
|
include Riagent::ActiveDocument
|
26
26
|
|
27
|
-
collection_type :riak_kv
|
27
|
+
collection_type :riak_kv, list_keys_using: :riak_dt_set
|
28
28
|
|
29
29
|
# Explicit attributes
|
30
30
|
# key is an implied attribute, present in all ActiveDocument instances
|