mongomatic 0.7.0 → 0.7.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.
- data/README.rdoc +1 -1
- data/lib/mongomatic.rb +1 -1
- 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.
|
|
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.
|
|
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
|
-
-
|
|
9
|
-
version: 0.7.
|
|
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
|