Skip to content

Commit

Permalink
Change filestructure of a gem
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvolkoff committed Sep 21, 2012
1 parent f646c5c commit 1901438
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion jwplayer-rails.gemspec
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'jwplayer-rails/rails/version'
require 'jwplayer/rails/version'

Gem::Specification.new do |gem|
gem.name = "jwplayer-rails"
Expand Down
8 changes: 1 addition & 7 deletions lib/jwplayer-rails.rb
@@ -1,7 +1 @@
require "jwplayer-rails/version"

module Jwplayer
module Rails
# Your code goes here...
end
end
require "jwplayer/rails"
6 changes: 0 additions & 6 deletions lib/jwplayer-rails/rails.rb

This file was deleted.

7 changes: 7 additions & 0 deletions lib/jwplayer/rails.rb
@@ -0,0 +1,7 @@
module JWPlayer
module Rails
require 'jwplayer/rails/engine.rb'
require 'jwplayer/rails/helper.rb'
require 'jwplayer/rails/version.rb'
end
end
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1901438

Please sign in to comment.