mongo_mapper_versioned 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,8 @@ module MongoMapper
30
30
 
31
31
 
32
32
  # ---------------------------------------------------------------------
33
- ensure_index [[:version_number, 1], [:versioned_id, 1]]
33
+ # FIXME: this needs to be handled externally
34
+ # ensure_index [[:version_number, 1], [:versioned_id, 1]]
34
35
 
35
36
 
36
37
 
@@ -2,7 +2,7 @@
2
2
  module MongoMapper
3
3
  module Plugins
4
4
  module Versioned
5
- Version = '0.2.5'
5
+ Version = '0.2.6'
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongo_mapper_versioned
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tomas Celizna