mongo_odm 0.2.18 → 0.2.19

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -3,8 +3,8 @@ source 'http://rubygems.org'
3
3
 
4
4
  gem "activesupport", "~>3.0.5"
5
5
  gem "activemodel", "~>3.0.5"
6
- gem "mongo", "~>1.2.4"
7
- gem "bson_ext", "~>1.2.4"
6
+ gem "mongo", "~>1.3.0"
7
+ gem "bson_ext", "~>1.3.0"
8
8
  gem "tzinfo", "~>0.3.24"
9
9
 
10
10
  group :development do
@@ -6,8 +6,8 @@ GEM
6
6
  builder (~> 2.1.2)
7
7
  i18n (~> 0.4)
8
8
  activesupport (3.0.5)
9
- bson (1.2.4)
10
- bson_ext (1.2.4)
9
+ bson (1.3.0)
10
+ bson_ext (1.3.0)
11
11
  builder (2.1.2)
12
12
  diff-lcs (1.1.2)
13
13
  git (1.2.5)
@@ -16,8 +16,8 @@ GEM
16
16
  bundler (~> 1.0.0)
17
17
  git (>= 1.2.5)
18
18
  rake
19
- mongo (1.2.4)
20
- bson (>= 1.2.4)
19
+ mongo (1.3.0)
20
+ bson (>= 1.3.0)
21
21
  rake (0.8.7)
22
22
  rcov (0.9.9)
23
23
  rspec (2.5.0)
@@ -38,9 +38,9 @@ PLATFORMS
38
38
  DEPENDENCIES
39
39
  activemodel (~> 3.0.5)
40
40
  activesupport (~> 3.0.5)
41
- bson_ext (~> 1.2.4)
41
+ bson_ext (~> 1.3.0)
42
42
  jeweler (~> 1.5.2)
43
- mongo (~> 1.2.4)
43
+ mongo (~> 1.3.0)
44
44
  rcov (~> 0.9.9)
45
45
  rspec (~> 2.5.0)
46
46
  tzinfo (~> 0.3.24)
@@ -2,6 +2,6 @@
2
2
  module MongoODM
3
3
  VERSION_MAJOR = "0"
4
4
  VERSION_MINOR = "2"
5
- VERSION_BUILD = "18"
5
+ VERSION_BUILD = "19"
6
6
  VERSION = "#{VERSION_MAJOR}.#{VERSION_MINOR}.#{VERSION_BUILD}"
7
7
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mongo_odm
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.18
5
+ version: 0.2.19
6
6
  platform: ruby
7
7
  authors:
8
8
  - Carlos Paramio
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-30 00:00:00 +02:00
13
+ date: 2011-05-01 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - ~>
44
44
  - !ruby/object:Gem::Version
45
- version: 1.2.4
45
+ version: 1.3.0
46
46
  type: :runtime
47
47
  prerelease: false
48
48
  version_requirements: *id003
@@ -53,7 +53,7 @@ dependencies:
53
53
  requirements:
54
54
  - - ~>
55
55
  - !ruby/object:Gem::Version
56
- version: 1.2.4
56
+ version: 1.3.0
57
57
  type: :runtime
58
58
  prerelease: false
59
59
  version_requirements: *id004
@@ -152,7 +152,7 @@ dependencies:
152
152
  requirements:
153
153
  - - ~>
154
154
  - !ruby/object:Gem::Version
155
- version: 1.2.4
155
+ version: 1.3.0
156
156
  type: :runtime
157
157
  prerelease: false
158
158
  version_requirements: *id013
@@ -163,7 +163,7 @@ dependencies:
163
163
  requirements:
164
164
  - - ~>
165
165
  - !ruby/object:Gem::Version
166
- version: 1.2.4
166
+ version: 1.3.0
167
167
  type: :runtime
168
168
  prerelease: false
169
169
  version_requirements: *id014