Skip to content

Commit

Permalink
modified gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
enriclluelles committed Oct 23, 2010
1 parent 442a0e0 commit 2f3e910
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/translate_routes.rb
@@ -1 +1,7 @@
require 'route_translator'
require 'route_translator'


module TranslateRoutes
class Engine < Rails::Engine
end
end
1 change: 1 addition & 0 deletions translate_routes.gemspec
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |s|
s.files = [
"lib/route_translator.rb",
"lib/tasks/translate_routes_tasks.rake",
"lib/translate_routes.rb",
"lib/translate_routes_test_helper.rb",
"test/locales/routes.yml",
"test/translate_routes_test.rb"
Expand Down

0 comments on commit 2f3e910

Please sign in to comment.