mongodb_model 0.2.4 → 0.2.5

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 (2) hide show
  1. data/lib/mongo/model.rb +2 -2
  2. metadata +1 -1
data/lib/mongo/model.rb CHANGED
@@ -19,7 +19,7 @@ module Mongo::Model; end
19
19
  query
20
20
  query_mixin
21
21
  scope
22
- attribute_convertorshttp://alexeypetrushin.github.com/mongodb_model
22
+ attribute_convertors
23
23
  misc
24
24
  model
25
25
  ).each{|f| require "mongo/model/#{f}"}
@@ -27,7 +27,7 @@ module Mongo::Model; end
27
27
  module Mongo
28
28
  module Model
29
29
  autoload :FileModel, 'mongo/model/file_model'
30
- http://alexeypetrushin.github.com/mongodb_model
30
+
31
31
  inherit \
32
32
  Db,
33
33
  Conversion,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongodb_model
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: