riak-record 0.8.1 → 0.8.2
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/VERSION +1 -1
- data/lib/riak_record/finder/basic.rb +1 -1
- data/riak-record.gemspec +3 -3
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44e14ab79144be4921f3800e65c3b6310e0e909e
|
|
4
|
+
data.tar.gz: 0b1442d8c604a76f8fa50ec6c59529b3ae99a747
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 758d906226aa6e7ec409db89961cbd40d843fc61b010ec83d5c8dd74ad7cb020618e7df33900ce566f15d59fac776a178414a6b91615131f918076504fd5ea2a
|
|
7
|
+
data.tar.gz: 1bfa7e6cb11a6a7e570606d8aafc81fceebc799c2757708730cdc5371e1363108e79ff9ca4bb0fe8e255021b38e68a67565b0d601b52f98eebe4e9012bf81193
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.8.
|
|
1
|
+
0.8.2
|
data/riak-record.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: riak-record 0.8.
|
|
5
|
+
# stub: riak-record 0.8.2 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "riak-record"
|
|
9
|
-
s.version = "0.8.
|
|
9
|
+
s.version = "0.8.2"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Robert Graff"]
|
|
14
|
-
s.date = "
|
|
14
|
+
s.date = "2015-02-20"
|
|
15
15
|
s.description = "RiakRecord is a thin and immature wrapper around riak-ruby-client. It creates a bucket for\n each class, provides a simple finder, and creates attribute reader."
|
|
16
16
|
s.email = "robert_graff@yahoo.com"
|
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: riak-record
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert Graff
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-02-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: riak-client
|
|
@@ -196,4 +196,3 @@ signing_key:
|
|
|
196
196
|
specification_version: 4
|
|
197
197
|
summary: A wrapper around ruby-client.
|
|
198
198
|
test_files: []
|
|
199
|
-
has_rdoc:
|