Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
move Mongomapper observer generator to correct module
Browse files Browse the repository at this point in the history
  • Loading branch information
negonicrac committed Jan 24, 2010
1 parent 9cf884b commit 3e3484e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/generators/mongomapper/observer/observer_generator.rb
@@ -1,6 +1,6 @@
require 'generators/mongomapper'

module MongoMapper
module Mongomapper
module Generators
class ObserverGenerator < Base
check_class_collision :suffix => "Observer"
Expand Down
2 changes: 1 addition & 1 deletion rails3-generators.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{rails3-generators}
s.version = "0.3.1"
s.version = "0.3.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jose Valim", "Anuj Dutta", "Paul Berry", "Jeff Tucker", "Louis T.", "Jai-Gouk Kim"]
Expand Down

0 comments on commit 3e3484e

Please sign in to comment.