mongomatic 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +1 -1
  2. data/lib/mongomatic.rb +1 -1
  3. metadata +4 -4
data/README.rdoc CHANGED
@@ -228,7 +228,7 @@ You can add your own observers to CollectionName using CollectionName.add_observ
228
228
  end
229
229
  end
230
230
 
231
- It is worth noting that you should be careful the operations you perform on the instance of your class passed to the observer callbacks. Calling operations that invoke callbacks can result in an infinite loop if improperly structured. To avoid this future implementations may only pass the document (instance of Mongomatic::MHash) to observers.
231
+ It is worth noting that you should be careful the operations you perform on the instance of your class passed to the observer callbacks. Calling operations that invoke callbacks can result in an infinite loop if improperly structured.
232
232
 
233
233
  == Note on Patches/Pull Requests
234
234
 
data/lib/mongomatic.rb CHANGED
@@ -8,7 +8,7 @@ require "mongo"
8
8
  require 'active_support/version'
9
9
 
10
10
  if ActiveSupport::VERSION::MAJOR == 3
11
- gem 'i18n', '>= 0.4.2'
11
+ gem 'i18n', '>= 0.4.1'
12
12
  require 'active_support/core_ext/object/blank' # newer versions of active_support (>= 3.0)
13
13
  require 'active_support/core_ext/hash' # newer versions of active_support (>= 3.0)
14
14
  else
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- - 0
9
- version: 0.7.0
8
+ - 1
9
+ version: 0.7.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ben Myles
@@ -120,8 +120,8 @@ homepage: http://mongomatic.com/
120
120
  licenses: []
121
121
 
122
122
  post_install_message:
123
- rdoc_options: []
124
-
123
+ rdoc_options:
124
+ - --charset=UTF-8
125
125
  require_paths:
126
126
  - lib
127
127
  required_ruby_version: !ruby/object:Gem::Requirement