Skip to content

Commit

Permalink
Changes lib/engine to use module, another version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
beneggett committed Dec 5, 2013
1 parent 4f9bf44 commit 0a2715f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_contact (0.0.9)
simple_contact (0.0.10)
rails (~> 3.2.15)

GEM
Expand Down
6 changes: 4 additions & 2 deletions lib/simple_contact/engine.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
class SimpleContact::Engine < ::Rails::Engine
isolate_namespace SimpleContact
module SimpleContact
class Engine < ::Rails::Engine
isolate_namespace SimpleContact
end
end
2 changes: 1 addition & 1 deletion lib/simple_contact/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SimpleContact
VERSION = "0.0.9"
VERSION = "0.0.10"
end

0 comments on commit 0a2715f

Please sign in to comment.