File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
module Mongoid
2
2
module Observers
3
- VERSION = "0.1.0 "
3
+ VERSION = "0.1.1 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
spec . email = [ "[email protected] " ]
11
11
spec . summary = %q{Mongoid observer (removed in Mongoid 4.0)}
12
12
spec . description = %q{Mongoid::Observer removed from Mongoid 4.0}
13
- spec . homepage = "https://github.com/chamnap/mongoid-observer "
13
+ spec . homepage = "https://github.com/chamnap/mongoid-observers "
14
14
spec . license = "MIT"
15
15
16
16
spec . files = `git ls-files -z` . split ( "\x0 " )
@@ -19,5 +19,5 @@ Gem::Specification.new do |spec|
19
19
spec . require_paths = [ "lib" ]
20
20
21
21
spec . add_dependency "rails-observers" , "~> 0.1.2"
22
- spec . add_dependency "mongoid" , "~> 4.0.0.beta1"
22
+ spec . add_dependency "mongoid" , ">= 4.0.0.beta1"
23
23
end
You can’t perform that action at this time.
0 commit comments