wherever-positions 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/wherever/db_store/dataset.rb +6 -0
- data/lib/wherever/db_store/identifier.rb +7 -0
- data/lib/wherever/db_store.rb +0 -2
- data/wherever-positions.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.1
|
@@ -1,4 +1,11 @@
|
|
1
1
|
module DbStore
|
2
|
+
class Identifier
|
3
|
+
include Mongoid::Document
|
4
|
+
include DbStore::RecordMatcher
|
5
|
+
field :_id, :type => Integer
|
6
|
+
field :version, :type => Integer
|
7
|
+
end
|
8
|
+
|
2
9
|
module IdentifierConfig
|
3
10
|
def self.included(base)
|
4
11
|
base.send :include, Mongoid::Document
|
data/lib/wherever/db_store.rb
CHANGED
data/wherever-positions.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wherever-positions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 1
|
10
|
+
version: 0.3.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- David Henry
|