mordor 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/mordor/resource.rb +1 -0
  2. data/mordor.gemspec +1 -1
  3. metadata +3 -3
@@ -82,6 +82,7 @@ module Mordor
82
82
  else
83
83
  insert_id = self.update
84
84
  end
85
+ self.class.send(:ensure_indices)
85
86
  saved?
86
87
  end
87
88
 
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
2
2
  s.name = "mordor"
3
3
 
4
4
  # Do not set the version and date field manually, this is done by the release script
5
- s.version = "0.2.4"
5
+ s.version = "0.2.5"
6
6
  s.date = "2012-01-03"
7
7
 
8
8
  s.summary = "mordor"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mordor
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 4
10
- version: 0.2.4
9
+ - 5
10
+ version: 0.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jan-Willem Koelewijn