mongoid 1.9.0 → 1.9.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.
Files changed (3) hide show
  1. data/lib/mongoid.rb +2 -2
  2. data/lib/mongoid/version.rb +1 -1
  3. metadata +6 -6
@@ -22,8 +22,8 @@
22
22
  require "rubygems"
23
23
 
24
24
  gem "activesupport", ">= 2.2.2", "<3.0.pre"
25
- gem "mongo", "~>1.0"
26
- gem "bson", "~>1.0"
25
+ gem "mongo", "~>1.0.1"
26
+ gem "bson", "~>1.0.1"
27
27
  gem "durran-validatable", ">= 2.0.1"
28
28
  gem "will_paginate", ">= 2.3.11", "< 2.9"
29
29
 
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module Mongoid #:nodoc
3
- VERSION = "1.9.0"
3
+ VERSION = "1.9.1"
4
4
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 9
8
- - 0
9
- version: 1.9.0
8
+ - 1
9
+ version: 1.9.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Durran Jordan
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-17 00:00:00 -04:00
17
+ date: 2010-06-15 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -25,10 +25,10 @@ dependencies:
25
25
  - - <=
26
26
  - !ruby/object:Gem::Version
27
27
  segments:
28
- - 2
29
28
  - 3
30
- - 5
31
- version: 2.3.5
29
+ - 0
30
+ - 0
31
+ version: 3.0.0
32
32
  type: :runtime
33
33
  version_requirements: *id001
34
34
  - !ruby/object:Gem::Dependency