Skip to content

Commit

Permalink
Try fixing Rails load path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zmillman committed Apr 14, 2014
1 parent 6f9f167 commit bc43408
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jquery-infinite-pages.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/jquery-infinite-pages/version', __FILE__)
require File.expand_path('../lib/jquery/infinite_pages/version', __FILE__)

Gem::Specification.new do |s|
s.name = "jquery-infinite-pages"
Expand Down
4 changes: 2 additions & 2 deletions lib/jquery-infinite-pages.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
require 'jquery-infinite-pages/version'
require 'jquery-infinite-pages/engine'
require 'jquery/infinite_pages/version'
require 'jquery/infinite_pages/engine'
4 changes: 0 additions & 4 deletions lib/jquery-infinite-pages/engine.rb

This file was deleted.

6 changes: 6 additions & 0 deletions lib/jquery/infinite_pages/engine.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module Jquery
module InfinitePages
class Engine < ::Rails::Engine
end
end
end
File renamed without changes.

0 comments on commit bc43408

Please sign in to comment.