Clean up gem files

This commit is contained in:
Andrey A.I. Sitnik
2011-07-31 17:40:38 +04:00
parent 5d7eb9dcca
commit f5cf76dcaa
3 changed files with 9 additions and 10 deletions

View File

@@ -1 +1,8 @@
require 'visibilityjs/engine'
# Used only for Ruby on Rails gem to tell, that gem contain `vendor/assets` with
# visibility.js file.
module VisibilityJs
module Rails
class Engine < ::Rails::Engine
end
end
end

View File

@@ -1,8 +0,0 @@
# Used only for Ruby on Rails gem to tell, that gem contain `vendor/assets` with
# visibility.js file.
module VisibilityJs
module Rails
class Engine < ::Rails::Engine
end
end
end

View File

@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency 'sprockets', '>= 2.0.0.beta.5'
s.files = ['vendor/assets/javascripts/visibility.js',
'lib/visibilityjs.rb', 'lib/visibilityjs/engine.rb',
'lib/visibilityjs.rb',
'LICENSE', 'README.md', 'ChangeLog']
s.extra_rdoc_files = ['LICENSE', 'README.md', 'ChangeLog']
s.require_path = 'lib'